Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fastapi from 0.79.1 to 0.81.0 #393

Merged
merged 1 commit into from Aug 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Bumps fastapi from 0.79.1 to 0.81.0.

Release notes

Sourced from fastapi's releases.

0.81.0

Features

  • ✨ Add ReDoc <noscript> warning when JS is disabled. PR #5074 by @​evroon.
  • ✨ Add support for FrozenSet in parameters (e.g. query). PR #2938 by @​juntatalor.
  • ✨ Allow custom middlewares to raise HTTPExceptions and propagate them. PR #2036 by @​ghandic.
  • ✨ Preserve json.JSONDecodeError information when handling invalid JSON in request body, to support custom exception handlers that use its information. PR #4057 by @​UKnowWhoIm.

Fixes

  • 🐛 Fix jsonable_encoder for dataclasses with pydantic-compatible fields. PR #3607 by @​himbeles.
  • 🐛 Fix support for extending openapi_extras with parameter lists. PR #4267 by @​orilevari.

Docs

  • ✏ Fix a simple typo in docs/en/docs/python-types.md. PR #5193 by @​GlitchingCore.
  • ✏ Fix typos in tests/test_schema_extra_examples.py. PR #5126 by @​supraaxdd.
  • ✏ Fix typos in docs/en/docs/tutorial/path-params-numeric-validations.md. PR #5142 by @​invisibleroads.
  • 📝 Add step about upgrading pip in the venv to avoid errors when installing dependencies docs/en/docs/contributing.md. PR #5181 by @​edisnake.
  • ✏ Reword and clarify text in tutorial docs/en/docs/tutorial/body-nested-models.md. PR #5169 by @​papb.
  • ✏ Fix minor typo in docs/en/docs/features.md. PR #5206 by @​OtherBarry.
  • ✏ Fix minor typos in docs/en/docs/async.md. PR #5125 by @​Ksenofanex.
  • 📝 Add external link to docs: "Fastapi, Docker(Docker compose) and Postgres". PR #5033 by @​krishnardt.
  • 📝 Simplify example for docs for Additional Responses, remove unnecessary else. PR #4693 by @​adriangb.
  • 📝 Update docs, compare enums with identity instead of equality. PR #4905 by @​MicaelJarniac.
  • ✏ Fix typo in docs/en/docs/python-types.md. PR #4886 by @​MicaelJarniac.
  • 🎨 Fix syntax highlighting in docs for OpenAPI Callbacks. PR #4368 by @​xncbf.
  • ✏ Reword confusing sentence in docs file typo-fix-path-params-numeric-validations.md. PR #3219 by @​ccrenfroe.
  • 📝 Update docs for handling HTTP Basic Auth with secrets.compare_digest() to account for non-ASCII characters. PR #3536 by @​lewoudar.
  • 📝 Update docs for testing, fix examples with relative imports. PR #5302 by @​tiangolo.

Translations

  • 🌐 Add Russian translation for docs/ru/docs/index.md. PR #5289 by @​impocode.
  • 🌐 Add Russian translation for docs/ru/docs/deployment/versions.md. PR #4985 by @​emp7yhead.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/header-params.md. PR #4921 by @​batlopes.
  • 🌐 Update ko/mkdocs.yml for a missing link. PR #5020 by @​dalinaum.

Internal

... (truncated)

Commits
  • 0bb8920 🔖 Release version 0.81.0
  • 95c182a 📝 Update release notes
  • 165d57d 📝 Update release notes
  • ae5280e ✏ Fix a simple typo in docs/en/docs/python-types.md (#5193)
  • d4b2ef8 📝 Update release notes
  • fd2080a 🌐 Add Russian translation for docs/ru/docs/index.md (#5289)
  • 3c8d8c3 📝 Update release notes
  • fa92dbf 🌐 Add Russian translation for docs/ru/docs/deployment/versions.md (#4985)
  • cd8854c 📝 Update release notes
  • b63398f 🌐 Add Portuguese translation for docs/pt/docs/tutorial/header-params.md (#4...
  • 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 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)

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.79.1 to 0.81.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](tiangolo/fastapi@0.79.1...0.81.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 29, 2022
@MartinHjelmare MartinHjelmare merged commit b2afcd7 into master Aug 29, 2022
@MartinHjelmare MartinHjelmare deleted the dependabot/pip/fastapi-0.81.0 branch August 29, 2022 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant