Commit 5cababf
authored
fix(deps): update dependency fastapi to v0.123.2 (#296)
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.123.0`
-> `==0.123.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>fastapi/fastapi (fastapi)</summary>
###
[`v0.123.2`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.123.2)
[Compare
Source](https://redirect.github.com/fastapi/fastapi/compare/0.123.1...0.123.2)
##### Fixes
- 🐛 Fix unformatted `{type_}` in FastAPIError. PR
[#​14416](https://redirect.github.com/fastapi/fastapi/pull/14416)
by [@​Just-Helpful](https://redirect.github.com/Just-Helpful).
- 🐛 Fix parsing extra non-body parameter list. PR
[#​14356](https://redirect.github.com/fastapi/fastapi/pull/14356)
by [@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 🐛 Fix parsing extra `Form` parameter list. PR
[#​14303](https://redirect.github.com/fastapi/fastapi/pull/14303)
by [@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 🐛 Fix support for form values with empty strings interpreted as
missing (`None` if that's the default), for compatibility with HTML
forms. PR
[#​13537](https://redirect.github.com/fastapi/fastapi/pull/13537)
by [@​MarinPostma](https://redirect.github.com/MarinPostma).
##### Docs
- 📝 Add tip on how to install `pip` in case of `No module named pip`
error in `virtual-environments.md`. PR
[#​14211](https://redirect.github.com/fastapi/fastapi/pull/14211)
by [@​zadevhub](https://redirect.github.com/zadevhub).
- 📝 Update Primary Key notes for the SQL databases tutorial to avoid
confusion. PR
[#​14120](https://redirect.github.com/fastapi/fastapi/pull/14120)
by [@​FlaviusRaducu](https://redirect.github.com/FlaviusRaducu).
- 📝 Clarify estimation note in documentation. PR
[#​14070](https://redirect.github.com/fastapi/fastapi/pull/14070)
by [@​SaisakthiM](https://redirect.github.com/SaisakthiM).
###
[`v0.123.1`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.123.1)
[Compare
Source](https://redirect.github.com/fastapi/fastapi/compare/0.123.0...0.123.1)
##### Fixes
- 🐛 Avoid accessing non-existing "$ref" key for Pydantic v2 compat
remapping. PR
[#​14361](https://redirect.github.com/fastapi/fastapi/pull/14361)
by [@​svlandeg](https://redirect.github.com/svlandeg).
- 🐛 Fix `TypeError` when encoding a decimal with a `NaN` or `Infinity`
value. PR
[#​12935](https://redirect.github.com/fastapi/fastapi/pull/12935)
by [@​kentwelcome](https://redirect.github.com/kentwelcome).
##### Internal
- 🐛 Fix Windows UnicodeEncodeError in CLI test. PR
[#​14295](https://redirect.github.com/fastapi/fastapi/pull/14295)
by
[@​hemanth-thirthahalli](https://redirect.github.com/hemanth-thirthahalli).
- 🔧 Update sponsors: add Greptile. PR
[#​14429](https://redirect.github.com/fastapi/fastapi/pull/14429)
by [@​tiangolo](https://redirect.github.com/tiangolo).
- 👥 Update FastAPI GitHub topic repositories. PR
[#​14426](https://redirect.github.com/fastapi/fastapi/pull/14426)
by [@​tiangolo](https://redirect.github.com/tiangolo).
- ⬆ Bump markdown-include-variants from 0.0.6 to 0.0.7. PR
[#​14423](https://redirect.github.com/fastapi/fastapi/pull/14423)
by [@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 👥 Update FastAPI People - Sponsors. PR
[#​14422](https://redirect.github.com/fastapi/fastapi/pull/14422)
by [@​tiangolo](https://redirect.github.com/tiangolo).
- 👥 Update FastAPI People - Contributors and Translators. PR
[#​14420](https://redirect.github.com/fastapi/fastapi/pull/14420)
by [@​tiangolo](https://redirect.github.com/tiangolo).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone
Europe/Dublin.
🚦 **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/BSStudio/bss-web-file-api).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 12da5d6 commit 5cababf
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments