Skip to content

Commit 021ff0a

Browse files
authored
Merge pull request #140 from Point72/nk/pin_pydantic_212
Pin <2.12 for pydantic and <1.4.1 for duckdb
2 parents 5f4c90f + e4b8692 commit 021ff0a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ server = [
7070
"colorlog",
7171
"csp>=0.8.0,<1",
7272
"deprecation",
73-
"duckdb>=0.10",
73+
"duckdb>=0.10,<1.4.1",
7474
"fastapi>=0.110",
7575
"fsspec",
7676
"hydra-core",
@@ -80,7 +80,7 @@ server = [
8080
"perspective-python>=3.8,<3.9",
8181
"psutil",
8282
"pyarrow",
83-
"pydantic>=2",
83+
"pydantic>=2,<2.12",
8484
"uvicorn>=0.28.1,<0.38",
8585
"uvloop",
8686
"websockets",
@@ -93,7 +93,7 @@ client = [
9393
"jsonref",
9494
"nest-asyncio",
9595
"packaging",
96-
"pydantic>=2",
96+
"pydantic>=2,<2.12",
9797
# "polars",
9898
# "pandas",
9999
]

0 commit comments

Comments
 (0)