Commit a5a97d9
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>1 parent e889b9c commit a5a97d9
57 files changed
Lines changed: 107 additions & 108 deletions
File tree
- .github/workflows
- scripts
- sdk/open_api
- api
- models
- tests
- helpers
- test_perps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
| |||
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
41 | | - | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments