Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump fastapi from 0.97.0 to 0.98.0 #430

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

Merged
merged 1 commit into from
Jun 26, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps fastapi from 0.97.0 to 0.98.0.

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 26, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/fastapi-0.98.0 branch from 858be4d to 8ae4273 Compare June 26, 2023 21:16
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.97.0 to 0.98.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.97.0...0.98.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 force-pushed the dependabot/pip/fastapi-0.98.0 branch from 8ae4273 to dcf1834 Compare June 26, 2023 21:23
@abetlen abetlen merged commit 2718dfb into main Jun 26, 2023
@dependabot dependabot bot deleted the dependabot/pip/fastapi-0.98.0 branch June 26, 2023 23:25
antoine-lizee pushed a commit to antoine-lizee/llama-cpp-python that referenced this pull request Oct 30, 2023
* Generate library with CMake

BUILD_SHARED_LIBS to allow llama library to be generated.

* Turn ON PIC when BUILD_SHARED_LIBS is ON
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.