Skip to content

Commit 82afd7e

Browse files
authored
Update starlette dep via bumping FastAPI (#158)
Patches vulnerability that is due to starlette version < 0.40.0 by bumping the fastAPI version to 0.115.3 FastAPI 0.115.3 release notes: https://github.com/fastapi/fastapi/releases/tag/0.115.3
1 parent 8b46e4f commit 82afd7e

File tree

3 files changed

+166
-43
lines changed

3 files changed

+166
-43
lines changed

arcade/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ types-pytz = "2024.2.0.20241003"
3030
opentelemetry-instrumentation-fastapi = {version = "0.48b0", optional = true}
3131
opentelemetry-exporter-otlp-proto-http = {version = "1.27.0", optional = true}
3232
opentelemetry-exporter-otlp-proto-common = {version = "1.27.0", optional = true}
33-
fastapi = {version = "^0.110.0", optional = true}
33+
fastapi = {version = "^0.115.3", optional = true}
3434
uvicorn = {version = "^0.30.0", optional = true}
3535
scipy = {version = "^1.14.0", optional = true}
3636
numpy = {version = "^2.0.0", optional = true}

examples/fastapi/poetry.lock

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

examples/fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Arcade AI <dev@arcade-ai.com>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.10"
9-
fastapi = "^0.112.0"
9+
fastapi = "^0.115.3"
1010
arcade-ai = {path = "../../arcade", develop = true}
1111
arcade_math = {path = "../../toolkits/math", develop = true}
1212
arcade_google = {path = "../../toolkits/google", develop = true}

0 commit comments

Comments
 (0)