Skip to content

Commit 6b0f78c

Browse files
[BUZZOK-26753] [BUZZOK-26713] Fix llama-index CVE in genai agents environment (#1566)
* Fix llama-index CVE * Reconcile dependencies, updated IDs, tags --------- Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
1 parent 30979ad commit 6b0f78c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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": "686ebdbbc69d460fa456878a",
7+
"environmentVersionId": "686fb2870112d60fa4588eee",
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-686ebdbbc69d460fa456878a",
19-
"686ebdbbc69d460fa456878a",
18+
"v11.2.0-686fb2870112d60fa4588eee",
19+
"686fb2870112d60fa4588eee",
2020
"v11.2.0-latest"
2121
]
2222
}

public_dropin_environments/python311_genai_agents/requirements.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ protobuf>=5.29.5,<6.0.0
1818
starlette>=0.40.0
1919
pillow>=11.3.0
2020
urllib3>=2.5.0
21-
json-repair>=0.44.1
2221

2322
# GenAI Environment
2423
click~=8.1.8
25-
crewai>=0.134.0
24+
crewai>=0.140.0
2625
crewai-tools>=0.48.0
27-
datarobot-drum~=1.16.19
28-
datarobot-moderations~=11.1.19
29-
datarobot-mlops~=11.1.0
30-
datarobot~=3.7.0
26+
datarobot-drum>=1.16.19
27+
datarobot-moderations>=11.1.19
28+
datarobot-mlops>=11.1.0
29+
datarobot>=3.7.0
3130
dotenv~=0.9.9
3231
langchain-community~=0.3.23
3332
langchain~=0.3.23
3433
langgraph~=0.4.10
3534
langgraph-prebuilt~=0.2.3
3635
legacy-cgi~=2.6.3
3736
litellm>=1.72.1
37+
llama-index-core>=0.12.41
3838
llama-index-llms-langchain~=0.6.1
3939
llama-index-llms-litellm~=0.4.1
4040
llama-index-llms-openai~=0.3.38

public_dropin_environments/python311_genai_agents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jinja2==3.1.6
146146
jiter==0.8.2
147147
jmespath==1.0.1
148148
joblib==1.5.0
149-
json-repair==0.44.1
149+
json-repair==0.25.2
150150
json5==0.12.0
151151
jsonpatch==1.33
152152
jsonpickle==4.0.5

0 commit comments

Comments
 (0)