Releases: FlipsideCrypto/sdk
Releases · FlipsideCrypto/sdk
Python V2.1.0
Update pydantic.
Python @ v2.0.8
This release includes the following updates to the Python SDK:
- Resolves an issue in dependency Pydantic 2.10.7. This version upgrades to Pydantic 2.10.9.
- Resolves an issue where Timeouts were being reported in minutes instead of seconds.
Python SDK Version 2.0.7
Python SDK Version 2.0.4
This release addresses two minor issues found in the Python SDK:
- When a QueryRun returns 0 records the Python SDK should return a QueryResultSet with null rows and
run_stats.record_count = 0 - Update the default page size to 100k.
Note for users on #2: if 100k rows exceed 30 MB the API will return an error and ask you to reduce the page size to a smaller number. It will even recommend the max page size you can request given the average size of a row.