Skip to content

v3.0.0a0

Pre-release
Pre-release

Choose a tag to compare

@kemingy kemingy released this 12 May 02:26
· 29 commits to main since this release
f3151ff

Breaking Changes

  • the default naming_strategy will use the new get_model_key that covers the Annotated[Item] or list[Item]
  • when calling SecuritySchemeData.model_validate, model_adapter is required

What's Changed

  • feat: start to replace pydantic with dataclass by @kemingy in #468
  • chore(actions): bump the all-actions group with 2 updates by @dependabot[bot] in #469
  • feat: introduce the model adaptive layer by @kemingy in #476
  • chore: use uv pkg ecosystem in dependabot by @kemingy in #477
  • chore(actions): bump actions/upload-pages-artifact from 4 to 5 in the all-actions group by @dependabot[bot] in #478
  • feat: support msgspec as another model adapter by @kemingy in #479
  • chore(pip): bump the all-pips group across 1 directory with 5 updates by @dependabot[bot] in #480
  • chore(pip): bump python-multipart from 0.0.26 to 0.0.27 by @dependabot[bot] in #481
  • chore: add changelog, prepare v3 by @kemingy in #482
  • chore(pip): bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #483
  • feat: use pdm-backend as the build backend by @kemingy in #484
  • chore: fix some code scan issues by @kemingy in #485

Full Changelog: v2.0.1...v3.0.0a0