diff --git a/poetry.lock b/poetry.lock index 3b86cd75f..e1803d22e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2449,13 +2449,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "httpx-sse" -version = "0.3.1" +version = "0.4.0" description = "Consume Server-Sent Event (SSE) messages with HTTPX." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "httpx-sse-0.3.1.tar.gz", hash = "sha256:3bb3289b2867f50cbdb2fee3eeeefecb1e86653122e164faac0023f1ffc88aea"}, - {file = "httpx_sse-0.3.1-py3-none-any.whl", hash = "sha256:7376dd88732892f9b6b549ac0ad05a8e2341172fe7dcf9f8f9c8050934297316"}, + {file = "httpx-sse-0.4.0.tar.gz", hash = "sha256:1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721"}, + {file = "httpx_sse-0.4.0-py3-none-any.whl", hash = "sha256:f329af6eae57eaa2bdfd962b42524764af68075ea87370a2de920af5341e318f"}, ] [[package]] @@ -8616,4 +8616,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "dcf7b72efc949ea6dffb986fb583da27819974c3bd430148bfe4d11c2c298907" +content-hash = "5c6a31d9433f4aa90865d8533c8d2e3dd05267ee46fa6cc839a94725fb5bb3e9" diff --git a/pyproject.toml b/pyproject.toml index 7f4c550aa..86837df21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ black = "24.4.0" pip-licenses = "4.4.0" pytest-xdist = "3.6.1" filelock = "^3.13.1" -httpx-sse = "^0.3.1" +httpx-sse = ">=0.3.1,<0.5.0" [tool.poetry.group.docker.dependencies] protobuf = "3.20.3"