Skip to content

Commit f7fc994

Browse files
fix(deps): pin fastapi to ^0.100.1
| datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.100.0 | 0.100.1 |
1 parent 193609b commit f7fc994

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

poetry.lock

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python = ">=3.11"
4242

4343
alembic = "^1.11.1"
4444
asyncpg = "^0.28.0"
45-
fastapi = "^0.100.0"
45+
fastapi = "^0.100.1"
4646
greenlet = "^2.0.2"
4747
psycopg2-binary = "^2.9.6"
4848
pytz = "^2023.3"

0 commit comments

Comments
 (0)