Bump the minor-and-patch group across 1 directory with 4 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(4 months ago)
(4 months ago)
(4 months ago)
dependencies
randroid88
Bumps the minor-and-patch group with 4 updates in the /backend directory: fastapi, pydantic, pydantic-settings and alembic.
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
refreshUrl
parameter inOAuth2PasswordBearer
. PR #11460 by@snosratiershad
.- 🚸 Set format to password for fields
password
andclient_secret
inOAuth2PasswordRequestForm
, 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 def
withoutawait
. 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.md
page. 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.md
page. PR #13548 by@valentinDruzhinin
.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/middleware.md
page. PR #13520 by@valentinDruzhinin
.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/background-tasks.md
page. PR #13502 by@valentinDruzhinin
.- 🌐 Add Ukrainian translation for
docs/uk/docs/tutorial/cors.md
page. 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
✨ AddrefreshUrl
parameter inOAuth2PasswordBearer
(#11460)64834d4
📝 Update release notes30b9dfb
🚸 Set format to password for fieldspassword
andclient_secret
in `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 pydantic
from 2.11.5 to 2.11.7
Release notes
Sourced from pydantic's releases.
v2.11.7 2025-06-14
What's Changed
Fixes
- Copy
FieldInfo
instance if necessary duringFieldInfo
build by@Viicos
in pydantic/pydantic#11980Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.6...v2.11.7
v2.11.6 2025-06-13
v2.11.6 (2025-06-13)
What's Changed
Fixes
- Rebuild dataclass fields before schema generation by
@Viicos
in #11949- Always store the original field assignment on
FieldInfo
by@Viicos
in #11946Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.5...v2.11.6
Changelog
Sourced from pydantic's changelog.
v2.11.7 (2025-06-14)
What's Changed
Fixes
v2.11.6 (2025-06-13)
What's Changed
Fixes
Commits
Updates pydantic-settings
from 2.9.1 to 2.10.0
Release notes
Sourced from pydantic-settings's releases.
v2.10.0
What's Changed
- Fix running tests when azure-keyvault-secrets is not installed by
@CyberTailor
in pydantic/pydantic-settings#601- Fix running tests when google-cloud-secret-manager is not installed by
@CyberTailor
in pydantic/pydantic-settings#602- Support loading a specific nested key from YAML in YamlConfigSettingsSource by
@Seunghan-Jung
in pydantic/pydantic-settings#603- Fix CLI suppression for model group help by
@kschwab
in pydantic/pydantic-settings#604- Fix missing DEFAULT_PATH import by
@hramezani
in pydantic/pydantic-settings#606- Fix case-insensitive handling of nested aliases in EnvironmentSettingsSource by
@d15ky
in pydantic/pydantic-settings#608- Azure Key Vault case insensitive support and dash-underscore translation by
@d15ky
in pydantic/pydantic-settings#607- fix: Respect 'cli_parse_args' from model_config with settings_customise_sources by
@karta9821
in pydantic/pydantic-settings#611- Bump astral-sh/setup-uv by
@hramezani
in pydantic/pydantic-settings#612- Update packages by
@hramezani
in pydantic/pydantic-settings#613- Update README.md by
@hramezani
in pydantic/pydantic-settings#616- Fix CI badge by
@hramezani
in pydantic/pydantic-settings#617- Update dependencies by
@hramezani
in pydantic/pydantic-settings#618- Fix coverage report by
@hramezani
in pydantic/pydantic-settings#619- Fix _consume_object_or_array on unbalanced brackets in JSON strings by
@andryak
in pydantic/pydantic-settings#621- add region as a parameter to aws secret manager by
@barakor-vs
in pydantic/pydantic-settings#622- Expose GCP Secret Manager case sensitive option by
@bellmatthewf
in pydantic/pydantic-settings#626- Update deps by
@hramezani
in pydantic/pydantic-settings#633- feat: Add
cli_shortcuts
to CLI settings by@karta9821
in pydantic/pydantic-settings#624- Expose AWS Secrets Manager case sensitive option by
@femiadebayo
in pydantic/pydantic-settings#629- Prepare release 2.10.0 by
@hramezani
in pydantic/pydantic-settings#635New Contributors
@Seunghan-Jung
made their first contribution in pydantic/pydantic-settings#603@d15ky
made their first contribution in pydantic/pydantic-settings#608@karta9821
made their first contribution in pydantic/pydantic-settings#611@andryak
made their first contribution in pydantic/pydantic-settings#621@barakor-vs
made their first contribution in pydantic/pydantic-settings#622@bellmatthewf
made their first contribution in pydantic/pydantic-settings#626@femiadebayo
made their first contribution in pydantic/pydantic-settings#629Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.9.1...2.10.0
Commits
910b1b1
Prepare release 2.10.0 (#635)1ee6624
Expose AWS Secrets Manager case sensitive option (#629)180e74e
feat: Addcli_shortcuts
to CLI settings (#624)e162908
Update deps (#633)159ef14
Expose GCP Secret Manager case sensitive option (#626)e9f7994
add region as a parameter to aws secret manager (#622)ca4ff9f
Fix _consume_object_or_array on unbalanced brackets in JSON strings (#621)67f9ae1
Fix coverage report (#619)7a04132
Update dependencies (#618)9fe9fe6
Fix CI badge (#617)- Additional commits viewable in compare view
Updates alembic
from 1.16.1 to 1.16.2
Release notes
Sourced from alembic's releases.
1.16.2
Released: June 16, 2025
bug
[bug] [autogenerate] Fixed issue where dialect-specific keyword arguments in
dialect_kwargs
were not rendered when rendering theOperations.create_foreign_key()
operation. This prevented dialect-specific keywords from being rendered using customRewriter
recipes that modifyops.CreateForeignKeyOp
, similar to other issues such as #1635. Pull request courtesy Justin Malin.References: #1671
[bug] [command] Fixed rendering of
pyproject.toml
to include two newlines when appending content to an existing file. Pull request courtesy Jonathan Vanasco.References: #1679
Commits
- 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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 2455191 |
UUID: | 3166814653 |
Node ID: | PR_kwDOOctpPM6bmDtF |
Host: | GitHub |
Repository: | Randroids-Dojo/typescript-and-python-bootstrap |