Skip to content

Commit 92730a4

Browse files
authored
[RAPTOR-12538] bump jinja2 flask in public envs (#1442)
1 parent 0ace462 commit 92730a4

File tree

22 files changed

+32
-32
lines changed

22 files changed

+32
-32
lines changed

public_dropin_environments/java_codegen/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "[DataRobot] Java Drop-In (DR Codegen, H2O)",
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",
6-
"environmentVersionId": "682630fcf6a76a0f81cc9ce7",
6+
"environmentVersionId": "682660eaba8e550f92bdb697",
77
"isPublic": true,
88
"useCases": [
99
"customModel"

public_dropin_environments/java_codegen/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ datarobot-storage==0.0.0
2525
deprecated==1.2.18
2626
docker==7.1.0
2727
filechunkio==1.8
28-
flask==3.1.0
28+
flask==3.1.1
2929
google-api-core==1.34.0
3030
google-auth==1.28.1
3131
google-cloud-core==2.4.2
@@ -37,7 +37,7 @@ idna==3.10
3737
importlib-metadata==8.4.0
3838
isodate==0.7.2
3939
itsdangerous==2.2.0
40-
jinja2==3.1.5
40+
jinja2==3.1.6
4141
jmespath==1.0.1
4242
julia==0.5.7
4343
markupsafe==3.0.2

public_dropin_environments/python311/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "[DataRobot] Python 3.11 Drop-In",
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",
6-
"environmentVersionId": "68263107f6a76a0f9b3404e1",
6+
"environmentVersionId": "682660f5ba8e550facd3c6e1",
77
"isPublic": true,
88
"useCases": [
99
"customModel"

public_dropin_environments/python311/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ datarobot-storage==0.0.0
2525
deprecated==1.2.18
2626
docker==7.1.0
2727
filechunkio==1.8
28-
flask==3.1.0
28+
flask==3.1.1
2929
google-api-core==1.34.0
3030
google-auth==1.28.1
3131
google-cloud-core==2.4.2rc0
@@ -37,7 +37,7 @@ idna==3.10
3737
importlib-metadata==8.4.0
3838
isodate==0.7.2
3939
itsdangerous==2.2.0
40-
jinja2==3.1.5
40+
jinja2==3.1.6
4141
jmespath==1.0.1
4242
julia==0.5.7
4343
markupsafe==3.0.2

public_dropin_environments/python311_genai/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "[DataRobot] Python 3.11 GenAI",
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",
6-
"environmentVersionId": "68263157f6a76a10006998bb",
6+
"environmentVersionId": "68266142ba8e551012ed5dc6",
77
"isPublic": true,
88
"useCases": [
99
"customModel"

public_dropin_environments/python311_genai/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ faiss-cpu==1.10.0
4747
filechunkio==1.8
4848
filelock==3.17.0
4949
filetype==1.2.0
50-
flask==3.1.0
50+
flask==3.1.1
5151
flatbuffers==25.2.10
5252
frozenlist==1.5.0
5353
fsspec==2025.2.0
@@ -75,7 +75,7 @@ idna==3.10
7575
importlib-metadata==8.4.0
7676
isodate==0.7.2
7777
itsdangerous==2.2.0
78-
jinja2==3.1.5
78+
jinja2==3.1.6
7979
jiter==0.8.2
8080
jmespath==1.0.1
8181
joblib==1.4.2

public_dropin_environments/python311_genai_agents/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "[DataRobot] Python 3.11 GenAI Agents",
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",
6-
"environmentVersionId": "68238acf9604e975d4139288",
6+
"environmentVersionId": "68266174ba8e5510e125e0b0",
77
"isPublic": true,
88
"useCases": [
99
"notebook",

public_dropin_environments/python311_genai_agents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fastjsonschema==2.21.1
7777
filechunkio==1.8
7878
filelock==3.18.0
7979
filetype==1.2.0
80-
flask==3.1.0
80+
flask==3.1.1
8181
flatbuffers==25.2.10
8282
fqdn==1.5.1
8383
frozenlist==1.6.0

public_dropin_environments/python3_keras/env_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "[DataRobot] Python 3.11 Keras Drop-In",
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",
6-
"environmentVersionId": "68265a3bea2e210f7815021b",
6+
"environmentVersionId": "68266186ba8e5511058eb300",
77
"isPublic": true,
88
"useCases": [
99
"customModel"

public_dropin_environments/python3_keras/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ datarobot-storage==0.0.0
2727
deprecated==1.2.18
2828
docker==7.1.0
2929
filechunkio==1.8
30-
flask==3.1.0
30+
flask==3.1.1
3131
flatbuffers==25.2.10
3232
gast==0.6.0
3333
google-api-core==1.34.0
@@ -44,7 +44,7 @@ idna==3.10
4444
importlib-metadata==8.4.0
4545
isodate==0.7.2
4646
itsdangerous==2.2.0
47-
jinja2==3.1.5
47+
jinja2==3.1.6
4848
jmespath==1.0.1
4949
joblib==1.4.2
5050
julia==0.5.7

0 commit comments

Comments
 (0)