Bump the production-version-updates group across 1 directory with 10 updates#282
Merged
github-actions[bot] merged 1 commit intomainfrom Oct 13, 2025
Conversation
…updates Bumps the production-version-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.16.5` | `1.17.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.118.0` | `0.119.0` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.11` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.9` | `2.12.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.43` | `2.0.44` | | [sqlmodel](https://github.com/fastapi/sqlmodel) | `0.0.25` | `0.0.27` | | [certifi](https://github.com/certifi/python-certifi) | `2025.8.3` | `2025.10.5` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | Updates `alembic` from 1.16.5 to 1.17.0 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `fastapi` from 0.118.0 to 0.119.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.118.0...0.119.0) Updates `psycopg2-binary` from 2.9.10 to 2.9.11 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.11) Updates `pydantic` from 2.11.9 to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.9...v2.12.0) Updates `sqlalchemy` from 2.0.43 to 2.0.44 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `sqlmodel` from 0.0.25 to 0.0.27 - [Release notes](https://github.com/fastapi/sqlmodel/releases) - [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md) - [Commits](fastapi/sqlmodel@0.0.25...0.0.27) Updates `certifi` from 2025.8.3 to 2025.10.5 - [Commits](certifi/python-certifi@2025.08.03...2025.10.05) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) Updates `pydantic-core` from 2.33.2 to 2.41.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.33.2...v2.41.1) Updates `typing-inspection` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](pydantic/typing-inspection@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: fastapi dependency-version: 0.119.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: psycopg2-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-version-updates - dependency-name: pydantic dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: sqlalchemy dependency-version: 2.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-version-updates - dependency-name: sqlmodel dependency-version: 0.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-version-updates - dependency-name: certifi dependency-version: 2025.10.5 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: idna dependency-version: '3.11' dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: pydantic-core dependency-version: 2.41.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: typing-inspection dependency-version: 0.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-version-updates group with 8 updates in the / directory:
1.16.51.17.00.118.00.119.02.9.102.9.112.11.92.12.02.0.432.0.440.0.250.0.272025.8.32025.10.53.103.11Updates
alembicfrom 1.16.5 to 1.17.0Release notes
Sourced from alembic's releases.
Commits
Updates
fastapifrom 0.118.0 to 0.119.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
2e721e1🔖 Release version 0.119.0fc7a068📝 Update release notes3a3879b📝 Update release notesd34918a✨ Add support forfrom pydantic.v1 import BaseModel, mixed Pydantic v1 and ...352dbef🔖 Release version 0.118.396e7d6e📝 Update release notes3611c3f⬆️ Add support for Python 3.14 (#14165)942fce3🔖 Release version 0.118.213b067c📝 Update release notes185cecd🐛 Fix tagged discriminated union not recognized as body field (#12942)Updates
psycopg2-binaryfrom 2.9.10 to 2.9.11Changelog
Sourced from psycopg2-binary's changelog.
... (truncated)
Commits
fd9ae8cchore: bump to version 2.9.11d923840chore: update docs requirementsd42dc71Merge branch 'fix-1791'4fde656fix: avoid failed assert passing more arguments than placeholders8308c19fix: drop warning about the use of deprecated PyWeakref_GetObject function1a1eabfbuild(deps): bump actions/github-script from 7 to 8897af8bbuild(deps): bump peter-evans/repository-dispatch from 3 to 4ceefd30build(deps): bump actions/checkout from 4 to 54dc5854build(deps): bump actions/setup-python from 5 to 61945788Merge pull request #1802 from edgarrmondragon/cp314-wheelsUpdates
pydanticfrom 2.11.9 to 2.12.0Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
a7928e6Update Python version in documentation publishing CI job (#12344)0e188d0Prepare release 2.12.0 (#12343)1231eeeUse properstacklevelin warnings when possible (#12342)94989e0UseAnyas context annotation in plugin API (#12341)3f59a03Add__qualname__parameter forcreate_model(#12001)28c62c3Rewrite std types, fields and strict mode documentation (#12287)34baf12Addunion_formatparameter to JSON Schema generation (#12147)495b03fAddpreverse_empty_pathURL options (#12336)82d4254Respectvalidation_aliasin@validate_call(#12340)4bd8418ExposeFieldInfoinpydantic.fields.__all__(#12339)Updates
sqlalchemyfrom 2.0.43 to 2.0.44Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
sqlmodelfrom 0.0.25 to 0.0.27Release notes
Sourced from sqlmodel's releases.
Changelog
Sourced from sqlmodel's changelog.
Commits
a85de91🔖 Release version 0.0.27f9f4faf📝 Update release notes45215fc⬆️ Add support for Python 3.14 (#1578)0cbf2e6🔖 Release version 0.0.265644ab4📝 Update release notesf751e1c⬆ Bump mypy from 1.4.1 to 1.18.2 (#1560)2d3b25d📝 Update release notes35a652e✅ Add test that runs select with 3 or 4 arguments (#1590)b7fd32d📝 Update release notes0402496🐛 Fix attribute handling inmodel_dumpfor compatibility with the latest Py...Updates
certififrom 2025.8.3 to 2025.10.5Commits
fb14ac42025.10.05 (#371)2c7c7eeAdd Python 3.14 classifier in setup.py1a5cb7bBump actions/setup-python from 5.6.0 to 6.0.0 (#367)dea5960Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#366)83566b7Bump actions/checkout from 4.2.2 to 5.0.0ca2e121Bump actions/download-artifact from 4.3.0 to 5.0.0Updates
idnafrom 3.10 to 3.11Changelog
Sourced from idna's changelog.
Commits
ad949eeRelease v3.11cae4ba7Second release candidate for 3.118adb305Add space in RST link74cb2b6Release candidate for 3.1105dab09Format idna-data with ruff90eac78Apply ruff formattinga31ce7eRemove errant test vectors81f0333Omit vectors known to be broken in test suitea0f3257Merge branch 'master' into unicode-16-uts46-changes38d9886Remove extra UTS46 test vectorUpdates
pydantic-corefrom 2.33.2 to 2.41.1Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
f5e72c3Prepare release 2.41.1 (#1824)3a72993Addurl_preserve_empty_pathentry toCoreConfig(#1823)6c643eerelease: 2.41.0310fe64Preserve order forcollections.OrderedDict(#1801)d90cdd1make _pydantic_core._pydantic_core pub for static linking (#1820)a51a753ci: avoid timeout on aarch64 tests (#1821)b45d087fixdefault_factorywhich takes data on more types (#1822)e87ba01Do not call default factories taking the data argument if a validation error ...70bd6f9Prepare release v2.40.1 (#1819)32c76bfOnly create class instance after validation in `ModelValidator.validate_const...Updates
typing-inspectionfrom 0.4.1 to 0.4.2Release notes
Sourced from typing-inspection's releases.
Changelog
Sourced from typing-inspection's changelog.
Commits
8db0113Prepare release 0.4.2 (#48)f4dfd61Addtyping_objects.is_noextraitems()(#47)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