Skip to content

Commit 2cc60d7

Browse files
committed
fix: upgrade starlette 0.48.0->0.50.0 and update landing dependencies (astro, js-yaml)
1 parent 9442001 commit 2cc60d7

File tree

24 files changed

+445
-169
lines changed

24 files changed

+445
-169
lines changed

backend/services/active_immune_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MAXIMUS TIER 1 CRITICAL - Artificial Immune System Core"
55
requires-python = ">=3.11"
66
dependencies = [
77
"fastapi>=0.118.0",
8-
"starlette>=0.47.2",
8+
"starlette>=0.49.3",
99
"uvicorn[standard]>=0.34.0",
1010
"pydantic>=2.10.6",
1111
"pydantic-settings>=2.7.1",

backend/services/active_immune_core/uv.lock

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

backend/services/adaptive_immune_system/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MAXIMUS Backend Service - adaptive_immune_system"
55
requires-python = ">=3.11"
66
dependencies = [
77
"fastapi>=0.118.0",
8-
"starlette>=0.47.2",
8+
"starlette>=0.49.3",
99
"uvicorn[standard]>=0.34.0",
1010
"pydantic>=2.10.6",
1111
"pydantic-settings>=2.7.1",

backend/services/adaptive_immune_system/uv.lock

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

backend/services/adaptive_immunity_db/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MAXIMUS Backend Service - adaptive_immunity_db"
55
requires-python = ">=3.11"
66
dependencies = [
77
"fastapi>=0.118.0",
8-
"starlette>=0.47.2",
8+
"starlette>=0.49.3",
99
"uvicorn[standard]>=0.34.0",
1010
"click>=8.0.0",
1111
"pydantic>=2.10.6",

backend/services/adaptive_immunity_db/uv.lock

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

backend/services/agent_communication/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MAXIMUS Backend Service - agent_communication"
55
requires-python = ">=3.11"
66
dependencies = [
77
"fastapi>=0.118.0",
8-
"starlette>=0.47.2",
8+
"starlette>=0.49.3",
99
"uvicorn[standard]>=0.34.0",
1010
"pydantic>=2.10.6",
1111
"pydantic-settings>=2.7.1",

backend/services/agent_communication/uv.lock

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

backend/services/hitl_patch_service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MAXIMUS Backend Service - hitl_patch_service"
55
requires-python = ">=3.11"
66
dependencies = [
77
"fastapi>=0.118.0",
8-
"starlette>=0.47.2",
8+
"starlette>=0.49.3",
99
"uvicorn[standard]>=0.34.0",
1010
"pydantic>=2.10.6",
1111
"pydantic-settings>=2.7.1",

0 commit comments

Comments
 (0)