From 6b92d51f13904b7560ecc2375b27076c6265660c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:14:11 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .python-version | 2 +- plugins/actuators/sfttrainer/pyproject.toml | 2 +- plugins/operators/trim/pyproject.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.python-version b/.python-version index c8cfe3959..6324d401a 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10 +3.14 diff --git a/plugins/actuators/sfttrainer/pyproject.toml b/plugins/actuators/sfttrainer/pyproject.toml index babda018f..d834da86c 100644 --- a/plugins/actuators/sfttrainer/pyproject.toml +++ b/plugins/actuators/sfttrainer/pyproject.toml @@ -2,7 +2,7 @@ name = "ado-sfttrainer" description = "An actuator for benchmarking fine-tuning of foundation models" # Change to describing your actuator readme = "ado_actuators/sfttrainer/README.md" -requires-python = ">=3.10,<3.13" +requires-python = ">=3.14,<3.15" dependencies = ["aim>=3.23.0", "jwt", "psutil", "transformers>=4.44.2"] dynamic = ["version"] diff --git a/plugins/operators/trim/pyproject.toml b/plugins/operators/trim/pyproject.toml index a19368642..7e5d9372a 100644 --- a/plugins/operators/trim/pyproject.toml +++ b/plugins/operators/trim/pyproject.toml @@ -2,7 +2,7 @@ name = "ado-trim" description = "TRIM (Transfer Refined Iterative Modeling) builds an accurate predictive model from a small dataset by iteratively sampling a Discovery Space." readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.14,<3.15" dependencies = [ "ado-core", "autogluon-tabular[catboost,xgboost]==1.5", diff --git a/pyproject.toml b/pyproject.toml index 81a6b9fa1..b763c452c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ It can be easily extended with new experiments or new analysis tools. It allows researchers and engineers to collaborate on projects, execute experiments, and share data. """ readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.14,<3.15" license-files = ["AUTHORS.md", "LICEN[CS]E*", "vendored/licenses/*.txt"] authors = [{ name = "Michael A. Johnston", email = "michaelj@ie.ibm.com" }] maintainers = [{ name = "Michael A. Johnston", email = "michaelj@ie.ibm.com" }]