Skip to content

Commit

Permalink
Pin fastapi to version with Pydantic 1 and OpenAPI 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Jul 10, 2023
1 parent 3078547 commit 80f698d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ plotting = [
"matplotlib>=3.2.2",
]
# REST service support
service = ["fastapi", "uvicorn"]
service = [
"fastapi==0.99",
"uvicorn"
]
# For development tests/docs
dev = [
"black==22.3.0",
Expand Down

0 comments on commit 80f698d

Please sign in to comment.