Skip to content

Commit 95164b1

Browse files
[RAPTOR-13903] Bump moderation lib version again (#1527)
* [RAPTOR-13903] Bump moderation lib version again This version has a critical fix while posting custom metrics and also updates the Bedrock models support * Reconcile dependencies, updated IDs, tags --------- Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
1 parent a3acfe0 commit 95164b1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

public_dropin_environments/python311_genai_agents/env_info.json

Lines changed: 4 additions & 4 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": "68596990b14b9d1037427e3a",
7+
"environmentVersionId": "6859c32445c0db87156d4563",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311_genai_agents",
1515
"imageRepository": "env-python-genai-agents",
1616
"tags": [
17-
"v11.1.0-68596990b14b9d1037427e3a",
18-
"68596990b14b9d1037427e3a",
19-
"v11.1.0-latest"
17+
"v11.2.0-6859c32445c0db87156d4563",
18+
"6859c32445c0db87156d4563",
19+
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python311_genai_agents/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ llama-index-llms-langchain
2828
llama-index-llms-litellm
2929
openai
3030
ragas @ git+https://github.com/explodinggradients/ragas@5d59549ad5ef511f621502c563bc55ac5aeb9188#subdirectory=ragas
31-
datarobot-moderations>=11.1.17
31+
datarobot-moderations>=11.1.18
3232

3333
# Generative AI Telemetry
3434
traceloop-sdk

public_dropin_environments/python311_genai_agents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dataclasses-json==0.6.7
6262
datarobot==3.7.1
6363
datarobot-drum==1.16.16
6464
datarobot-mlops==11.1.0a3
65-
datarobot-moderations==11.1.17
65+
datarobot-moderations==11.1.18
6666
datarobot-predict==1.13.2
6767
datarobot-storage==2.2.0
6868
datasets==3.6.0

0 commit comments

Comments
 (0)