Skip to content

Commit 5d27492

Browse files
chore: bump httpx-aiohttp version to 0.1.9
1 parent 4022488 commit 5d27492

File tree

3 files changed

+174
-123
lines changed

3 files changed

+174
-123
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838

3939
[project.optional-dependencies]
40-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
40+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4141
vertex = ["google-auth[requests] >=2, <3"]
4242
bedrock = ["boto3 >= 1.28.57", "botocore >= 1.31.57"]
4343

requirements-dev.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ asttokens==3.0.0
1515
# via inline-snapshot
1616
astunparse==1.6.3 ; python_full_version < '3.9'
1717
# via griffe
18-
boto3-stubs==1.40.31
18+
boto3-stubs==1.40.54
1919
botocore-stubs==1.38.30 ; python_full_version < '3.9'
2020
# via boto3-stubs
21-
botocore-stubs==1.40.31 ; python_full_version >= '3.9'
21+
botocore-stubs==1.40.54 ; python_full_version >= '3.9'
2222
# via boto3-stubs
2323
certifi==2024.12.14
2424
# via
@@ -59,7 +59,7 @@ importlib-metadata==8.5.0 ; python_full_version < '3.9'
5959
importlib-metadata==8.6.1 ; python_full_version >= '3.9'
6060
iniconfig==2.0.0
6161
# via pytest
62-
inline-snapshot==0.29.0
62+
inline-snapshot==0.30.0
6363
jiter==0.9.1 ; python_full_version < '3.9'
6464
# via anthropic
6565
jiter==0.11.0 ; python_full_version >= '3.9'
@@ -126,9 +126,9 @@ tomli==2.2.1 ; python_full_version < '3.11'
126126
# inline-snapshot
127127
# mypy
128128
# pytest
129-
types-awscrt==0.27.6
129+
types-awscrt==0.28.1
130130
# via botocore-stubs
131-
types-s3transfer==0.13.1
131+
types-s3transfer==0.14.0
132132
# via boto3-stubs
133133
typing-extensions==4.12.2
134134
# via

0 commit comments

Comments
 (0)