Skip to content

Releases: FlipsideCrypto/sdk

Python V2.1.0

31 Jan 21:31
Compare
Choose a tag to compare

Update pydantic.

Python @ v2.0.8

12 Jun 15:50
Compare
Choose a tag to compare

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

26 May 02:59
db31608
Compare
Choose a tag to compare
python@v2.0.7

python@v2.0.7

Python SDK Version 2.0.4

08 May 14:21
6e8b7ba
Compare
Choose a tag to compare

This release addresses two minor issues found in the Python SDK:

  1. When a QueryRun returns 0 records the Python SDK should return a QueryResultSet with null rows and run_stats.record_count = 0
  2. 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.