Skip to content

Releases: Reya-Labs/reya-python-sdk

🏷️ v2.1.7.0

19 Mar 16:04
84704f4

Choose a tag to compare

🐍 Reya Python SDK Release 2.1.7.0

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.1.7.0
  • Commit: 84704f4
  • Previous Version: v2.1.4.0

🔄 Latest Changes

Merge pull request #48 from Reya-Labs/feat/bustSeq

Spot Trade Busts


What's Changed

Full Changelog: v2.1.4.0...v2.1.7.0

🏷️ v2.1.4.0

11 Mar 12:34
a5a97d9

Choose a tag to compare

🐍 Reya Python SDK Release 2.1.4.0

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.1.4.0
  • Commit: a5a97d9
  • Previous Version: v2.1.3.5

🔄 Latest Changes

Bump specs to 2.1.4 (#46)

  • Bump specs to 2.1.4
  • chore: bump SDK version to 2.1.4.0
  • fix: read SDK package version from pyproject.toml instead of hardcoding
    The generate-api.sh script was hardcoding packageVersion=2.0.0, causing
    the autogenerated open_api files to report a stale SDK version. Now reads
    the version dynamically from pyproject.toml.
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
  • fix: regenerate open_api files with correct version 2.1.4.0
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
  • fix: CI workflow issues for version-consistency and pre-commit
  • version-consistency: skip commit when version is already up to date
    instead of failing on "nothing to commit"
  • pylint: use single poetry install --extras dev instead of separate
    install + extras steps, which caused dev deps to be missing
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
  • fix: use pip to install dev extras in CI
    Poetry's --extras flag doesn't reliably resolve [project.optional-dependencies].
    Use pip install -e ".[dev]" inside the poetry venv instead, which natively
    understands PEP 621 optional dependencies.
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
  • fix: lint issues in dynamic pricing tests
  • Fix isort import ordering in market_trackers.py
  • Fix black formatting in test_dynamic_pricing.py
  • Fix flake8 F541: remove f-prefix from strings without placeholders
  • Fix mypy: add None guards before float() on Optional fields
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Co-authored-by: reya-python-sdk Reya Bot devcold@voltz.xyz
Co-authored-by: Claude Opus 4.6 noreply@anthropic.com


What's Changed

Full Changelog: v2.1.3.5...v2.1.4.0

🏷️ v2.1.3.5

11 Feb 17:10
e889b9c

Choose a tag to compare

🐍 Reya Python SDK Release 2.1.3.5

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.1.3.5
  • Commit: e889b9c
  • Previous Version: v2.1.3.4

🔄 Latest Changes

Merge pull request #43 from Reya-Labs/feat/dynPricing

Feat/dyn pricing


What's Changed

Full Changelog: v2.1.3.4...v2.1.3.5

🏷️ v2.1.3.4

04 Feb 15:04
c2fec04

Choose a tag to compare

🐍 Reya Python SDK Release 2.1.3.4

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.1.3.4
  • Commit: c2fec04
  • Previous Version: v2.1.3.1

🔄 Latest Changes

Merge pull request #42 from Reya-Labs/feat/new-spot-markets-1

Add new example and small fixes


What's Changed

Full Changelog: v2.1.3.1...v2.1.3.4

🏷️ v2.1.3.1

02 Feb 15:32
c6efe4f

Choose a tag to compare

🐍 Reya Python SDK Release 2.1.3.1

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.1.3.1
  • Commit: c6efe4f
  • Previous Version: v2.1.3.0

🔄 Latest Changes

Merge pull request #41 from Reya-Labs/feat/support-new-spot-markets

Feat/support new spot markets


What's Changed

Full Changelog: v2.1.3.0...v2.1.3.1

🏷️ v2.1.3.0

22 Jan 15:23
ce4d58e

Choose a tag to compare

🐍 Reya Python SDK Release 2.1.3.0

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.1.3.0
  • Commit: ce4d58e
  • Previous Version: v2.0.7.1

🔄 Latest Changes

Merge pull request #37 from Reya-Labs/feat/spot

Support SPOT matching engine


What's Changed

Full Changelog: v2.0.7.1...v2.1.3.0

🏷️ v2.0.7.1

17 Nov 13:06
7738ada

Choose a tag to compare

🐍 Reya Python SDK Release 2.0.7.1

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.0.7.1
  • Commit: 7738ada
  • Previous Version: v2.0.7.0

🔄 Latest Changes

Change REYA_API_BASE_URL for testnet (#39)

  • Change REYA_API_BASE_URL for testnet
    Updated REYA_API_BASE_URL for cronos environment.
  • chore: bump SDK version to 2.0.7.1

Co-authored-by: GitHub Action action@github.com


What's Changed

Full Changelog: v2.0.7.0...v2.0.7.1

🏷️ v2.0.7.0

13 Nov 00:10
a288527

Choose a tag to compare

🐍 Reya Python SDK Release 2.0.7.0

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.0.7.0
  • Commit: a288527
  • Previous Version: v2.0.6.1

🔄 Latest Changes

Bump spec to latest (#38)

  • Bump spec to latest
  • chore: bump SDK version to 2.0.7.0

Co-authored-by: GitHub Action action@github.com


What's Changed

Full Changelog: v2.0.6.1...v2.0.7.0

🏷️ v2.0.6.1

31 Oct 15:14
7745a60

Choose a tag to compare

🐍 Reya Python SDK Release 2.0.6.1

📦 Installation

pip install reya-python-sdk

📋 Release Details

  • Release Tag: v2.0.6.1
  • Commit: 7745a60
  • Previous Version: v2.0.6.0

🔄 Latest Changes

Always derive wallet address from private key (#35)

  • Always derive wallet address from private key
  • linting
  • linting
  • linting
  • distinguish between owner and signer wallets
  • fixes
  • chore: bump SDK version to 2.0.6.1

Co-authored-by: GitHub Action action@github.com


What's Changed

Full Changelog: v2.0.6.0...v2.0.6.1

v2.0.6.0

20 Sep 16:51
2b07947

Choose a tag to compare

Release v2.0.6.0 with updated specs