fireblocks / fireblocks-sdk-py

Official Python SDK for Fireblocks API
http://docs.fireblocks.com/api/swagger-ui/
MIT License
51 stars 40 forks source link

Fix broken Python 3.7+ compatibility #158

Closed knaperek closed 4 months ago

knaperek commented 7 months ago

Officially the SDK declares support for Python versions from 3.6 and up. However, it crashes due to typing if used by Python version below 3.10.

This fixes it for all Python versions from 3.7. Additionally, it increases the minimum supported version of Python from 3.6 (which has reached its EOL in 2021) to 3.7.

knaperek commented 4 months ago

Closing this as Fireblocks SDK now officially requires Python 3.8+