build: bump the production-dependencies group across 1 directory with 2 updates
Open
Number: #14
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 0
Association: None
Comments: 0
Created:
June 23, 2025 at 10:38 PM UTC
(12 months ago)
(12 months ago)
Updated:
June 23, 2025 at 10:38 PM UTC
(12 months ago)
(12 months ago)
Labels:
dependencies no_ci_cd_run
dependencies no_ci_cd_run
Assignees:
aps831
aps831
Description:
Bumps the production-dependencies group with 2 updates in the / directory: fastapi and uvicorn.
Updates fastapi from 0.115.12 to 0.115.13
Release notes
Sourced from fastapi's releases.
0.115.13
Fixes
- 🐛 Fix truncating the model's description with form feed (
\f) character for Pydantic V2. PR #13698 by@YuriiMotov.Refactors
- ✨ Add
refreshUrlparameter inOAuth2PasswordBearer. PR #11460 by@snosratiershad.- 🚸 Set format to password for fields
passwordandclient_secretinOAuth2PasswordRequestForm, make docs show password fields for passwords. PR #11032 by@Thodoris1999.- ✅ Simplify tests for
settings. PR #13505 by@valentinDruzhinin.- ✅ Simplify tests for
validate_response_recursive. PR #13507 by@valentinDruzhinin.Upgrades
- ⬆️ Update ReDoc to version 2.x. PR #9700 by
@joakimnordling.Docs
- 📝 Add annotations to HTTP middleware example. PR #11530 by
@Kilo59.- 📝 Clarify in CORS docs that wildcards and credentials are mutually exclusive. PR #9829 by
@dfioravanti.- ✏️ Fix typo in docstring. PR #13532 by
@comp64.- 📝 Clarify guidance on using
async defwithoutawait. PR #13642 by@swastikpradhan1999.- 📝 Update exclude-parameters-from-openapi documentation links. PR #13600 by
@timonrieger.- 📝 Clarify the middleware execution order in docs. PR #13699 by
@YuriiMotov.- 🍱 Update Drawio diagrams SVGs, single file per diagram, sans-serif font. PR #13706 by
@tiangolo.- 📝 Update docs for "Help FastAPI", simplify and reduce "sponsor" section. PR #13670 by
@tiangolo.- 📝 Remove unnecessary bullet from docs. PR #13641 by
@Adamowoc.- ✏️ Fix syntax error in
docs/en/docs/tutorial/handling-errors.md. PR #13623 by@gsheni.- 📝 Fix typo in documentation. PR #13599 by
@Taoup.- 📝 Fix liblab client generation doc link. PR #13571 by
@EFord36.- ✏️ Fix talk information typo. PR #13544 by
@blueswen.- 📝 Add External Link: Taiwanese talk on FastAPI with observability . PR #13527 by
@blueswen.Translations
- 🌐 Add Russian Translation for
docs/ru/docs/advanced/response-change-status-code.md. PR #13791 by@NavesSapnis.- 🌐 Add Persian translation for
docs/fa/docs/learn/index.md. PR #13518 by@Mohammad222PR.- 🌐 Add Korean translation for
docs/ko/docs/advanced/sub-applications.md. PR #4543 by@NinaHwang.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/schema-extra-example.md. PR #13769 by@valentinDruzhinin.- ✏️ Remove redundant words in docs/zh/docs/python-types.md. PR #13774 by
@CharleeWa.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/query-param-models.md. PR #13748 by@valentinDruzhinin.- 🌐 Add Bengali translation for
docs/bn/docs/environment-variables.md. PR #13629 by@SakibSibly.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/query-params-str-validations.mdpage. PR #13546 by@valentinDruzhinin.- 🌐 Add Russian translation for
docs/ru/docs/tutorial/cookie-param-models.md. PR #13616 by@EgorOnishchuk.- 🌐 Add Korean translation for
docs/ko/docs/tutorial/extra-models.md. PR #13063 by@timothy-jeong.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/path-params-numeric-validations.mdpage. PR #13548 by@valentinDruzhinin.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/middleware.mdpage. PR #13520 by@valentinDruzhinin.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/background-tasks.mdpage. PR #13502 by@valentinDruzhinin.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/cors.mdpage. PR #13519 by@valentinDruzhinin.- 🌐 Update Korean translation for
docs/ko/docs/advanced/events.md. PR #13487 by@bom1215.
... (truncated)
Commits
4734df1🔖 Release version 0.115.13cdf6b31📝 Update release notesdfe9dde📝 Add annotations to HTTP middleware example (#11530)9957956📝 Update release notesaebff50✨ AddrefreshUrlparameter inOAuth2PasswordBearer(#11460)64834d4📝 Update release notes30b9dfb🚸 Set format to password for fieldspasswordandclient_secretin `OAuth2...6b5b26f📝 Update release notes3f908a4📝 Clarify in CORS docs that wildcards and credentials are mutually exclusive ...01c3ad2📝 Update release notes- Additional commits viewable in compare view
Updates uvicorn from 0.34.2 to 0.34.3
Release notes
Sourced from uvicorn's releases.
Verrsion 0.34.3
What's Changed
- Don't include
cwd()when non-empty--reload-dirsis passed by@stinovlasin encode/uvicorn#2598- Apply
get_client_addrformatting to WebSocket logging by@Harry-Leesin encode/uvicorn#2636- chore: improve type hints by
@waketzhengin encode/uvicorn#2638New Contributors
@stinovlasmade their first contribution in encode/uvicorn#2598@LifeLexmade their first contribution in encode/uvicorn#2621@Harry-Leesmade their first contribution in encode/uvicorn#2636@waketzhengmade their first contribution in encode/uvicorn#2638Full Changelog: https://github.com/encode/uvicorn/compare/0.34.2...0.34.3
Commits
5e33d43Add notes about 0.34.3 and Google Analytics (#2642)ce129ffchore: improve type hints (#2638)fa3d9d2Applyget_client_addrformatting to WebSocket logging (#2636)66b9b58Bump the python-packages group across 1 directory with 5 updates (#2631)bc79505chore: update h11 dependecy to latest release (#2621)2eda7b1Bump uvloop (#2618)c9ba771Version 0.34.3 (#2617)56a9f68Don't includecwd()when non-empty--reload-dirsis passed (#2598)- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+14
+14
Deletions:
-11
-11
Technical Details
| ID: | 2106153 |
| UUID: | 2612950917 |
| Node ID: | PR_kwDOOqzJLs6bvneF |
| Host: | GitHub |
| Repository: | aps831/workflows-testbed-python |
| Merge State: | Unknown |