Skip to content

Commit 4de72fd

Browse files
Merge pull request #25 from Edge-Explorer/dependabot/pip/fastapi-gte-0.140.0-and-lt-0.141.0
chore(deps): update fastapi requirement from <0.137.0,>=0.130.0 to >=0.140.0,<0.141.0
2 parents d678aee + 1ec3554 commit 4de72fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Real-time stock dashboard using free-tier cloud services and Gemi
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"fastapi>=0.130.0,<0.137.0",
8+
"fastapi>=0.140.0,<0.141.0",
99
"uvicorn[standard]>=0.51.0",
1010
"websockets>=16.1.1",
1111
"sqlalchemy[mypy]>=2.0.28",

0 commit comments

Comments
 (0)