Skip to content

v0.1.0

Choose a tag to compare

@HinsonSIDAN HinsonSIDAN released this 01 Sep 06:02
· 5 commits to main since this release

Changes

  • Added WebSocket support for real-time data streams
  • Migrated to UV package manager
  • Added internal transfer functionality
  • Fixed lint issues and code quality improvements
  • Updated type annotations to modern Python syntax

Breaking Changes

  • Renamed apiKey field to api_key in AuthHeaders class

Technical Improvements

  • Fixed bare except clauses
  • Updated exception handling with proper error chaining
  • Replaced deprecated percent formatting with format specifiers
  • Updated Optional type annotations to use | None syntax