Skip to content

Commit

Permalink
🐛 Drop unsupported FastAPI version under>=0.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Mar 7, 2024
1 parent 73e4391 commit 67783bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ classifiers = [
]

dependencies = [
"fastapi >=0.65.2,<0.111.0",
"fastapi >=0.100.0,<0.111.0",
"pyjwt[crypto] >=2.6.0,<3.0.0",
"pydantic >=2.0.0,<2.6.3",
"pydantic-settings >=2.1.0",
Expand Down

0 comments on commit 67783bf

Please sign in to comment.