Skip to content

Commit

Permalink
restrict fastapi to latest version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirankumaraswamy committed Jul 24, 2023
1 parent d81ef7b commit 4fe149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers =
[options]
packages = find:
install_requires =
fastapi>0.75,<1.0
fastapi>0.75,<=0.95.1
marketplace-standard-app-api~=0.4
packaging>=21.3,<=23.0
pika~=1.2
Expand Down

0 comments on commit 4fe149c

Please sign in to comment.