Skip to content

Commit ca08b60

Browse files
[BUZZOK-26495] Upgrade notebook-agent fastapi dependency to resolve starlette vulnernability (#1617)
* Upgrade notebook-agent fastapi dependency to resolve starlette vulnerability * Reconcile dependencies, updated IDs, tags --------- Co-authored-by: svc-harness-git2 <[email protected]>
1 parent 80b200a commit ca08b60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This folder contains dependencies required to use this custom environment for DataRobot Notebooks.
2-
Please do not modify or delete this folder from your Docker context.
2+
Please do not modify or delete this folder from your Docker context.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
fastapi[All]==0.111.0
1+
fastapi[All]==0.115.4
22
psutil==5.9.8

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": "688c1c86003a717064005154",
7+
"environmentVersionId": "6894fd315a5c1b1204e81aff",
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-688c1c86003a717064005154",
19-
"688c1c86003a717064005154",
18+
"v11.2.0-6894fd315a5c1b1204e81aff",
19+
"6894fd315a5c1b1204e81aff",
2020
"v11.2.0-latest"
2121
]
2222
}

0 commit comments

Comments
 (0)