Skip to content

Commit fe93c08

Browse files
authored
Reduces the pydantic version to increase fastapi's (#73)
1 parent 960b8b1 commit fe93c08

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
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)