Skip to content

Build(deps): Bump fastapi from 0.109.0 to 0.109.2

Ronan Amicel requested to merge dependabot-pip-fastapi-0.109.2 into main

Bumps fastapi from 0.109.0 to 0.109.2.

Release notes

Sourced from fastapi's releases.

0.109.2

Upgrades

Translations

  • 🌐 Update Turkish translation for docs/tr/docs/fastapi-people.md. PR #10547 by @​alperiox.

Internal

0.109.1

Security fixes

  • ️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade python-multipart.

Read more in the advisory: Content-Type Header ReDoS.

Features

Refactors

  • Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR #10876 by @​emmettbutler.
  • ️ Simplify string format with f-strings in fastapi/utils.py. PR #10576 by @​eukub.
  • 🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR #10893 by @​jiridanek.
  • Re-enable test in tests/test_tutorial/test_header_params/test_tutorial003.py after fix in Starlette. PR #10904 by @​ooknimm.

Docs

... (truncated)

Commits
  • 141e34f 📝 Update release notes
  • 57b0983 🔖 Release FastAPI version 0.109.2
  • 50e558e 📝 Update release notes
  • 4a2be2a ️ Upgrade version of Starlette to >= 0.36.3 (#11086)
  • 43f9cbc 📝 Update release notes
  • 739739c 🍱 Add new FastAPI logo (#11090)
  • 6944ae1 📝 Update release notes
  • e239c56 🌐 Update Turkish translation for `docs/tr/docs/fastapi-p...
  • 3f3ee24 📝 Update release notes
  • 7633d15 🔖 Release version 0.109.1
  • Additional commits viewable in compare view

Merge request reports