4.0.0.2120
What's Changed
- BREAKING CHANGE: Drop support for Python 3.7
- BREAKING CHANGE:
pytulli
now uses Pydantic V2 for its API models.- If you are using
pytulli
in a project with unrelated Pydantic V1 dependencies, please refer to Pydantic's migration guide on how to continue using Pydantic V1 code while importingpydantic==2.*
: https://docs.pydantic.dev/2.6/migration/#continue-using-pydantic-v1-features
- If you are using
- BREAKING CHANGE: All dependencies have been bumped to their latest version. Other than Pydantic (noted above), there is no expected impact on functionality, but please be aware of possible dependency conflicts with your project.
- [FIX]:
Docs
model not deserializing properly - [FIX]:
RecentlyAdded
model has been built out with expected properties - [NEW]: Helper function available to get a direct web link (
https://domain:port/
) to a media item
Related PRs
- [feat] Helper function to get web URL to media item by @nwithan8 in #42
- Build out missing RecentlyAdded model by @nwithan8 in #43
- [chore] Update dependencies, drop legacy Python support by @nwithan8 in #44
Full Changelog: 3.7.0.2120...4.0.02120