diff --git a/poetry.lock b/poetry.lock index 21f95372..5246dfcd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -786,10 +786,7 @@ certifi = "*" h11 = ">=0.16" [package.extras] -asyncio = ["anyio (>=4.0,<5.0)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (==1.*)"] -trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" @@ -806,7 +803,7 @@ files = [ [package.dependencies] anyio = "*" certifi = "*" -httpcore = "==1.*" +httpcore = "*" idna = "*" [package.extras] @@ -814,7 +811,6 @@ brotli = ["brotli ; platform_python_implementation == \"CPython\"", "brotlicffi cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] -zstd = ["zstandard (>=0.18.0)"] [[package]] name = "idna" @@ -2906,6 +2902,7 @@ files = [ {file = "tzdata-2026.2-py2.py3-none-any.whl", hash = "sha256:bbe9af844f658da81a5f95019480da3a89415801f6cc966806612cc7169bffe7"}, {file = "tzdata-2026.2.tar.gz", hash = "sha256:9173fde7d80d9018e02a662e168e5a2d04f87c41ea174b139fbef642eda62d10"}, ] +markers = {main = "python_version < \"3.12\""} [[package]] name = "uri-template"