Skip to content

Version 3.5.0

Compare
Choose a tag to compare
@khvn26 khvn26 released this 23 Nov 14:30
· 32 commits to main since this release
96524b9

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 to pydantic.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

New Contributors

Full Changelog: v3.4.0...v3.5.0