Skip to content

Commit

Permalink
fix(deps): update dependency fastapi to >=0.90.0,<0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2023
1 parent c5c4d93 commit fb70a62
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 @@ -15,7 +15,7 @@ pybotx-smart-logger = "~0.7.3"
pybotx = "~0.44.1"
pybotx-fsm = "~0.4.2"

fastapi = ">=0.70.1,<0.71.0"
fastapi = ">=0.90.0,<0.91.0"
uvicorn = { version = "~0.17.5", extras = ["standart"] }

aioredis = "~1.3.1" # TODO: Migrate to 2.0
Expand Down

0 comments on commit fb70a62

Please sign in to comment.