Skip to content

Commit ae89d8d

Browse files
committed
Pin Pydantic<2.7 since it fails one of the subflow tests
1 parent ff2ef23 commit ae89d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
]
1515
dependencies = [
1616
"fastapi",
17+
"pydantic<2.7",
1718
"uvicorn",
1819
"sqlalchemy",
1920
"mysqlclient",

0 commit comments

Comments
 (0)