Snailedlt / Markdown-Videos

Markdown Videos lets you embed videos into GitHub markdown with ease!
https://markdown-videos.jorgenkh.no/
MIT License
79 stars 13 forks source link

Bump fastapi from 0.112.2 to 0.112.4 in /apps/api #585

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps fastapi from 0.112.2 to 0.112.4.

Release notes

Sourced from fastapi's releases.

0.112.4

This release is mainly a big internal refactor to enable adding support for Pydantic models for Form fields, but that feature comes in the next release.

This release shouldn't affect apps using FastAPI in any way. You don't even have to upgrade to this version yet. It's just a checkpoint. 🤓

Refactors

  • ♻️ Refactor deciding if embed body fields, do not overwrite fields, compute once per router, refactor internals in preparation for Pydantic models in Form, Query and others. PR #12117 by @​tiangolo.

Internal

  • ⏪️ Temporarily revert "✨ Add support for Pydantic models in Form parameters" to make a checkpoint release. PR #12128 by @​tiangolo.
  • ✨ Add support for Pydantic models in Form parameters. PR #12127 by @​tiangolo. Reverted to make a checkpoint release with only refactors.

0.112.3

This release is mainly internal refactors, it shouldn't affect apps using FastAPI in any way. You don't even have to upgrade to this version yet. There are a few bigger releases coming right after. 🚀

Refactors

  • ♻️ Refactor internal check_file_field(), rename to ensure_multipart_is_installed() to clarify its purpose. PR #12106 by @​tiangolo.
  • ♻️ Rename internal create_response_field() to create_model_field() as it's used for more than response models. PR #12103 by @​tiangolo.
  • ♻️ Refactor and simplify internal data from solve_dependencies() using dataclasses. PR #12100 by @​tiangolo.
  • ♻️ Refactor and simplify internal analyze_param() to structure data with dataclasses instead of tuple. PR #12099 by @​tiangolo.
  • ♻️ Refactor and simplify dependencies data structures with dataclasses. PR #12098 by @​tiangolo.

Docs

Translations

  • 🌐 Add Dutch translation for docs/nl/docs/features.md. PR #12101 by @​maxscheijen.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/testing-events.md. PR #12108 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/security/index.md. PR #12114 by @​ceb10n.
  • 🌐 Add Dutch translation for docs/nl/docs/index.md. PR #12042 by @​svlandeg.
  • 🌐 Update Chinese translation for docs/zh/docs/how-to/index.md. PR #12070 by @​synthpop123.

Internal

... (truncated)

Commits
  • 999eeb6 🔖 Release version 0.112.4
  • 96c7e7e 📝 Update release notes
  • 8224add 📝 Update release notes
  • b69e8b2 📝 Update release notes
  • 8e6cf9e ⏪️ Temporarily revert "✨ Add support for Pydantic models in Form parameters...
  • ccb19c4 📝 Update release notes
  • 0f3e65b ✨ Add support for Pydantic models in Form parameters (#12127)
  • 832e634 📝 Update release notes
  • aa21814 ♻️ Refactor deciding if embed body fields, do not overwrite fields, compute...
  • 7213d42 🔖 Release version 0.112.3
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
markdown-videos-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 3:30pm
markdown-videos-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 3:30pm
dependabot[bot] commented 2 months ago

Superseded by #587.