Skip to content

Commit e7b5d6a

Browse files
[RAPTOR-14592] Bump moderation library version (#1653)
* [RAPTOR-14592] Bump moderation library version This version of the moderation library supports DataRobot LLMi for agentic metrics * Reconcile dependencies, updated IDs, tags --------- Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
1 parent e3892d3 commit e7b5d6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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": "68bb083b13a9771204f56fa6",
7+
"environmentVersionId": "68bf53b6d6572611f9494cdc",
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-68bb083b13a9771204f56fa6",
19-
"68bb083b13a9771204f56fa6",
18+
"v11.2.0-68bf53b6d6572611f9494cdc",
19+
"68bf53b6d6572611f9494cdc",
2020
"v11.2.0-latest"
2121
]
2222
}

public_dropin_environments/python311_genai_agents/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ click~=8.1.8
2424
crewai>=0.140.0
2525
crewai-tools>=0.48.0
2626
datarobot-drum>=1.16.22
27-
datarobot-moderations>=11.2.2
27+
datarobot-moderations>=11.2.3
2828
datarobot-mlops>=11.1.0
2929
datarobot[auth]>=3.8.2
3030
dotenv~=0.9.9

public_dropin_environments/python311_genai_agents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dataclasses-json==0.6.7
5757
datarobot[auth]==3.8.2
5858
datarobot-drum==1.16.22
5959
datarobot-mlops==11.1.0
60-
datarobot-moderations==11.2.2
60+
datarobot-moderations==11.2.3
6161
datarobot-predict==1.13.2
6262
datarobot-storage==2.2.0
6363
datasets==3.6.0

0 commit comments

Comments
 (0)