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

⬆ Update fastapi requirement from <0.98.0,>=0.65.2 to >=0.65.2,<0.99.0 #474

Merged
merged 1 commit into from
Jun 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2023

Updates the requirements on fastapi to permit the latest version.

Release notes

Sourced from fastapi's releases.

0.98.0

Note: please also help me try out the beta with support for Pydantic v2: https://github.com/tiangolo/fastapi/releases/tag/0.100.0-beta1

Now, back to this release (this one doesn't include the beta support for Pydantic v2).

Features

  • ✨ Allow disabling redirect_slashes at the FastAPI app level. PR #3432 by @​cyberlis.

Docs

  • 📝 Update docs on Pydantic using ujson internally. PR #5804 by @​mvasilkov.
  • ✏ Rewording in docs/en/docs/tutorial/debugging.md. PR #9581 by @​ivan-abc.
  • 📝 Add german blog post (Domain-driven Design mit Python und FastAPI). PR #9261 by @​msander.
  • ✏️ Tweak wording in docs/en/docs/tutorial/security/index.md. PR #9561 by @​jyothish-mohan.
  • 📝 Update Annotated notes in docs/en/docs/tutorial/schema-extra-example.md. PR #9620 by @​Alexandrhub.
  • ✏️ Fix typo Annotation -> Annotated in docs/en/docs/tutorial/query-params-str-validations.md. PR #9625 by @​mccricardo.
  • 📝 Use in memory database for testing SQL in docs. PR #1223 by @​HarshaLaxman.

Translations

  • 🌐 Add Russian translation for docs/ru/docs/tutorial/metadata.md. PR #9681 by @​TabarakoAkula.
  • 🌐 Fix typo in Spanish translation for docs/es/docs/tutorial/first-steps.md. PR #9571 by @​lilidl-nft.
  • 🌐 Add Russian translation for docs/tutorial/path-operation-configuration.md. PR #9696 by @​TabarakoAkula.
  • 🌐 Add Chinese translation for docs/zh/docs/advanced/security/index.md. PR #9666 by @​lordqyxz.
  • 🌐 Add Chinese translations for docs/zh/docs/advanced/settings.md. PR #9652 by @​ChoyeonChern.
  • 🌐 Add Chinese translations for docs/zh/docs/advanced/websockets.md. PR #9651 by @​ChoyeonChern.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/testing.md. PR #9641 by @​wdh99.
  • 🌐 Add Russian translation for docs/tutorial/extra-models.md. PR #9619 by @​ivan-abc.
  • 🌐 Add Russian translation for docs/tutorial/cors.md. PR #9608 by @​ivan-abc.
  • 🌐 Add Polish translation for docs/pl/docs/features.md. PR #5348 by @​mbroton.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/body-nested-models.md. PR #9605 by @​Alexandrhub.

Internal

Commits
  • 4721405 🔖 Release version 0.98.0
  • 8066f85 📝 Update release notes
  • 2ffb08d 📝 Update release notes
  • d1805ef ⬆ Bump ruff from 0.0.272 to 0.0.275 (#9721)
  • 41d774e 📝 Update release notes
  • 836ac56 ⬆ Update uvicorn[standard] requirement from <0.21.0,>=0.12.0 to >=0.12.0,<0.2...
  • a01c2ca 📝 Update release notes
  • 6553243 ⬆ Bump mypy from 1.3.0 to 1.4.0 (#9719)
  • fdc7134 📝 Update release notes
  • 6034316 ⬆ Update pre-commit requirement from <3.0.0,>=2.17.0 to >=2.17.0,<4.0.0 (#9251)
  • Additional commits viewable in compare view

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)

Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.65.2...0.98.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel
Copy link

vercel bot commented Jun 24, 2023

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

Name Status Preview Comments Updated (UTC)
authx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2023 8:42pm
authx-old ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2023 8:42pm

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2023
@codecov
Copy link

codecov bot commented Jun 24, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (23e6112) 90.30% compared to head (1e80746) 90.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #474   +/-   ##
=======================================
  Coverage   90.30%   90.30%           
=======================================
  Files          25       25           
  Lines        1165     1165           
  Branches      183      183           
=======================================
  Hits         1052     1052           
  Misses         81       81           
  Partials       32       32           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vercel vercel bot temporarily deployed to Preview – authx-old June 24, 2023 20:42 Inactive
@yezz123 yezz123 merged commit 9f01c4d into main Jun 24, 2023
@dependabot dependabot bot deleted the dependabot/pip/fastapi-gte-0.65.2-and-lt-0.99.0 branch June 24, 2023 21:05
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.

1 participant