Skip to content

Commit 87a2d2f

Browse files
committed
bump version for all SDK
1 parent 71b930d commit 87a2d2f

File tree

13 files changed

+84
-15
lines changed

13 files changed

+84
-15
lines changed

.apigen-state

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"version": "1",
33
"algorithm": "sha256",
4-
"generated_at": "2026-03-05T23:55:17.167655Z",
4+
"generated_at": "2026-03-09T16:37:05.015868Z",
55
"spec_files": {
66
"resources/account-data-api.yaml": "2d366acf63b1412c3b49583b22aea07829f297332ebd1b0680954d0d248f2998",
77
"resources/auth-api.yaml": "d323937afd8fd9431a1075bb7ae06a28181848afd6e5278675b9a2945b9257c1",
88
"resources/bluefin-api.yaml": "114c8ea5a7cb58d0a53f54a8fbfe4a7c9616bfb0286a951afa057906ebd69179",
99
"resources/common.yaml": "f0140950057e524457e5197c5b20bf8d74342e596378043ff8b4c75b5a3fc036",
10-
"resources/exchange-api.yaml": "01fdc7056531ec2e71a16c3c982a0776cbe3f5af1444bd264a536457a2b023b0",
10+
"resources/exchange-api.yaml": "a309b3a5c29fb71dcc26d6f8018883ec51b42db43c29fee7b7ed4f0997146f77",
1111
"resources/rewards-data-api.yaml": "2c715683d080ad11aa7667d81e36b1f36839da5d2af1bd3ce0d164db6f19cb0c",
1212
"resources/trade-api.yaml": "229ac3d9a7a30b640db928cc5d99cddc4e185e70b76e7c0d7273f94225cd1d37",
1313
"resources/websocket-api.yaml": "eefb5b151d020ca372577927bb740b3bf1206cc2d31f8c0d8763bf6e56590330"
1414
},
15-
"combined_hash": "b3302fab766eb83e18aa45e231fc8b46355440fcc5982be675d11b410782b680"
15+
"combined_hash": "104e4eef97711bac98ad21c203db31ccd213605bda6cf241fab2c48dcffaca6d"
1616
}

python/sdk/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ additionalProperties:
22
library: asyncio
33
generateSourceCodeOnly: true
44
useOneOfDiscriminatorLookup: true
5-
packageVersion: 1.12.0
5+
packageVersion: 1.13.0

python/sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description = "Python Boilerplate contains all the boilerplate you need to creat
2121
name = "bluefin_pro_sdk"
2222
readme = "README.rst"
2323
requires-python = ">=3.9.2,<3.13.0"
24-
version = "1.12.0"
24+
version = "1.13.0"
2525

2626
[[project.authors]]
2727
email = "audreyr@example.com"

python/sdk/src/openapi_client/__init__.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/api_client.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/configuration.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client_README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sha2 = "0.10.8"
99

1010
[dependencies.bluefin_api]
1111
path = "gen/bluefin_api"
12-
version = "1.12.0"
12+
version = "1.13.0"
1313

1414
[dependencies.ed25519-dalek]
1515
features = ["rand_core"]
@@ -75,7 +75,7 @@ keywords = [
7575
license = "Unlicense"
7676
name = "bluefin-pro"
7777
repository = "https://github.com/fireflyprotocol/pro-sdk"
78-
version = "1.12.0"
78+
version = "1.13.0"
7979

8080
[workspace]
8181
members = [

rust/gen/bluefin_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/gen/bluefin_api/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)