We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8151100 + 1b64449 commit 1c6d140Copy full SHA for 1c6d140
client/python/requirements.in
@@ -1,6 +1,6 @@
1
urllib3==2.6.3
2
python-dateutil==2.9.0.post0
3
-aiohttp==3.13.4
+aiohttp==3.13.5
4
aiohttp-retry==2.9.1
5
pydantic==2.12.5
6
lazy-imports==1.1.0
client/python/requirements.txt
@@ -6,7 +6,7 @@
#
7
aiohappyeyeballs==2.6.1
8
# via aiohttp
9
10
# via
11
# -r requirements.in
12
# aiohttp-retry
@@ -16,6 +16,8 @@ aiosignal==1.4.0
16
17
annotated-types==0.7.0
18
# via pydantic
19
+async-timeout==5.0.1
20
+ # via aiohttp
21
attrs==24.2.0
22
23
frozenlist==1.4.1
@@ -44,6 +46,7 @@ six==1.16.0
44
46
# via python-dateutil
45
47
typing-extensions==4.15.0
48
49
+ # aiosignal
50
# pydantic
51
# pydantic-core
52
# typing-inspection
0 commit comments