Skip to content

Commit

Permalink
fix(deps): update dependency fastapi to v0.112.3 (fastapi) (#149)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v0.112.3`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.112.3)

[Compare
Source](https://redirect.github.com/fastapi/fastapi/compare/0.112.2...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
[#&#8203;12106](https://redirect.github.com/fastapi/fastapi/pull/12106)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- ♻️ Rename internal `create_response_field()` to `create_model_field()`
as it's used for more than response models. PR
[#&#8203;12103](https://redirect.github.com/fastapi/fastapi/pull/12103)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- ♻️ Refactor and simplify internal data from `solve_dependencies()`
using dataclasses. PR
[#&#8203;12100](https://redirect.github.com/fastapi/fastapi/pull/12100)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- ♻️ Refactor and simplify internal `analyze_param()` to structure data
with dataclasses instead of tuple. PR
[#&#8203;12099](https://redirect.github.com/fastapi/fastapi/pull/12099)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- ♻️ Refactor and simplify dependencies data structures with
dataclasses. PR
[#&#8203;12098](https://redirect.github.com/fastapi/fastapi/pull/12098)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).

##### Docs

- πŸ“ Add External Link: Techniques and applications of SQLAlchemy global
filters in FastAPI. PR
[#&#8203;12109](https://redirect.github.com/fastapi/fastapi/pull/12109)
by [@&#8203;TheShubhendra](https://redirect.github.com/TheShubhendra).
- πŸ“ Add note about `time.perf_counter()` in middlewares. PR
[#&#8203;12095](https://redirect.github.com/fastapi/fastapi/pull/12095)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- πŸ“ Tweak middleware code sample `time.time()` to `time.perf_counter()`.
PR
[#&#8203;11957](https://redirect.github.com/fastapi/fastapi/pull/11957)
by [@&#8203;domdent](https://redirect.github.com/domdent).
- πŸ”§ Update sponsors: Coherence. PR
[#&#8203;12093](https://redirect.github.com/fastapi/fastapi/pull/12093)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- πŸ“ Fix async test example not to trigger DeprecationWarning. PR
[#&#8203;12084](https://redirect.github.com/fastapi/fastapi/pull/12084)
by
[@&#8203;marcinsulikowski](https://redirect.github.com/marcinsulikowski).
- πŸ“ Update `docs_src/path_params_numeric_validations/tutorial006.py`. PR
[#&#8203;11478](https://redirect.github.com/fastapi/fastapi/pull/11478)
by
[@&#8203;MuhammadAshiqAmeer](https://redirect.github.com/MuhammadAshiqAmeer).
- πŸ“ Update comma in `docs/en/docs/async.md`. PR
[#&#8203;12062](https://redirect.github.com/fastapi/fastapi/pull/12062)
by [@&#8203;Alec-Gillis](https://redirect.github.com/Alec-Gillis).
- πŸ“ Update docs about serving FastAPI: ASGI servers, Docker containers,
etc.. PR
[#&#8203;12069](https://redirect.github.com/fastapi/fastapi/pull/12069)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- πŸ“ Clarify `response_class` parameter, validations, and returning a
response directly. PR
[#&#8203;12067](https://redirect.github.com/fastapi/fastapi/pull/12067)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- πŸ“ Fix minor typos and issues in the documentation. PR
[#&#8203;12063](https://redirect.github.com/fastapi/fastapi/pull/12063)
by [@&#8203;svlandeg](https://redirect.github.com/svlandeg).
- πŸ“ Add note in Docker docs about ensuring graceful shutdowns and
lifespan events with `CMD` exec form. PR
[#&#8203;11960](https://redirect.github.com/fastapi/fastapi/pull/11960)
by [@&#8203;GPla](https://redirect.github.com/GPla).

##### Translations

- 🌐 Add Dutch translation for `docs/nl/docs/features.md`. PR
[#&#8203;12101](https://redirect.github.com/fastapi/fastapi/pull/12101)
by [@&#8203;maxscheijen](https://redirect.github.com/maxscheijen).
- 🌐 Add Portuguese translation for
`docs/pt/docs/advanced/testing-events.md`. PR
[#&#8203;12108](https://redirect.github.com/fastapi/fastapi/pull/12108)
by [@&#8203;ceb10n](https://redirect.github.com/ceb10n).
- 🌐 Add Portuguese translation for
`docs/pt/docs/advanced/security/index.md`. PR
[#&#8203;12114](https://redirect.github.com/fastapi/fastapi/pull/12114)
by [@&#8203;ceb10n](https://redirect.github.com/ceb10n).
- 🌐 Add Dutch translation for `docs/nl/docs/index.md`. PR
[#&#8203;12042](https://redirect.github.com/fastapi/fastapi/pull/12042)
by [@&#8203;svlandeg](https://redirect.github.com/svlandeg).
- 🌐 Update Chinese translation for `docs/zh/docs/how-to/index.md`. PR
[#&#8203;12070](https://redirect.github.com/fastapi/fastapi/pull/12070)
by [@&#8203;synthpop123](https://redirect.github.com/synthpop123).

##### Internal

- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#&#8203;12115](https://redirect.github.com/fastapi/fastapi/pull/12115)
by
[@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ⬆ Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1. PR
[#&#8203;12120](https://redirect.github.com/fastapi/fastapi/pull/12120)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump pillow from 10.3.0 to 10.4.0. PR
[#&#8203;12105](https://redirect.github.com/fastapi/fastapi/pull/12105)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- πŸ’š Set `include-hidden-files` to `True` when using the
`upload-artifact` GH action. PR
[#&#8203;12118](https://redirect.github.com/fastapi/fastapi/pull/12118)
by [@&#8203;svlandeg](https://redirect.github.com/svlandeg).
- ⬆ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0. PR
[#&#8203;12112](https://redirect.github.com/fastapi/fastapi/pull/12112)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- πŸ”§ Update sponsors link: Coherence. PR
[#&#8203;12097](https://redirect.github.com/fastapi/fastapi/pull/12097)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- πŸ”§ Update labeler config to handle sponsorships data. PR
[#&#8203;12096](https://redirect.github.com/fastapi/fastapi/pull/12096)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- πŸ”§ Update sponsors, remove Kong. PR
[#&#8203;12085](https://redirect.github.com/fastapi/fastapi/pull/12085)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#&#8203;12076](https://redirect.github.com/fastapi/fastapi/pull/12076)
by
[@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- πŸ‘· Update `latest-changes` GitHub Action. PR
[#&#8203;12073](https://redirect.github.com/fastapi/fastapi/pull/12073)
by [@&#8203;tiangolo](https://redirect.github.com/tiangolo).

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

β™» **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ddoroshev/pylerplate).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent d20537a commit 438122a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 438122a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
app
Β  Β main.py15282%17–18
Β  Β views.py13285%21, 25
TOTAL46490%Β 

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 0.203s ⏱️

Please sign in to comment.