From d7fd77e774f3a63fffec99131e3169d69fd837ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:05:30 +0000 Subject: [PATCH] build(deps): update injective-py requirement Updates the requirements on [injective-py](https://github.com/InjectiveLabs/sdk-python) to permit the latest version. - [Release notes](https://github.com/InjectiveLabs/sdk-python/releases) - [Changelog](https://github.com/InjectiveLabs/sdk-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/InjectiveLabs/sdk-python/compare/v1.7.0...v1.16.0) --- updated-dependencies: - dependency-name: injective-py dependency-version: 1.16.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 a49afaa..bcdd2a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "injective-py>=1.7.0,<1.12.0", + "injective-py>=1.7.0,<1.17.0", "openai>=1.0", "google-genai>=1.0", "python-telegram-bot>=21.0",