Releases: Reya-Labs/reya-python-sdk
🏷️ v2.1.7.0
🐍 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
🐍 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 devinstead 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
- Bump specs to 2.1.4 by @danigr99727 in #46
Full Changelog: v2.1.3.5...v2.1.4.0
🏷️ v2.1.3.5
🐍 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
🐍 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
- Add new example and small fixes by @tomdevman in #42
Full Changelog: v2.1.3.1...v2.1.3.4
🏷️ v2.1.3.1
🐍 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
- Feat/support new spot markets by @tomdevman in #41
Full Changelog: v2.1.3.0...v2.1.3.1
🏷️ v2.1.3.0
🐍 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
- Support SPOT matching engine by @danigr99727 in #37
Full Changelog: v2.0.7.1...v2.1.3.0
🏷️ v2.0.7.1
🐍 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
- Change REYA_API_BASE_URL for testnet by @danigr99727 in #39
Full Changelog: v2.0.7.0...v2.0.7.1
🏷️ v2.0.7.0
🐍 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
- Bump spec to latest by @danigr99727 in #38
Full Changelog: v2.0.6.1...v2.0.7.0
🏷️ v2.0.6.1
🐍 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
- Always derive wallet address from private key by @danigr99727 in #35
Full Changelog: v2.0.6.0...v2.0.6.1
v2.0.6.0
Release v2.0.6.0 with updated specs