We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59f0f0 commit 4ea4d4aCopy full SHA for 4ea4d4a
3 files changed
pyproject.toml
@@ -40,7 +40,7 @@ Homepage = "https://github.com/lmnt-com/lmnt-python"
40
Repository = "https://github.com/lmnt-com/lmnt-python"
41
42
[project.optional-dependencies]
43
-aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
+aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
44
45
[tool.rye]
46
managed = true
requirements-dev.lock
@@ -56,7 +56,7 @@ httpx==0.28.1
56
# via httpx-aiohttp
57
# via lmnt
58
# via respx
59
-httpx-aiohttp==0.1.8
+httpx-aiohttp==0.1.9
60
61
idna==3.4
62
# via anyio
requirements.lock
@@ -43,7 +43,7 @@ httpcore==1.0.9
httpx==0.28.1
47
48
49
0 commit comments