Skip to content

Commit 8219525

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.124.4 | 0.127.0 | | pypi | typer | 0.20.0 | 0.21.0 | | pypi | uvicorn | 0.38.0 | 0.40.0 |
1 parent 5948fe5 commit 8219525

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"deezer-py>=1.3.7,<2",
24-
"fastapi>=0.124.4,<0.125",
24+
"fastapi>=0.127,<0.128",
2525
"pendulum>=3.1.0",
2626
"pycryptodomex>=3.21.0,<4",
2727
"pydantic-extra-types>=2.10.6",
2828
"pydantic-settings>=2.9.1,<3",
2929
"python-vlc>=3.0.21203,<4",
30-
"typer>=0.20,<0.21",
31-
"uvicorn[standard]>=0.38,<0.39",
30+
"typer>=0.21,<0.22",
31+
"uvicorn[standard]>=0.40,<0.41",
3232
]
3333

3434
[project.urls]

uv.lock

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

0 commit comments

Comments
 (0)