Skip to content

Commit 5a907d6

Browse files
committed
chore: update fastapi dependency
1 parent 4ff30a3 commit 5a907d6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ uv run pytest
102102
[license-url]: https://github.com/CarlosAndreo/fastapi-mongodb/blob/main/LICENSE
103103
[python-badge]: https://img.shields.io/badge/Python-3.14.0-blue?style=for-the-badge&logo=python&logoColor=white&labelColor=3776AB
104104
[python-url]: https://www.python.org/downloads/release/python-3140/
105-
[fastapi-badge]: https://img.shields.io/badge/FastAPI-0.124.0-blue?style=for-the-badge&logo=fastapi&logoColor=white&labelColor=009688
105+
[fastapi-badge]: https://img.shields.io/badge/FastAPI-0.124.1-blue?style=for-the-badge&logo=fastapi&logoColor=white&labelColor=009688
106106
[fastapi-url]: https://fastapi.tiangolo.com/
107107
[mongodb-badge]: https://img.shields.io/badge/MongoDB-8.2-green?style=for-the-badge&logo=mongodb&logoColor=white&labelColor=47A248
108108
[mongodb-url]: https://www.mongodb.com/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{ name = "Carlos Andreo", email = "[email protected]" }]
99

1010
[dependency-groups]
1111
prod = [
12-
"fastapi[standard]==0.124.0",
12+
"fastapi[standard]==0.124.1",
1313
"motor==3.7.1",
1414
"pwdlib[argon2]==0.3.0",
1515
"pydantic-settings==2.12.0",

uv.lock

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

0 commit comments

Comments
 (0)