Skip to content

Commit 3126a54

Browse files
authored
[BUZZOK-27778] GenAI Agents: Bump starlette to 0.47.2 (#1697)
This is to resolve CVE-2025-54121.
1 parent ba6c464 commit 3126a54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public_dropin_environments/python311_genai_agents/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create GenAI-powered agents using CrewAI, LangGraph, or Llama-Index. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file. You can also use this environment in codespaces.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68e557d645526338c9ec4194",
7+
"environmentVersionId": "68e66ff6007fa9120c004e4c",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -15,8 +15,8 @@
1515
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311_genai_agents",
1616
"imageRepository": "env-python-genai-agents",
1717
"tags": [
18-
"v11.2.0-68e557d645526338c9ec4194",
19-
"68e557d645526338c9ec4194",
18+
"v11.2.0-68e66ff6007fa9120c004e4c",
19+
"68e66ff6007fa9120c004e4c",
2020
"v11.2.0-latest"
2121
]
2222
}

public_dropin_environments/python311_genai_agents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ sqlalchemy==2.0.43
375375
sse-starlette==3.0.2
376376
stack-data==0.6.3
377377
stagehand==0.5.3
378-
starlette==0.46.2
378+
starlette==0.47.2
379379
strenum==0.4.15
380380
strictyaml==1.4.2
381381
striprtf==0.0.26

0 commit comments

Comments
 (0)