diff --git a/.harness/reusable_build_images.yaml b/.harness/reusable_build_images.yaml index bda63dae7..7e95fb346 100644 --- a/.harness/reusable_build_images.yaml +++ b/.harness/reusable_build_images.yaml @@ -8,15 +8,15 @@ pipeline: ci: codebase: connectorRef: account.svc_harness_git1 - repoName: <+pipeline.variables.target_repo> + repoName: <+pipeline.variables.repo> build: type: branch spec: - branch: <+pipeline.variables.target_branch> + branch: <+pipeline.variables.source_branch> stages: - stage: name: Detect changes and output images build matrix - identifier: Detect_changes_and_output_images_build_matrix + identifier: get_changes_and_output_images_build_matrix description: "" type: CI spec: @@ -135,7 +135,7 @@ pipeline: condition: <+pipeline.variables.envs_folders>!="" strategy: matrix: - image: <+json.list("images", <+pipeline.stages.Detect_changes_and_output_images_build_matrix.spec.execution.steps.Build_params_matrix.output.outputVariables.matrix_json>)> + image: <+json.list("images", <+pipeline.stages.get_changes_and_output_images_build_matrix.spec.execution.steps.Build_params_matrix.output.outputVariables.matrix_json>)> nodeName: <+matrix.image.repository>:<+matrix.image.tag> description: |- This pipeline can be used in other repositories to: @@ -146,14 +146,14 @@ pipeline: Branch Comma separated list of paths to envs to build variables: - - name: target_repo + - name: repo type: String description: "Target repo: e.g. datarobot-user-models" required: false value: <+input> - - name: target_branch + - name: source_branch type: String - description: E.g. master + description: E.g. branch with the changed code required: false value: <+input> - name: envs_folders diff --git a/.harness/test_functional_by_framework_multisteps.yaml b/.harness/test_functional_by_framework_multisteps.yaml index 0c14941b7..8829f24c7 100644 --- a/.harness/test_functional_by_framework_multisteps.yaml +++ b/.harness/test_functional_by_framework_multisteps.yaml @@ -39,12 +39,12 @@ pipeline: inputs: identifier: WIP_build_images variables: - - name: target_repo + - name: repo type: String value: <+pipeline.variables.target_repo> - - name: target_branch + - name: source_branch type: String - value: <+pipeline.variables.target_branch> + value: <+pipeline.variables.source_branch> - name: envs_folders type: String value: <+pipeline.stages.Reconcile_envVersionIds_requirements.spec.execution.steps.find_changed.output.outputVariables.CHANGED_DIRS> @@ -72,7 +72,7 @@ pipeline: build: type: branch spec: - branch: <+pipeline.variables.target_branch> + branch: <+pipeline.variables.source_branch> description: Explicitly clone repo to pull a commit created during reconciliation - step: type: Run @@ -122,7 +122,7 @@ pipeline: build: type: branch spec: - branch: <+pipeline.variables.target_branch> + branch: <+pipeline.variables.source_branch> description: Explicitly clone repo to pull a commit created during reconciliation - step: type: Run diff --git a/public_dropin_environments/java_codegen/env_info.json b/public_dropin_environments/java_codegen/env_info.json index b44232eca..a51f9f1d8 100644 --- a/public_dropin_environments/java_codegen/env_info.json +++ b/public_dropin_environments/java_codegen/env_info.json @@ -4,7 +4,7 @@ "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.", "programmingLanguage": "java", "label": "", - "environmentVersionId": "682f9944114ca0117f36acfa", + "environmentVersionId": "683603e0f8c4a30faf118d21", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-java-codegen", "tags": [ - "v11.1.0-682f9944114ca0117f36acfa", - "682f9944114ca0117f36acfa", + "v11.1.0-683603e0f8c4a30faf118d21", + "683603e0f8c4a30faf118d21", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/java_codegen/requirements.txt b/public_dropin_environments/java_codegen/requirements.txt index ac609e2e2..964d07e33 100644 --- a/public_dropin_environments/java_codegen/requirements.txt +++ b/public_dropin_environments/java_codegen/requirements.txt @@ -5,36 +5,36 @@ # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # annotated-types==0.7.0 -argcomplete==3.5.3 -azure-core==1.32.0 -azure-identity==1.20.0 +argcomplete==3.6.2 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.36.26 -botocore==1.36.26 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 -cryptography==44.0.1 -datarobot==3.6.3 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 flask==3.1.1 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-resumable-media==2.7.2 -googleapis-common-protos==1.68.0 +googleapis-common-protos==1.70.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 @@ -42,52 +42,50 @@ jmespath==1.0.1 julia==0.5.7 markupsafe==3.0.2 memory-profiler==0.61.0 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 -numpy==2.2.3 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 -orjson==3.10.15 -packaging==24.2 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 +numpy==2.2.6 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pyjwt[crypto]==2.10.1 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 -rsa==4.9 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.2 -scipy==1.15.2 +s3transfer==0.13.0 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -termcolor==2.5.0 +termcolor==3.1.0 texttable==1.7.0 trafaret==2.1.1 -typing-extensions==4.12.2 -tzdata==2025.1 -urllib3==1.26.20 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +urllib3==2.4.0 werkzeug==3.1.3 wrapt==1.17.2 -zipp==3.21.0 - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.22.0 diff --git a/public_dropin_environments/python311/env_info.json b/public_dropin_environments/python311/env_info.json index a2cf394d7..d71a54841 100644 --- a/public_dropin_environments/python311/env_info.json +++ b/public_dropin_environments/python311/env_info.json @@ -1,10 +1,10 @@ { "id": "67a554baeade3a4ce2ab6700", - "name": "[DataRobot] Python 3.11 Drop-In", + "name": "*** [DataRobot] Python 3.11 Drop-In", "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.", "programmingLanguage": "python", "label": "", - "environmentVersionId": "682f9953114ca011a612e518", + "environmentVersionId": "683603ebf8c4a30fd6c06c03", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-python", "tags": [ - "v11.1.0-682f9953114ca011a612e518", - "682f9953114ca011a612e518", + "v11.1.0-683603ebf8c4a30fd6c06c03", + "683603ebf8c4a30fd6c06c03", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/python311/requirements.txt b/public_dropin_environments/python311/requirements.txt index 2aacc31ba..964d07e33 100644 --- a/public_dropin_environments/python311/requirements.txt +++ b/public_dropin_environments/python311/requirements.txt @@ -5,36 +5,36 @@ # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # annotated-types==0.7.0 -argcomplete==3.5.3 -azure-core==1.32.0 -azure-identity==1.20.0 +argcomplete==3.6.2 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.36.23 -botocore==1.36.23 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 -cryptography==44.0.1 -datarobot==3.6.2 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 flask==3.1.1 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2rc0 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-resumable-media==2.7.2 -googleapis-common-protos==1.67.0 +googleapis-common-protos==1.70.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 @@ -42,52 +42,50 @@ jmespath==1.0.1 julia==0.5.7 markupsafe==3.0.2 memory-profiler==0.61.0 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 -numpy==2.2.3 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 -orjson==3.10.15 -packaging==24.2 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 +numpy==2.2.6 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pyjwt[crypto]==2.10.1 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 -rsa==4.9 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.2 -scipy==1.15.2 +s3transfer==0.13.0 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -termcolor==2.5.0 +termcolor==3.1.0 texttable==1.7.0 trafaret==2.1.1 -typing-extensions==4.12.2 -tzdata==2025.1 -urllib3==1.26.20 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +urllib3==2.4.0 werkzeug==3.1.3 wrapt==1.17.2 -zipp==3.21.0 - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.22.0 diff --git a/public_dropin_environments/python3_keras/env_info.json b/public_dropin_environments/python3_keras/env_info.json index a708ddeba..4a490a66b 100644 --- a/public_dropin_environments/python3_keras/env_info.json +++ b/public_dropin_environments/python3_keras/env_info.json @@ -4,7 +4,7 @@ "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.", "programmingLanguage": "python", "label": "", - "environmentVersionId": "682f99ad114ca012a708288b", + "environmentVersionId": "68360457f8c4a3103cabb25a", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-python-keras", "tags": [ - "v11.1.0-682f99ad114ca012a708288b", - "682f99ad114ca012a708288b", + "v11.1.0-68360457f8c4a3103cabb25a", + "68360457f8c4a3103cabb25a", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/python3_keras/requirements.txt b/public_dropin_environments/python3_keras/requirements.txt index ff2b1a5b3..dc0dc0894 100644 --- a/public_dropin_environments/python3_keras/requirements.txt +++ b/public_dropin_environments/python3_keras/requirements.txt @@ -4,117 +4,118 @@ # # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # -absl-py==2.1.0 +absl-py==2.3.0 annotated-types==0.7.0 -argcomplete==3.5.3 +argcomplete==3.6.2 astunparse==1.6.3 -azure-core==1.32.0 -azure-identity==1.20.0 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.36.23 -botocore==1.36.23 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 -cryptography==44.0.1 -datarobot==3.6.2 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 flask==3.1.1 flatbuffers==25.2.10 gast==0.6.0 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2rc0 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-pasta==0.2.0 google-resumable-media==2.7.2 -googleapis-common-protos==1.67.0 -grpcio==1.70.0 +googleapis-common-protos==1.70.0 +grpcio==1.71.0 h5py==3.13.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 jmespath==1.0.1 -joblib==1.4.2 +joblib==1.5.1 julia==0.5.7 -keras==3.8.0 +keras==3.10.0 libclang==18.1.1 -markdown==3.7 +markdown==3.8 markdown-it-py==3.0.0 markupsafe==3.0.2 mdurl==0.1.2 memory-profiler==0.61.0 -ml-dtypes==0.4.1 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 -namex==0.0.8 -numpy==2.0.2 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 +ml-dtypes==0.5.1 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 +namex==0.1.0 +numpy==2.1.3 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 opt-einsum==3.4.0 -optree==0.14.0 -orjson==3.10.15 -packaging==24.2 +optree==0.15.0 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pygments==2.19.1 pyjwt[crypto]==2.10.1 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 -rich==13.9.4 -rsa==4.9 +rich==14.0.0 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.2 +s3transfer==0.13.0 scikeras==0.13.0 scikit-learn==1.6.1 -scipy==1.15.2 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -tensorboard==2.18.0 +tensorboard==2.19.0 tensorboard-data-server==0.7.2 -tensorflow==2.18.0 +tensorflow==2.19.0 tensorflow-io-gcs-filesystem==0.37.1 -termcolor==2.5.0 +termcolor==3.1.0 texttable==1.7.0 -threadpoolctl==3.5.0 +threadpoolctl==3.6.0 trafaret==2.1.1 -typing-extensions==4.12.2 -tzdata==2025.1 -urllib3==1.26.20 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +urllib3==2.4.0 werkzeug==3.1.3 wheel==0.45.1 wrapt==1.17.2 -zipp==3.21.0 +zipp==3.22.0 # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/public_dropin_environments/python3_onnx/env_info.json b/public_dropin_environments/python3_onnx/env_info.json index 71814d7b8..a03476a66 100644 --- a/public_dropin_environments/python3_onnx/env_info.json +++ b/public_dropin_environments/python3_onnx/env_info.json @@ -4,7 +4,7 @@ "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.", "programmingLanguage": "python", "label": "", - "environmentVersionId": "682f99bb114ca012c957472e", + "environmentVersionId": "6836046bf8c4a3106298d0cd", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-python-onnx", "tags": [ - "v11.1.0-682f99bb114ca012c957472e", - "682f99bb114ca012c957472e", + "v11.1.0-6836046bf8c4a3106298d0cd", + "6836046bf8c4a3106298d0cd", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/python3_onnx/requirements.txt b/public_dropin_environments/python3_onnx/requirements.txt index badb9255e..d90566442 100644 --- a/public_dropin_environments/python3_onnx/requirements.txt +++ b/public_dropin_environments/python3_onnx/requirements.txt @@ -5,98 +5,96 @@ # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # annotated-types==0.7.0 -argcomplete==3.5.3 -azure-core==1.32.0 -azure-identity==1.20.0 +argcomplete==3.6.2 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.36.23 -botocore==1.36.23 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 +charset-normalizer==3.4.2 +click==8.2.1 coloredlogs==15.0.1 -cryptography==44.0.1 -datarobot==3.6.2 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 flask==3.1.1 flatbuffers==25.2.10 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2rc0 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-resumable-media==2.7.2 -googleapis-common-protos==1.67.0 +googleapis-common-protos==1.70.0 humanfriendly==10.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 jmespath==1.0.1 -joblib==1.4.2 +joblib==1.5.1 julia==0.5.7 markupsafe==3.0.2 memory-profiler==0.61.0 mpmath==1.3.0 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 -numpy==2.2.3 -onnxruntime==1.20.1 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 -orjson==3.10.15 -packaging==24.2 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 +numpy==2.2.6 +onnxruntime==1.22.0 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pyjwt[crypto]==2.10.1 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 -rsa==4.9 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.2 +s3transfer==0.13.0 scikit-learn==1.6.1 -scipy==1.15.2 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -sympy==1.13.3 -termcolor==2.5.0 +sympy==1.14.0 +termcolor==3.1.0 texttable==1.7.0 -threadpoolctl==3.5.0 +threadpoolctl==3.6.0 trafaret==2.1.1 -typing-extensions==4.12.2 -tzdata==2025.1 -urllib3==1.26.20 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +urllib3==2.4.0 werkzeug==3.1.3 wrapt==1.17.2 -zipp==3.21.0 - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.22.0 diff --git a/public_dropin_environments/python3_pmml/env_info.json b/public_dropin_environments/python3_pmml/env_info.json index 8b8e858d1..74e2c4e12 100644 --- a/public_dropin_environments/python3_pmml/env_info.json +++ b/public_dropin_environments/python3_pmml/env_info.json @@ -4,7 +4,7 @@ "description": "This template environment can be used to create artifact-only PMML custom models. This environment contains PyPMML and only requires your model artifact as a .pmml file and optionally a custom.py file.", "programmingLanguage": "python", "label": "", - "environmentVersionId": "682f99c4114ca012e328b9dc", + "environmentVersionId": "68360473f8c4a3107dab5a52", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-python-pmml", "tags": [ - "v11.1.0-682f99c4114ca012e328b9dc", - "682f99c4114ca012e328b9dc", + "v11.1.0-68360473f8c4a3107dab5a52", + "68360473f8c4a3107dab5a52", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/python3_pmml/requirements.txt b/public_dropin_environments/python3_pmml/requirements.txt index 1b78484b2..6ab5cc9c6 100644 --- a/public_dropin_environments/python3_pmml/requirements.txt +++ b/public_dropin_environments/python3_pmml/requirements.txt @@ -5,36 +5,36 @@ # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # annotated-types==0.7.0 -argcomplete==3.5.3 -azure-core==1.32.0 -azure-identity==1.20.0 +argcomplete==3.6.2 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.37.4 -botocore==1.37.4 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 -cryptography==44.0.2 -datarobot==3.6.3 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 flask==3.1.1 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-resumable-media==2.7.2 -googleapis-common-protos==1.68.0 +googleapis-common-protos==1.70.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 @@ -43,53 +43,51 @@ jpype1==1.5.2 julia==0.5.7 markupsafe==3.0.2 memory-profiler==0.61.0 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 -numpy==2.2.3 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 -orjson==3.10.15 -packaging==24.2 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 +numpy==2.2.6 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pyjwt[crypto]==2.10.1 pypmml==1.5.6 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 -rsa==4.9 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.3 -scipy==1.15.2 +s3transfer==0.13.0 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -termcolor==2.5.0 +termcolor==3.1.0 texttable==1.7.0 trafaret==2.1.1 -typing-extensions==4.12.2 -tzdata==2025.1 -urllib3==1.26.20 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +urllib3==2.4.0 werkzeug==3.1.3 wrapt==1.17.2 -zipp==3.21.0 - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.22.0 diff --git a/public_dropin_environments/python3_pytorch/env_info.json b/public_dropin_environments/python3_pytorch/env_info.json index 604a7f33f..4e18d3304 100644 --- a/public_dropin_environments/python3_pytorch/env_info.json +++ b/public_dropin_environments/python3_pytorch/env_info.json @@ -4,7 +4,7 @@ "description": "This template environment can be used to create artifact-only PyTorch custom models. This environment contains PyTorch and requires only your model artifact as a .pth file, any other code needed to deserialize your model, and optionally a custom.py file.", "programmingLanguage": "python", "label": "", - "environmentVersionId": "682f99cc114ca012ff23c346", + "environmentVersionId": "6836047df8c4a3109a473477", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-python-pytorch", "tags": [ - "v11.1.0-682f99cc114ca012ff23c346", - "682f99cc114ca012ff23c346", + "v11.1.0-6836047df8c4a3109a473477", + "6836047df8c4a3109a473477", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/python3_pytorch/requirements.txt b/public_dropin_environments/python3_pytorch/requirements.txt index 27079597c..7fab911f2 100644 --- a/public_dropin_environments/python3_pytorch/requirements.txt +++ b/public_dropin_environments/python3_pytorch/requirements.txt @@ -5,112 +5,114 @@ # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # annotated-types==0.7.0 -argcomplete==3.5.3 -azure-core==1.32.0 -azure-identity==1.20.0 +argcomplete==3.6.2 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.36.23 -botocore==1.36.23 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 -cryptography==44.0.1 -datarobot==3.6.2 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 -filelock==3.17.0 +filelock==3.18.0 flask==3.1.1 -fsspec==2025.2.0 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2rc0 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +fsspec==2025.5.1 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-resumable-media==2.7.2 -googleapis-common-protos==1.67.0 +googleapis-common-protos==1.70.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 jmespath==1.0.1 -joblib==1.4.2 +joblib==1.5.1 julia==0.5.7 markupsafe==3.0.2 memory-profiler==0.61.0 mpmath==1.3.0 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 networkx==3.4.2 -numpy==2.2.3 -nvidia-cublas-cu12==12.4.5.8 -nvidia-cuda-cupti-cu12==12.4.127 -nvidia-cuda-nvrtc-cu12==12.4.127 -nvidia-cuda-runtime-cu12==12.4.127 -nvidia-cudnn-cu12==9.1.0.70 -nvidia-cufft-cu12==11.2.1.3 -nvidia-curand-cu12==10.3.5.147 -nvidia-cusolver-cu12==11.6.1.9 -nvidia-cusparse-cu12==12.3.1.170 -nvidia-cusparselt-cu12==0.6.2 -nvidia-nccl-cu12==2.21.5 -nvidia-nvjitlink-cu12==12.4.127 -nvidia-nvtx-cu12==12.4.127 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 -orjson==3.10.15 -packaging==24.2 +numpy==2.2.6 +nvidia-cublas-cu12==12.6.4.1 +nvidia-cuda-cupti-cu12==12.6.80 +nvidia-cuda-nvrtc-cu12==12.6.77 +nvidia-cuda-runtime-cu12==12.6.77 +nvidia-cudnn-cu12==9.5.1.17 +nvidia-cufft-cu12==11.3.0.4 +nvidia-cufile-cu12==1.11.1.6 +nvidia-curand-cu12==10.3.7.77 +nvidia-cusolver-cu12==11.7.1.2 +nvidia-cusparse-cu12==12.5.4.2 +nvidia-cusparselt-cu12==0.6.3 +nvidia-nccl-cu12==2.26.2 +nvidia-nvjitlink-cu12==12.6.85 +nvidia-nvtx-cu12==12.6.77 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pyjwt[crypto]==2.10.1 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 -rsa==4.9 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.2 +s3transfer==0.13.0 scikit-learn==1.6.1 -scipy==1.15.2 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -sympy==1.13.1 -termcolor==2.5.0 +sympy==1.14.0 +termcolor==3.1.0 texttable==1.7.0 -threadpoolctl==3.5.0 -torch==2.6.0 +threadpoolctl==3.6.0 +torch==2.7.0 trafaret==2.1.1 -triton==3.2.0 -typing-extensions==4.12.2 -tzdata==2025.1 -urllib3==1.26.20 +triton==3.3.0 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +urllib3==2.4.0 werkzeug==3.1.3 wrapt==1.17.2 -zipp==3.21.0 +zipp==3.22.0 # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/public_dropin_environments/python3_sklearn/env_info.json b/public_dropin_environments/python3_sklearn/env_info.json index c9724cb73..cca6aa22e 100644 --- a/public_dropin_environments/python3_sklearn/env_info.json +++ b/public_dropin_environments/python3_sklearn/env_info.json @@ -4,7 +4,7 @@ "description": "This template environment can be used to create artifact-only scikit-learn custom models. This environment contains scikit-learn and only requires your model artifact as a .pkl file and optionally a custom.py file.", "programmingLanguage": "python", "label": "", - "environmentVersionId": "682f99da114ca0131843b65d", + "environmentVersionId": "6836048bf8c4a310b5b783f5", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-python-sklearn", "tags": [ - "v11.1.0-682f99da114ca0131843b65d", - "682f99da114ca0131843b65d", + "v11.1.0-6836048bf8c4a310b5b783f5", + "6836048bf8c4a310b5b783f5", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/python3_sklearn/requirements.txt b/public_dropin_environments/python3_sklearn/requirements.txt index e94ed9d40..2d9100519 100644 --- a/public_dropin_environments/python3_sklearn/requirements.txt +++ b/public_dropin_environments/python3_sklearn/requirements.txt @@ -5,92 +5,90 @@ # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # annotated-types==0.7.0 -argcomplete==3.5.3 -azure-core==1.32.0 -azure-identity==1.20.0 +argcomplete==3.6.2 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.36.23 -botocore==1.36.23 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 -cryptography==44.0.1 -datarobot==3.6.2 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 flask==3.1.1 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2rc0 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-resumable-media==2.7.2 -googleapis-common-protos==1.67.0 +googleapis-common-protos==1.70.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 jmespath==1.0.1 -joblib==1.4.2 +joblib==1.5.1 julia==0.5.7 markupsafe==3.0.2 memory-profiler==0.61.0 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 -numpy==2.2.3 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 -orjson==3.10.15 -packaging==24.2 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 +numpy==2.2.6 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pyjwt[crypto]==2.10.1 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 -rsa==4.9 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.2 +s3transfer==0.13.0 scikit-learn==1.6.1 -scipy==1.15.2 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -termcolor==2.5.0 +termcolor==3.1.0 texttable==1.7.0 -threadpoolctl==3.5.0 +threadpoolctl==3.6.0 trafaret==2.1.1 -typing-extensions==4.12.2 -tzdata==2025.1 -urllib3==1.26.20 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +urllib3==2.4.0 werkzeug==3.1.3 wrapt==1.17.2 -zipp==3.21.0 - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.22.0 diff --git a/public_dropin_environments/python3_xgboost/env_info.json b/public_dropin_environments/python3_xgboost/env_info.json index 07353d865..658569e53 100644 --- a/public_dropin_environments/python3_xgboost/env_info.json +++ b/public_dropin_environments/python3_xgboost/env_info.json @@ -4,7 +4,7 @@ "description": "This template environment can be used to create artifact-only xgboost custom models. This environment contains xgboost and only requires your model artifact as a .pkl file and optionally a custom.py file.", "programmingLanguage": "python", "label": "", - "environmentVersionId": "682f99e2114ca0133180afbf", + "environmentVersionId": "68360493f8c4a310d0592216", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-python-xgboost", "tags": [ - "v11.1.0-682f99e2114ca0133180afbf", - "682f99e2114ca0133180afbf", + "v11.1.0-68360493f8c4a310d0592216", + "68360493f8c4a310d0592216", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/python3_xgboost/requirements.txt b/public_dropin_environments/python3_xgboost/requirements.txt index 897c57801..898c857f3 100644 --- a/public_dropin_environments/python3_xgboost/requirements.txt +++ b/public_dropin_environments/python3_xgboost/requirements.txt @@ -5,94 +5,92 @@ # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # annotated-types==0.7.0 -argcomplete==3.5.3 -azure-core==1.32.0 -azure-identity==1.20.0 +argcomplete==3.6.2 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.36.23 -botocore==1.36.23 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 -cryptography==44.0.1 -datarobot==3.6.2 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 flask==3.1.1 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2rc0 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-resumable-media==2.7.2 -googleapis-common-protos==1.67.0 +googleapis-common-protos==1.70.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 jmespath==1.0.1 -joblib==1.4.2 +joblib==1.5.1 julia==0.5.7 markupsafe==3.0.2 memory-profiler==0.61.0 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 -numpy==2.2.3 -nvidia-nccl-cu12==2.25.1 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 -orjson==3.10.15 -packaging==24.2 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 +numpy==2.2.6 +nvidia-nccl-cu12==2.26.5 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pyjwt[crypto]==2.10.1 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 -rsa==4.9 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.2 +s3transfer==0.13.0 scikit-learn==1.6.1 -scipy==1.15.2 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -termcolor==2.5.0 +termcolor==3.1.0 texttable==1.7.0 -threadpoolctl==3.5.0 +threadpoolctl==3.6.0 trafaret==2.1.1 -typing-extensions==4.12.2 -tzdata==2025.1 -urllib3==1.26.20 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +urllib3==2.4.0 werkzeug==3.1.3 wrapt==1.17.2 -xgboost==2.1.4 -zipp==3.21.0 - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +xgboost==3.0.2 +zipp==3.22.0 diff --git a/public_dropin_environments/r_lang/env_info.json b/public_dropin_environments/r_lang/env_info.json index f48590df9..61b030d2a 100644 --- a/public_dropin_environments/r_lang/env_info.json +++ b/public_dropin_environments/r_lang/env_info.json @@ -4,7 +4,7 @@ "description": "This template environment can be used to create artifact-only R custom models that use the caret library. Your custom model archive need only contain your model artifacts if you use the environment correctly.", "programmingLanguage": "r", "label": "", - "environmentVersionId": "682f99ed114ca0134c0f4c08", + "environmentVersionId": "683604a1f8c4a310ed5183c3", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-r-lang", "tags": [ - "v11.1.0-682f99ed114ca0134c0f4c08", - "682f99ed114ca0134c0f4c08", + "v11.1.0-683604a1f8c4a310ed5183c3", + "683604a1f8c4a310ed5183c3", "v11.1.0-latest" ] } diff --git a/public_dropin_environments/r_lang/requirements.txt b/public_dropin_environments/r_lang/requirements.txt index 421f0f6b4..f9e0e2fc2 100644 --- a/public_dropin_environments/r_lang/requirements.txt +++ b/public_dropin_environments/r_lang/requirements.txt @@ -5,36 +5,36 @@ # pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in # annotated-types==0.7.0 -argcomplete==3.5.3 -azure-core==1.32.0 -azure-identity==1.20.0 +argcomplete==3.6.2 +azure-core==1.34.0 +azure-identity==1.23.0 azure-storage-blob==12.19.0 blinker==1.9.0 -boto3==1.37.4 -botocore==1.37.4 -cachetools==4.2.4 -certifi==2025.1.31 +boto3==1.38.23 +botocore==1.38.23 +cachetools==5.5.2 +certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 -click==8.1.8 -cryptography==44.0.2 -datarobot==3.6.3 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.3 +datarobot==3.7.1 datarobot-drum[R,r]==1.16.13 -datarobot-mlops==10.2.8 -datarobot-storage==0.0.0 +datarobot-mlops==11.0.0 +datarobot-storage==2.2.0 deprecated==1.2.18 docker==7.1.0 filechunkio==1.8 flask==3.1.1 -google-api-core==1.34.0 -google-auth==1.28.1 -google-cloud-core==2.4.2 -google-cloud-storage==1.43.0 -google-crc32c==1.6.0 +google-api-core==2.25.0rc1 +google-auth==2.40.2 +google-cloud-core==2.4.3 +google-cloud-storage==2.19.0 +google-crc32c==1.7.1 google-resumable-media==2.7.2 -googleapis-common-protos==1.68.0 +googleapis-common-protos==1.70.0 idna==3.10 -importlib-metadata==8.4.0 +importlib-metadata==8.6.1 isodate==0.7.2 itsdangerous==2.2.0 jinja2==3.1.6 @@ -42,54 +42,52 @@ jmespath==1.0.1 julia==0.5.7 markupsafe==3.0.2 memory-profiler==0.61.0 -msal==1.31.1 -msal-extensions==1.2.0 -mypy-extensions==1.0.0 -numpy==2.2.3 -opentelemetry-api==1.27.0 -opentelemetry-exporter-otlp-proto-common==1.27.0 -opentelemetry-exporter-otlp-proto-http==1.27.0 -opentelemetry-proto==1.27.0 -opentelemetry-sdk==1.27.0 -opentelemetry-semantic-conventions==0.48b0 -orjson==3.10.15 -packaging==24.2 +msal==1.32.3 +msal-extensions==1.3.1 +mypy-extensions==1.1.0 +numpy==2.2.6 +opentelemetry-api==1.33.1 +opentelemetry-exporter-otlp-proto-common==1.33.1 +opentelemetry-exporter-otlp-proto-http==1.33.1 +opentelemetry-proto==1.33.1 +opentelemetry-sdk==1.33.1 +opentelemetry-semantic-conventions==0.54b1 +orjson==3.10.18 +packaging==25.0 pandas==2.2.3 -pillow==11.1.0 -portalocker==2.10.1 +pillow==11.2.1 progress==1.6 -protobuf==3.20.3 +proto-plus==1.26.1 +protobuf==5.29.4 psutil==7.0.0 py4j==0.10.9.9 pyasn1==0.6.1 -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 pycparser==2.22 -pydantic==2.10.6 -pydantic-core==2.27.2 +pydantic==2.11.5 +pydantic-core==2.33.2 pyjwt[crypto]==2.10.1 python-dateutil==2.9.0.post0 -pytz==2025.1 +pytz==2025.2 pyyaml==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 rpy2==3.5.8 -rsa==4.9 +rsa==4.9.1 ruamel-yaml==0.17.4 -s3transfer==0.11.3 -scipy==1.15.2 +s3transfer==0.13.0 +scipy==1.15.3 six==1.17.0 strenum==0.4.15 strictyaml==1.4.2 -termcolor==2.5.0 +termcolor==3.1.0 texttable==1.7.0 trafaret==2.1.1 -typing-extensions==4.12.2 -tzdata==2025.1 -tzlocal==5.3 -urllib3==1.26.20 +typing-extensions==4.13.2 +typing-inspection==0.4.1 +tzdata==2025.2 +tzlocal==5.3.1 +urllib3==2.4.0 werkzeug==3.1.3 wrapt==1.17.2 -zipp==3.21.0 - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.22.0