Skip to content

Commit f5a5f04

Browse files
chore(deps): update fastapi requirement
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.130.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 399b653 commit f5a5f04

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.141.1,<0.142.0",
99
"uvicorn[standard]>=0.51.0",
1010
"websockets>=16.1.1",
1111
"sqlalchemy[mypy]>=2.0.28",

0 commit comments

Comments
 (0)