Skip to content

Commit 5ef6dc2

Browse files
committed
update pydantic and strawberry to match torch
1 parent 7b0061c commit 5ef6dc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ pyarrow==15.0.0 # For Parquet and Feather file support
4646
xlrd==2.0.1 # For Excel file support
4747
pillow==10.4.0
4848
protobuf==5.28.3
49-
pydantic==2.11.7 # Updated for deepeval and ML packages compatibility
50-
pydantic_core==2.33.2 # Matched with pydantic
49+
pydantic==2.9.2
50+
pydantic_core==2.23.4 # Matched with pydantic
5151
pyecharts==2.0.3
5252
pyecharts-snapshot @ git+https://github.com/Deepthi-Chand/pyecharts-snapshot.git@8d6cadd055db6c919a1447064185d00d1b30ce01
5353
python-dateutil==2.9.0.post0
@@ -58,8 +58,8 @@ requests==2.31.0
5858
sqlalchemy==2.0.39
5959
six==1.16.0
6060
sqlparse==0.4.4
61-
strawberry-graphql==0.243.0
62-
strawberry-graphql-django==0.47.2
61+
strawberry-graphql==0.235.2
62+
strawberry-graphql-django==0.42.0
6363
typing-extensions==4.15.0
6464
tzdata==2024.1
6565
urllib3==2.2.1

0 commit comments

Comments
 (0)