Skip to content

Commit 5850bdb

Browse files
[MMM-19604] Bump drum version in the environments. (#1493)
* Bump drum version in the environments. * Reconcile dependencies, updated IDs, tags --------- Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
1 parent ef92dc1 commit 5850bdb

File tree

25 files changed

+125
-60
lines changed

25 files changed

+125
-60
lines changed

public_dropin_environments/java_codegen/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"description": "This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor or IRegressionPredictor interface from the datarobot-prediction package and for H2O models exported as POJO or MOJO.",
55
"programmingLanguage": "java",
66
"label": "",
7-
"environmentVersionId": "683603e0f8c4a30faf118d21",
7+
"environmentVersionId": "6839fd8c0c7c49980cd3f878",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
1111
"customModel"
1212
],
1313
"imageRepository": "env-java-codegen",
1414
"tags": [
15-
"v11.1.0-683603e0f8c4a30faf118d21",
16-
"683603e0f8c4a30faf118d21",
15+
"v11.1.0-6839fd8c0c7c49980cd3f878",
16+
"6839fd8c0c7c49980cd3f878",
1717
"v11.1.0-latest"
1818
]
1919
}

public_dropin_environments/java_codegen/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ charset-normalizer==3.4.2
1919
click==8.2.1
2020
cryptography==45.0.3
2121
datarobot==3.7.1
22-
datarobot-drum==1.16.13
22+
datarobot-drum==1.16.15
2323
datarobot-mlops==11.0.0
2424
datarobot-storage==2.2.0
2525
deprecated==1.2.18
@@ -49,9 +49,13 @@ numpy==2.2.6
4949
opentelemetry-api==1.33.1
5050
opentelemetry-exporter-otlp-proto-common==1.33.1
5151
opentelemetry-exporter-otlp-proto-http==1.33.1
52+
opentelemetry-instrumentation==0.54b1
53+
opentelemetry-instrumentation-aiohttp-client==0.54b1
54+
opentelemetry-instrumentation-requests==0.54b1
5255
opentelemetry-proto==1.33.1
5356
opentelemetry-sdk==1.33.1
5457
opentelemetry-semantic-conventions==0.54b1
58+
opentelemetry-util-http==0.54b1
5559
orjson==3.10.18
5660
packaging==25.0
5761
pandas==2.2.3

public_dropin_environments/python311/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"description": "This template environment can be used to create Python based custom models. User is responsible to provide requirements.txt with the model, to install all the required dependencies.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "683603ebf8c4a30fd6c06c03",
7+
"environmentVersionId": "6839fd8c0c7c49980cd3f87b",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
1111
"customModel"
1212
],
1313
"imageRepository": "env-python",
1414
"tags": [
15-
"v11.1.0-683603ebf8c4a30fd6c06c03",
16-
"683603ebf8c4a30fd6c06c03",
15+
"v11.1.0-6839fd8c0c7c49980cd3f87b",
16+
"6839fd8c0c7c49980cd3f87b",
1717
"v11.1.0-latest"
1818
]
1919
}

public_dropin_environments/python311/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ charset-normalizer==3.4.2
1919
click==8.2.1
2020
cryptography==45.0.3
2121
datarobot==3.7.1
22-
datarobot-drum==1.16.13
22+
datarobot-drum==1.16.15
2323
datarobot-mlops==11.0.0
2424
datarobot-storage==2.2.0
2525
deprecated==1.2.18
@@ -49,9 +49,13 @@ numpy==2.2.6
4949
opentelemetry-api==1.33.1
5050
opentelemetry-exporter-otlp-proto-common==1.33.1
5151
opentelemetry-exporter-otlp-proto-http==1.33.1
52+
opentelemetry-instrumentation==0.54b1
53+
opentelemetry-instrumentation-aiohttp-client==0.54b1
54+
opentelemetry-instrumentation-requests==0.54b1
5255
opentelemetry-proto==1.33.1
5356
opentelemetry-sdk==1.33.1
5457
opentelemetry-semantic-conventions==0.54b1
58+
opentelemetry-util-http==0.54b1
5559
orjson==3.10.18
5660
packaging==25.0
5761
pandas==2.2.3

public_dropin_environments/python311_genai/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"description": "This template environment can be used to create GenAI-powered custom models and includes common dependencies for workflows using OpenAI, Langchain, vector DBs, or transformers in PyTorch. 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.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "682f995c114ca011c2a50fce",
7+
"environmentVersionId": "6839fd8c0c7c49980cd3f880",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
1111
"customModel"
1212
],
1313
"imageRepository": "env-python-genai",
1414
"tags": [
15-
"v11.1.0-682f995c114ca011c2a50fce",
16-
"682f995c114ca011c2a50fce",
15+
"v11.1.0-6839fd8c0c7c49980cd3f880",
16+
"6839fd8c0c7c49980cd3f880",
1717
"v11.1.0-latest"
1818
]
1919
}

