Skip to content

build(deps): update injective-py requirement from <1.12.0,>=1.7.0 to >=1.7.0,<1.17.0 - #10

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/injective-py-gte-1.7.0-and-lt-1.17.0
Closed

build(deps): update injective-py requirement from <1.12.0,>=1.7.0 to >=1.7.0,<1.17.0#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/injective-py-gte-1.7.0-and-lt-1.17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown

Updates the requirements on injective-py to permit the latest version.

Release notes

Sourced from injective-py's releases.

v1.16.0

What's Changed

Full Changelog: InjectiveLabs/sdk-python@v1.15.0...v1.16.0

Changelog

Sourced from injective-py's changelog.

[v1.16.0] 2026-06-29

Added

  • Peggy Rate Limit types are extended to take in an oracle_type field to denote the oracle used to fetch a price along with the token_id
  • Added an RPC endpoint for funding payments in derivatives

[v1.15.0] 2026-06-02

Added

  • Added support in v2 Composer for the new exchange module MsgBatchLiquidatePositions message, including the liquidate_position_data and msg_batch_liquidate_positions composer helpers and a corresponding example script
  • Exposed OrderType, OracleType, and CrossMarginEligibility proto enums as IntEnum class attributes on the v2 Composer (Composer.ORDER_TYPE, Composer.ORACLE_TYPE, Composer.CROSS_MARGIN_ELIGIBILITY) for IDE discoverability and type safety. The order_type and oracle_type parameters in composer methods now accept either the string name or an integer / enum value (backward-compatible); cross_margin_eligibility (newly introduced this release) accepts only the Composer.CROSS_MARGIN_ELIGIBILITY enum.

Changed

  • Updated all compiled protos for compatibility with Injective core v1.20.0 and Indexer v1.20.2

[1.14.1] - 2026-04-29

Changed

  • Update Python version limitation to ">=3.10,<3.15" to support Python v1.14

[1.14.0] - 2026-04-27

Changed

  • Updated all compiled protos for compatibility with Injective core v1.19.0 and Indexer v1.19.0

[1.13.0] - 2026-02-13

Changed

  • Updated all compiled protos for compatibility with Injective core v1.18.0 and Indexer v1.18.3
  • Includes new proto definitions for the Chainlink Data Streams oracle

[1.12.0] - 2025-11-10

Changed

  • Updated all compiled protos for compatibility with Injective core v1.17.0 and Indexer v1.17.16
  • Included the OpenNotionalCap in derivative markets
  • Added support for market orders creation with the MsgBatchUpdateOrders message
  • Support for order failure events and conditional orders trigger failures in the chainstrem updates

[1.11.2] - 2025-09-24

Added

  • Added support in v2 Composer to create the new exchange module MsgCancelPostOnlyMode message

Changed

  • Updated all compiled protos for compatibility with Injective core v1.16.4 and Indexer v1.16.91
  • Marked the v1 Composer as deprecated

[1.11.1] - 2025-08-20

Changed

  • Marked the v1 AsyncClient as deprecated

Fixed

  • Fixed the Indexer orderbooks queries in the v1 AsyncClient to include the depth parameter

[1.11.0] - 2025-07-29

Added

... (truncated)

Commits
  • 4ee1dd3 Merge pull request #419 from InjectiveLabs/release/master-v1.16
  • c7e3dd7 Merge branch 'dev' into release/master-v1.16
  • c08388a Merge pull request #418 from InjectiveLabs/chore/prep-for-1.20.1-beta
  • 72333c8 chore: set pyproject.toml version to v1.16.0
  • a66083a chore: changelog
  • 95cc7d9 chore: use the latest release tag
  • ae90813 chore: bump injective-py version to v1.16.0-rc1
  • 7a4cb48 chore: make gen
  • 9a79027 Merge pull request #417 from InjectiveLabs/release/master-v1.15
  • ee21b05 Merge pull request #416 from InjectiveLabs/chore/release-1.20
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](InjectiveLabs/sdk-python@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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 3, 2026
@edycutjong edycutjong closed this Aug 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/injective-py-gte-1.7.0-and-lt-1.17.0 branch August 7, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant