pypi fastapi 0.96.1

latest releases: 0.111.0, 0.111.0.dev1, 0.110.3...
12 months ago

Fixes

  • 🐛 Fix HTTPException header type annotations. PR #9648 by @tiangolo.
  • 🐛 Fix OpenAPI model fields int validations, gte to ge. PR #9635 by @tiangolo.

Upgrades

  • 📌 Update minimum version of Pydantic to >=1.7.4. This fixes an issue when trying to use an old version of Pydantic. PR #9567 by @Kludex.

Docs

  • 🔥 Remove link to Pydantic's benchmark, as it was removed there. PR #5811 by @Kludex.

Translations

  • 🌐 Fix spelling in Indonesian translation of docs/id/docs/tutorial/index.md. PR #5635 by @purwowd.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/index.md. PR #5896 by @Wilidon.
  • 🌐 Add Chinese translations for docs/zh/docs/advanced/response-change-status-code.md and docs/zh/docs/advanced/response-headers.md. PR #9544 by @ChoyeonChern.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/schema-extra-example.md. PR #9621 by @Alexandrhub.

Internal

  • 🔧 Add sponsor Platform.sh. PR #9650 by @tiangolo.
  • ♻ Remove media_type from ORJSONResponse as it's inherited from the parent class. PR #5805 by @Kludex.
  • 👷 Add custom token to Smokeshow and Preview Docs for download-artifact, to prevent API rate limits. PR #9646 by @tiangolo.
  • 👷 Add custom tokens for GitHub Actions to avoid rate limits. PR #9647 by @tiangolo.
  • ♻ Instantiate HTTPException only when needed, optimization refactor. PR #5356 by @pawamoy.

Don't miss a new fastapi release

NewReleases is sending notifications on new releases.