Version 3.5.0
Compatibility Notes
Flagsmith Python SDK 3.5.0 brings the new version of Flagsmith engine that depends on Pydantic V2.
If you're still using Pydantic V1 in your project, consider doing one of the following:
- Change your
pydantic
imports topydantic.v1
. - Use the bump-pydantic tool to migrate your code semi-automatically.
Refer to the Pydantic V2 migration guide for more info.
What's Changed
- Bump
flagsmith-flag-engine
to 5.0.0 by @khvn26 in #69 - Ensure polling thread is resilient to errors and exceptions by @goncalossilva in #60
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #56
- Bump urllib3 from 2.0.4 to 2.0.7 by @dependabot in #64
New Contributors
- @goncalossilva made their first contribution in #60
Full Changelog: v3.4.0...v3.5.0