Skip to content

Commit 8be923d

Browse files
authored
Merge branch 'main' into copier-update-2025-10-19T05-06-34
2 parents 6be2f88 + 021ff0a commit 8be923d

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)