public_dropin_environments/python311_genai/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ coloredlogs==15.0.1
3535
cryptography==44.0.1
3636
dataclasses-json==0.6.7
3737
datarobot==3.6.2
38-
datarobot-drum==1.16.13
38+
datarobot-drum==1.16.15
3939
datarobot-mlops==10.2.8
4040
datarobot-storage==0.0.0
4141
deprecated==1.2.18
@@ -133,9 +133,13 @@ openai==1.62.0
133133
opentelemetry-api==1.27.0
134134
opentelemetry-exporter-otlp-proto-common==1.27.0
135135
opentelemetry-exporter-otlp-proto-http==1.27.0
136+
opentelemetry-instrumentation==0.48b0
137+
opentelemetry-instrumentation-aiohttp-client==0.48b0
138+
opentelemetry-instrumentation-requests==0.48b0
136139
opentelemetry-proto==1.27.0
137140
opentelemetry-sdk==1.27.0
138141
opentelemetry-semantic-conventions==0.48b0
142+
opentelemetry-util-http==0.48b0
139143
optimum==1.24.0
140144
orjson==3.10.15
141145
packaging==24.2

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": "683733219604e901ac1a7541",
7+
"environmentVersionId": "6839fd8c0c7c49980cd3f879",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
@@ -13,8 +13,8 @@
1313
],
1414
"imageRepository": "env-python-genai-agents",
1515
"tags": [
16-
"v11.1.0-683733219604e901ac1a7541",
17-
"683733219604e901ac1a7541",
16+
"v11.1.0-6839fd8c0c7c49980cd3f879",
17+
"6839fd8c0c7c49980cd3f879",
1818
"v11.1.0-latest"
1919
]
2020
}

public_dropin_environments/python3_keras/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"description": "This template environment can be used to create artifact-only keras custom models. This environment contains keras backed by tensorflow and only requires your model artifact as a .h5 file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68360457f8c4a3103cabb25a",
7+
"environmentVersionId": "6839fd8c0c7c49980cd3f87e",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
1111
"customModel"
1212
],
1313
"imageRepository": "env-python-keras",
1414
"tags": [
15-
"v11.1.0-68360457f8c4a3103cabb25a",
16-
"68360457f8c4a3103cabb25a",
15+
"v11.1.0-6839fd8c0c7c49980cd3f87e",
16+
"6839fd8c0c7c49980cd3f87e",
1717
"v11.1.0-latest"
1818
]
1919
}

public_dropin_environments/python3_keras/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ charset-normalizer==3.4.2
2121
click==8.2.1
2222
cryptography==45.0.3
2323
datarobot==3.7.1
24-
datarobot-drum==1.16.13
24+
datarobot-drum==1.16.15
2525
datarobot-mlops==11.0.0
2626
datarobot-storage==2.2.0
2727
deprecated==1.2.18
@@ -64,9 +64,13 @@ numpy==2.1.3
6464
opentelemetry-api==1.33.1
6565
opentelemetry-exporter-otlp-proto-common==1.33.1
6666
opentelemetry-exporter-otlp-proto-http==1.33.1
67+
opentelemetry-instrumentation==0.54b1
68+
opentelemetry-instrumentation-aiohttp-client==0.54b1
69+
opentelemetry-instrumentation-requests==0.54b1
6770
opentelemetry-proto==1.33.1
6871
opentelemetry-sdk==1.33.1
6972
opentelemetry-semantic-conventions==0.54b1
73+
opentelemetry-util-http==0.54b1
7074
opt-einsum==3.4.0
7175
optree==0.15.0
7276
orjson==3.10.18

public_dropin_environments/python3_onnx/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"description": "This template environment can be used to create artifact-only ONNX custom models. This environment contains ONNX runtime and only requires your model artifact as an .onnx file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "6836046bf8c4a3106298d0cd",
7+
"environmentVersionId": "6839fd8c0c7c49980cd3f876",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
1111
"customModel"
1212
],
1313
"imageRepository": "env-python-onnx",
1414
"tags": [
15-
"v11.1.0-6836046bf8c4a3106298d0cd",
16-
"6836046bf8c4a3106298d0cd",
15+
"v11.1.0-6839fd8c0c7c49980cd3f876",
16+
"6839fd8c0c7c49980cd3f876",
1717
"v11.1.0-latest"
1818
]
1919
}

0 commit comments

Comments
 (0)