Skip to content

Commit 68b1599

Browse files
upgrade CI requrements
1 parent 386c316 commit 68b1599

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

ci/helpers/requirements.txt

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in
2+
# uv pip compile requirements.in -o requirements.txt
33
aiohttp==3.9.5
4+
# via
5+
# -c ../../requirements/constraints.txt
6+
# -r requirements.in
47
aiosignal==1.3.1
58
# via aiohttp
9+
annotated-types==0.7.0
10+
# via pydantic
611
anyio==4.3.0
712
# via starlette
8-
async-timeout==4.0.3
9-
# via aiohttp
1013
attrs==23.2.0
1114
# via aiohttp
12-
exceptiongroup==1.2.1
13-
# via anyio
14-
fastapi==0.99.1
15+
fastapi==0.115.0
16+
# via -r requirements.in
1517
frozenlist==1.4.1
1618
# via
1719
# aiohttp
@@ -24,16 +26,22 @@ multidict==6.0.5
2426
# via
2527
# aiohttp
2628
# yarl
27-
pydantic==1.10.15
28-
# via fastapi
29+
pydantic==2.9.2
30+
# via
31+
# -c ../../requirements/constraints.txt
32+
# fastapi
33+
pydantic-core==2.23.4
34+
# via pydantic
2935
sniffio==1.3.1
3036
# via anyio
31-
starlette==0.27.0
32-
# via fastapi
37+
starlette==0.38.6
38+
# via
39+
# -c ../../requirements/constraints.txt
40+
# fastapi
3341
typing-extensions==4.11.0
3442
# via
35-
# anyio
3643
# fastapi
3744
# pydantic
45+
# pydantic-core
3846
yarl==1.9.4
3947
# via aiohttp

0 commit comments

Comments
 (0)