v0.0.63
Breaking changes
- Drop support for Python 3.8 by @zzstoatzz in #605
Notes:
- Since we updated
websocketslib to v15, which uses the new async client, differences in stability are possible. Please report your findings! - Since we updated
pydanticlib, new strange warnings coming from it are possible. Please report your findings!
What's Changed
- Add Python 3.14 support by @MarshalX in #629
- Update lexicons fetched by @MarshalX in #621 and #626
- Update
websocketsto v15 by @zzstoatzz in #605 - Fix
httpxdeprecation warnings by @zzstoatzz in #614 - Fix
pydanticfield warnings for optional fields with constraints by @zzstoatzz in #627
Full Changelog: v0.0.62...v0.0.63