Skip to content

Commit 4ea4d4a

Browse files
chore(internal): codegen related update
1 parent a59f0f0 commit 4ea4d4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Homepage = "https://github.com/lmnt-com/lmnt-python"
4040
Repository = "https://github.com/lmnt-com/lmnt-python"
4141

4242
[project.optional-dependencies]
43-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
43+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4444

4545
[tool.rye]
4646
managed = true

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ httpx==0.28.1
5656
# via httpx-aiohttp
5757
# via lmnt
5858
# via respx
59-
httpx-aiohttp==0.1.8
59+
httpx-aiohttp==0.1.9
6060
# via lmnt
6161
idna==3.4
6262
# via anyio

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ httpcore==1.0.9
4343
httpx==0.28.1
4444
# via httpx-aiohttp
4545
# via lmnt
46-
httpx-aiohttp==0.1.8
46+
httpx-aiohttp==0.1.9
4747
# via lmnt
4848
idna==3.4
4949
# via anyio

0 commit comments

Comments
 (0)