We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62463e2 + 4fcaf18 commit 6766c2cCopy full SHA for 6766c2c
.github/workflows/python-app.yml
@@ -90,7 +90,7 @@ jobs:
90
uses: actions/checkout@v5.0.0
91
92
- name: Download coverage report artifact
93
- uses: actions/download-artifact@v5.0.0
+ uses: actions/download-artifact@v6.0.0
94
with:
95
name: coverage.xml
96
requirements.txt
@@ -1,5 +1,5 @@
1
# https://fastapi.tiangolo.com/#standard-dependencies
2
-fastapi[standard]==0.118.0
3
-SQLAlchemy==2.0.43
+fastapi[standard]==0.121.1
+SQLAlchemy==2.0.44
4
aiosqlite==0.21.0
5
aiocache==0.12.3
0 commit comments