Version 1.17.0 is now available π
pip install qds-sdk==1.17.0
π Changes from the last Version V1.16.1
- Updated dependencies to support Python 3.12.(#342)
- Fixed syntax issues and warnings caused by changes in Python 3.12, such as replacing deprecated constructs (e.g., is with literals, invalid escape sequences).(#342)
- Refactored code to address compatibility issues with third-party libraries that were not natively compatible with Python 3.12.(#342)