deps(deps): bump the python-dependencies group across 1 directory with 37 updates#9
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…h 37 updates Bumps the python-dependencies group with 37 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiosqlite](https://github.com/omnilib/aiosqlite) | `0.20.0` | `0.22.1` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.16.5` | `1.18.4` | | [anyio](https://github.com/agronholm/anyio) | `4.11.0` | `4.13.0` | | [certifi](https://github.com/certifi/python-certifi) | `2025.8.3` | `2025.11.12` | | [click](https://github.com/pallets/click) | `8.1.8` | `8.4.0` | | [dnspython](https://github.com/rthalley/dnspython) | `2.7.0` | `2.8.0` | | [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) | `0.19.1` | `0.19.2` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.3.0` | `1.3.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.14` | `0.128.1` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.2.4` | `3.5.0` | | [httptools](https://github.com/MagicStack/httptools) | `0.6.4` | `0.7.1` | | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.15` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.25.1` | `4.26.0` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.10` | `1.3.12` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.1` | `0.6.3` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.10.1` | `2.12.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.9` | `2.11.10` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.11.0` | `2.14.1` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.2` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.34.2` | | [scipy](https://github.com/scipy/scipy) | `1.13.1` | `1.15.3` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.43` | `2.0.49` | | [starlette](https://github.com/Kludex/starlette) | `0.46.2` | `0.50.0` | | [tiktoken](https://github.com/openai/tiktoken) | `0.12.0` | `0.13.0` | | [tomli](https://github.com/hukkin/tomli) | `2.2.1` | `2.4.1` | | [typing-inspection](https://github.com/pydantic/typing-inspection) | `0.4.1` | `0.4.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.5.0` | `2.7.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.30.6` | `0.47.0` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.1.0` | `1.2.0` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.11` | `2.9.12` | | [dependency-injector](https://github.com/ets-labs/python-dependency-injector) | `4.48.3` | `4.49.0` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.20.0` | `0.25.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.20.2` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20250915` | `6.0.12.20260518` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.7` | `0.15.13` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.26.0` | Updates `aiosqlite` from 0.20.0 to 0.22.1 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](omnilib/aiosqlite@v0.20.0...v0.22.1) Updates `alembic` from 1.16.5 to 1.18.4 - [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 `anyio` from 4.11.0 to 4.13.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.11.0...4.13.0) Updates `certifi` from 2025.8.3 to 2025.11.12 - [Commits](certifi/python-certifi@2025.08.03...2025.11.12) Updates `click` from 8.1.8 to 8.4.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.4.0) Updates `dnspython` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.7.0...v2.8.0) Updates `ecdsa` from 0.19.1 to 0.19.2 - [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases) - [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS) - [Commits](tlsfuzzer/python-ecdsa@python-ecdsa-0.19.1...python-ecdsa-0.19.2) Updates `exceptiongroup` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.3.0...1.3.1) Updates `fastapi` from 0.115.14 to 0.128.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.14...0.128.1) Updates `greenlet` from 3.2.4 to 3.5.0 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.2.4...3.5.0) Updates `httptools` from 0.6.4 to 0.7.1 - [Release notes](https://github.com/MagicStack/httptools/releases) - [Commits](MagicStack/httptools@v0.6.4...v0.7.1) Updates `httpx` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.1) Updates `idna` from 3.10 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.10...v3.15) Updates `jsonschema` from 4.25.1 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0) Updates `mako` from 1.3.10 to 1.3.12 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `pyasn1` from 0.6.1 to 0.6.3 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.1...v0.6.3) Updates `pyjwt` from 2.10.1 to 2.12.1 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.10.1...2.12.1) Updates `pydantic` from 2.11.9 to 2.11.10 - [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.11.10) Updates `pydantic-settings` from 2.11.0 to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.11.0...v2.14.1) Updates `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.2) Updates `requests` from 2.32.5 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.34.2) Updates `scipy` from 1.13.1 to 1.15.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.13.1...v1.15.3) Updates `sqlalchemy` from 2.0.43 to 2.0.49 - [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 `starlette` from 0.46.2 to 0.50.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.46.2...0.50.0) Updates `tiktoken` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](openai/tiktoken@0.12.0...0.13.0) Updates `tomli` from 2.2.1 to 2.4.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.2.1...2.4.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) Updates `urllib3` from 2.5.0 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.7.0) Updates `uvicorn` from 0.30.6 to 0.47.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.30.6...0.47.0) Updates `watchfiles` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v1.1.0...v1.2.0) Updates `psycopg2-binary` from 2.9.11 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.11...2.9.12) Updates `dependency-injector` from 4.48.3 to 4.49.0 - [Release notes](https://github.com/ets-labs/python-dependency-injector/releases) - [Commits](ets-labs/python-dependency-injector@4.48.3...4.49.0) Updates `prometheus-client` from 0.20.0 to 0.25.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.20.0...v0.25.0) Updates `mypy` from 1.18.2 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.20.2) Updates `types-pyyaml` from 6.0.12.20250915 to 6.0.12.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.5.7 to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.7...0.15.13) Updates `pytest-asyncio` from 0.24.0 to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.26.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: anyio dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: certifi dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ecdsa dependency-version: 0.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: exceptiongroup dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.128.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: greenlet dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: httptools dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mako dependency-version: 1.3.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: starlette dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tiktoken dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tomli dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: typing-inspection dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: watchfiles dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: dependency-injector dependency-version: 4.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying fba-bench-enterprise with
|
| Latest commit: |
e349d43
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://05bfd323.fba-bench-enterprise.pages.dev |
| Branch Preview URL: | https://dependabot-pip-python-depend-tab9.fba-bench-enterprise.pages.dev |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
fba | e349d43 | May 18 2026, 01:41 PM |
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 python-dependencies group with 37 updates in the / directory:
0.20.00.22.11.16.51.18.44.11.04.13.02025.8.32025.11.128.1.88.4.02.7.02.8.00.19.10.19.21.3.01.3.10.115.140.128.13.2.43.5.00.6.40.7.10.27.20.28.13.103.154.25.14.26.01.3.101.3.120.6.10.6.32.10.12.12.12.11.92.11.102.11.02.14.11.1.11.2.22.32.52.34.21.13.11.15.32.0.432.0.490.46.20.50.00.12.00.13.02.2.12.4.10.4.10.4.22.5.02.7.00.30.60.47.01.1.01.2.02.9.112.9.124.48.34.49.00.20.00.25.01.18.21.20.26.0.12.202509156.0.12.202605180.5.70.15.130.24.00.26.0Updates
aiosqlitefrom 0.20.0 to 0.22.1Changelog
Sourced from aiosqlite's changelog.
... (truncated)
Commits
9b127ceVersion bump v0.22.15c3f61cImprove stop semantics for connections (#370)a869d73Version bump v0.22.01cd60adEmit warning if connection is deleted before it is closed (#355)611d7b4Add set_authorizer support for fine-grained access control (#349)81d00c8Bump actions/setup-python from 5 to 6 (#357)7a26722Bump coverage[toml] from 7.8.0 to 7.10.7 (#358)4457540Bump flake8 from 7.2.0 to 7.3.0 (#346)b650dadBump actions/checkout from 5 to 6 (#366)065ffddBump mypy from 1.15.0 to 1.19.0 (#367)Updates
alembicfrom 1.16.5 to 1.18.4Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
anyiofrom 4.11.0 to 4.13.0Release notes
Sourced from anyio's releases.
Commits
afbe93cBumped up the version33bdf2eRearranged the changelog entries19e09e2Fixed inverted condition in _forcibly_shutdown_process_pool_on_exit (#1074)9369d80Fixed Condition.wait() not handing over notification when cancelled6f122abFixed cancellation exceptions leaking from aCancelScopeon asyncio when th...beaa45a[pre-commit.ci] pre-commit autoupdate (#1097)602f660Widened type annotations to accept IO[bytes] in file streamsb5dcd45Added note about erasing the templated68670b[pre-commit.ci] pre-commit autoupdate (#1090)fc17a22tweak to_thread docs about abandon_on_cancel (#1088)Updates
certififrom 2025.8.3 to 2025.11.12Commits
37ea1502025.11.12 (#375)2fa50bbBump actions/upload-artifact from 4.6.2 to 5.0.0 (#374)6cadb53Bump actions/download-artifact from 5.0.0 to 6.0.0 (#373)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
clickfrom 8.1.8 to 8.4.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
41f410fRelease 8.4.0e3e69e3Add type annotations for instance attributes inutils(#3422)3bb230dWIP: FixHelpFormatter.write_usageproducing spurious characters (#3434)63274a7click.get_pager_file: add tests (#1572 followup) (#3405)0551bf5FixHelpFormatter.write_usageproducing spurious charactersfc41aa1Apply class-body annotations toKeepOpenFilefor consistencyb761edaSkip some tests on Windows98302acCheckPAGERusage, color preservation and edge-casesdbdae17Fix documentation1aa2d53Redesigned tests and get_pager_file branching to be more clear and not set colorUpdates
dnspythonfrom 2.7.0 to 2.8.0Release notes
Sourced from dnspython's releases.
Changelog
Sourced from dnspython's changelog.
Commits
77fd94c2.8.0 versioning884f383update 2.8 branch workflows1938fe3update 2.8 branch workflowsa35d6922.8.0rc1 prepc862baa2.8.0rc1 prep0945d59more lint8fa6766lint6416335Type syntax (#1218)a459144linta0d5f17fix the all entriesUpdates
ecdsafrom 0.19.1 to 0.19.2Release notes
Sourced from ecdsa's releases.
Changelog
Sourced from ecdsa's changelog.
... (truncated)
Commits
bd66899Merge commit from fork9c046eetests: reject truncated DER lengthsacc40fdder: reject truncated lengths in octet/implicit/constructed55aca78Merge pull request #363 from gstarovo/ubuntu20-deprecationc4f0df1chore: change to ubuntu-22 since u-20 is deprecatedUpdates
exceptiongroupfrom 1.3.0 to 1.3.1Release notes
Sourced from exceptiongroup's releases.
Changelog
Sourced from exceptiongroup's changelog.
... (truncated)
Commits
ddddb6fAdded the release version49c5e60Fixed AttributeError when formatting unpickled TBEs from an unpatched process1be517f[pre-commit.ci] pre-commit autoupdate (#152)af0ea2f[pre-commit.ci] pre-commit autoupdate (#149)7c980a8Removed pin on pyright versionef85336Fixed typing job not finding Python 3.14080b3f4Pinned pyright version to fix typeshed related failureac66090Added Python 3.14 to the test matrixa0da94dFixed test failures on Python 3.14Updates
fastapifrom 0.115.14 to 0.128.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
1de0de5🔖 Release version 0.128.1734c95b📝 Update release notes84a5bcf⬇️ Downgrade LLM translations model to GPT-5 to reduce mistakes (#14823)0e06400📝 Update release notesad29e44🌐 Improve LLM prompt ofukdocumentation (#14795)71ceac2📝 Update release notesb0e99d6🌐 Update translations for ja (update-outdated) (#14588)cec4be0📝 Update release notesaea6137🐛 Fix translation script commit in place (#14818)fe5b617📝 Update release notesUpdates
greenletfrom 3.2.4 to 3.5.0Changelog
Sourced from greenlet's changelog.
... (truncated)
Commits
c7acc72Preparing release 3.5.0d08f99bCHANGES: Update link from #507 to more full description in #508.fd3391eMerge pull request #508 from python-greenlet/issue507-remove-atexit004e1e9Remove the atexit callback.b784a69Back to development: 3.4.1df6734ePreparing release 3.4.00f86075Merge pull request #504 from python-greenlet/freethreading-fixes4596574TLBC: crash appears to still happen on CI 3.14t ubuntu. Re-enable workaround.2f4a1cfMake green_switch (python level greenlet.switch) and green_throw check for (p...a0c2a2aFix unused variable warning when asserts are disabled.Updates
httptoolsfrom 0.6.4 to 0.7.1Release notes
Sourced from httptools's releases.
Commits
26461dahttptools 0.7.1cd7cab8bump pypa/gh-action-pypi-publish to 1.13.096ac6efallow releasing on 0.7.xb04ab82httptools 0.7.0b55f5feStatic Type-checking for httptools (#100)59bf94fModernize packaging and fix CI (#130)922f366Post-release version bumpUpdates
httpxfrom 0.27.2 to 0.28.1Release notes
Sourced from httpx's releases.