Skip to content

Commit 2942c3d

Browse files
Versions update
1 parent cda1053 commit 2942c3d

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

requirements/common-requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# pip-compile common-requirements.in
66
#
7+
annotated-types==0.7.0
8+
# via pydantic
79
anyio==4.4.0
810
# via starlette
911
boto3==1.25.0
@@ -44,10 +46,12 @@ pandas==1.5.1
4446
# via -r common-requirements.in
4547
psycopg2-binary==2.9.9
4648
# via -r common-requirements.in
47-
pydantic==1.10.13
49+
pydantic==2.7.4
4850
# via
4951
# -r mini-requirements.in
5052
# fastapi
53+
pydantic-core==2.18.4
54+
# via pydantic
5155
python-dateutil==2.9.0.post0
5256
# via
5357
# botocore
@@ -71,6 +75,7 @@ typing-extensions==4.12.2
7175
# anyio
7276
# fastapi
7377
# pydantic
78+
# pydantic-core
7479
# starlette
7580
urllib3==1.26.19
7681
# via

requirements/mini-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastapi==0.110.3
22
uvicorn==0.22.0
3-
pydantic==1.10.13
3+
pydantic==2.7.4
44
requests==2.31.0

requirements/mini-requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# pip-compile mini-requirements.in
66
#
7+
annotated-types==0.7.0
8+
# via pydantic
79
anyio==4.4.0
810
# via starlette
911
certifi==2024.7.4
@@ -22,10 +24,12 @@ idna==3.8
2224
# via
2325
# anyio
2426
# requests
25-
pydantic==1.10.13
27+
pydantic==2.7.4
2628
# via
2729
# -r mini-requirements.in
2830
# fastapi
31+
pydantic-core==2.18.4
32+
# via pydantic
2933
requests==2.31.0
3034
# via -r mini-requirements.in
3135
sniffio==1.3.1
@@ -37,6 +41,7 @@ typing-extensions==4.12.2
3741
# anyio
3842
# fastapi
3943
# pydantic
44+
# pydantic-core
4045
# starlette
4146
urllib3==2.2.2
4247
# via requests

requirements/torch-cpu-requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
--extra-index-url https://download.pytorch.org/whl/cpu
88

9+
annotated-types==0.7.0
10+
# via pydantic
911
anyio==4.4.0
1012
# via starlette
1113
boto3==1.25.0
@@ -81,10 +83,12 @@ psycopg2-binary==2.9.9
8183
# via -r common-requirements.in
8284
pyaml==24.7.0
8385
# via scikit-optimize
84-
pydantic==1.10.13
86+
pydantic==2.7.4
8587
# via
8688
# -r mini-requirements.in
8789
# fastapi
90+
pydantic-core==2.18.4
91+
# via pydantic
8892
python-dateutil==2.9.0.post0
8993
# via
9094
# botocore
@@ -145,6 +149,7 @@ typing-extensions==4.12.2
145149
# fastapi
146150
# huggingface-hub
147151
# pydantic
152+
# pydantic-core
148153
# starlette
149154
# torch
150155
urllib3==1.26.19

requirements/torch-cuda-requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
--extra-index-url https://download.pytorch.org/whl/cu113
88

9+
annotated-types==0.7.0
10+
# via pydantic
911
anyio==4.4.0
1012
# via starlette
1113
boto3==1.25.0
@@ -81,10 +83,12 @@ psycopg2-binary==2.9.9
8183
# via -r common-requirements.in
8284
pyaml==24.7.0
8385
# via scikit-optimize
84-
pydantic==1.10.13
86+
pydantic==2.7.4
8587
# via
8688
# -r mini-requirements.in
8789
# fastapi
90+
pydantic-core==2.18.4
91+
# via pydantic
8892
python-dateutil==2.9.0.post0
8993
# via
9094
# botocore
@@ -145,6 +149,7 @@ typing-extensions==4.12.2
145149
# fastapi
146150
# huggingface-hub
147151
# pydantic
152+
# pydantic-core
148153
# starlette
149154
# torch
150155
urllib3==1.26.19

0 commit comments

Comments
 (0)