Skip to content

Commit

Permalink
chore(deps): update dependency fastapi to v0.101.0 (#63)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastapi](https://togithub.com/tiangolo/fastapi) | `==0.100.1` ->
`==0.101.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.100.1/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.100.1/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tiangolo/fastapi (fastapi)</summary>

###
[`v0.101.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.101.0)

[Compare
Source](https://togithub.com/tiangolo/fastapi/compare/0.100.1...0.101.0)

##### Features

- ✨ Enable Pydantic's serialization mode for responses, add support for
Pydantic's `computed_field`, better OpenAPI for response models, proper
required attributes, better generated clients. PR
[#&#8203;10011](https://togithub.com/tiangolo/fastapi/pull/10011) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).

##### Refactors

- ✅ Fix tests for compatibility with pydantic 2.1.1. PR
[#&#8203;9943](https://togithub.com/tiangolo/fastapi/pull/9943) by
[@&#8203;dmontagu](https://togithub.com/dmontagu).
- ✅ Fix test error in Windows for `jsonable_encoder`. PR
[#&#8203;9840](https://togithub.com/tiangolo/fastapi/pull/9840) by
[@&#8203;iudeen](https://togithub.com/iudeen).

##### Upgrades

- 📌 Do not allow Pydantic 2.1.0 that breaks (require 2.1.1). PR
[#&#8203;10012](https://togithub.com/tiangolo/fastapi/pull/10012) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).

##### Translations

- 🌐 Add Russian translation for
`docs/ru/docs/tutorial/security/index.md`. PR
[#&#8203;9963](https://togithub.com/tiangolo/fastapi/pull/9963) by
[@&#8203;eVery1337](https://togithub.com/eVery1337).
- 🌐 Remove Vietnamese note about missing translation. PR
[#&#8203;9957](https://togithub.com/tiangolo/fastapi/pull/9957) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).

##### Internal

- 👷 Add GitHub Actions step dump context to debug external failures. PR
[#&#8203;10008](https://togithub.com/tiangolo/fastapi/pull/10008) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🔧 Restore MkDocs Material pin after the fix. PR
[#&#8203;10001](https://togithub.com/tiangolo/fastapi/pull/10001) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🔧 Update the Question template to ask for the Pydantic version. PR
[#&#8203;10000](https://togithub.com/tiangolo/fastapi/pull/10000) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 📍 Update MkDocs Material dependencies. PR
[#&#8203;9986](https://togithub.com/tiangolo/fastapi/pull/9986) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 👥 Update FastAPI People. PR
[#&#8203;9999](https://togithub.com/tiangolo/fastapi/pull/9999) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🐳 Update Dockerfile with compatibility versions, to upgrade later. PR
[#&#8203;9998](https://togithub.com/tiangolo/fastapi/pull/9998) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- ➕ Add pydantic-settings to FastAPI People dependencies. PR
[#&#8203;9988](https://togithub.com/tiangolo/fastapi/pull/9988) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- ♻️ Update FastAPI People logic with new Pydantic. PR
[#&#8203;9985](https://togithub.com/tiangolo/fastapi/pull/9985) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🍱 Update sponsors, Fern badge. PR
[#&#8203;9982](https://togithub.com/tiangolo/fastapi/pull/9982) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 👷 Deploy docs to Cloudflare Pages. PR
[#&#8203;9978](https://togithub.com/tiangolo/fastapi/pull/9978) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🔧 Update sponsor Fern. PR
[#&#8203;9979](https://togithub.com/tiangolo/fastapi/pull/9979) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 👷 Update CI debug mode with Tmate. PR
[#&#8203;9977](https://togithub.com/tiangolo/fastapi/pull/9977) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cloud-py-api/nc_py_api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and pre-commit-ci[bot] authored Aug 5, 2023
1 parent 11f5da0 commit 32650c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dynamic = [
"version",
]
dependencies = [
"fastapi==0.100.1",
"fastapi==0.101",
"httpx==0.24.1",
"pydantic==2.1.1",
"requests==2.31",
Expand Down

0 comments on commit 32650c4

Please sign in to comment.