Skip to content

v0.5.21

Choose a tag to compare

@matin matin released this 07 Jan 23:12
· 50 commits to main since this release
9516edb

What's Changed

Python 3.14 Support

  • Add Python 3.14 to CI test matrix
  • Upgrade pydantic to 2.12.5 (with pydantic-core 2.41.5 that has Python 3.14 wheels)

Bug Fixes

  • Fix circular import in sso.py using deferred annotation evaluation
  • Fix Python 3.10 compatibility (use datetime.timezone.utc instead of datetime.UTC)
  • Fix annotation shadowing issue with builtins.list

Maintenance

  • Replace deprecated asyncio.iscoroutinefunction with inspect.iscoroutinefunction
  • Update isinstance calls to use union syntax (X | Y)
  • Use typing_extensions.Self for Python 3.10 compatibility

Full Changelog: v0.5.20...v0.5.21