Skip to content

Commit

Permalink
fix: pin pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Dec 11, 2024
1 parent 9da64d9 commit 36a141b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ebrains-drive
pydantic<2.0
fastapi
git+https://github.com/HumanBrainProject/fairgraph.git # need fairgraph-0.10.0 onwards
fairgraph>=0.10.0
authlib
uvicorn[standard] # required as a asgi
itsdangerous # required for starlette session middleware
Expand Down

0 comments on commit 36a141b

Please sign in to comment.