Skip to content

Commit 4e2d34e

Browse files
committed
Reduces the pydantic version to increase fastapi's
1 parent 960b8b1 commit 4e2d34e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ bounce = [
7878
"pytest>=7.3.1,<7.4.0",
7979
"bounce @ git+https://github.com/miguelgondu/bounce.git@main"
8080
]
81-
lambo2 = ["pytorch-cortex", "beignet"]
81+
lambo2 = [
82+
"pytorch-cortex",
83+
"beignet",
84+
"pydantic<2.0.0",
85+
]
8286

8387
[project.urls]
8488
Homepage = "https://github.com/MachineLearningLifeScience/poli-baselines"

0 commit comments

Comments
 (0)