From 1c80ea9e1a6464af4db421fa969f36bcf4f72a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:38:33 +0000 Subject: [PATCH] Update runpod requirement from >=1.8.1 to >=1.9.0 Updates the requirements on [runpod](https://github.com/runpod/runpod-python) to permit the latest version. - [Release notes](https://github.com/runpod/runpod-python/releases) - [Changelog](https://github.com/runpod/runpod-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/runpod/runpod-python/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: runpod dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0df2117..9b6fef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "psycopg2-binary>=2.9.11", "python-dotenv>=1.2.1", "requests>=2.32.5", - "runpod>=1.8.1", + "runpod>=1.9.0", "sentencepiece>=0.2.1", "scikit-learn>=1.7.2", "simplejson>=3.20.2",