Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@yezz123 yezz123 released this 09 Mar 06:53
· 13 commits to main since this release
1b51f3d

1.0.0 ✨

We are thrilled to announce the release of fastapi-tag version 1.0.0, a significant milestone in our journey. This release brings about several important changes and enhancements, including the drop of Pydantic version 1 and Python 3.6-3.7 support. Below, we outline the key updates and improvements.

Major Changes 🚑️

1. Migration to Pydantic v2 & Drop support for python 3.6 & 3.7

  • Feature: fastapi-tag now exclusively supports Pydantic version 2, as implemented in PR #6
  • Impact: Users must update their code to align with the changes introduced in Pydantic v2.

For detailed information on the changes introduced in this release, please refer to the Full Changelog.