chore(deps): bump the production-deps group with 3 updates - #209
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [httpx](https://github.com/encode/httpx), [pydantic](https://github.com/pydantic/pydantic) and [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. Updates `httpx` 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.23.0...0.28.1) Updates `pydantic` to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](pydantic/pydantic@v2.0...v2.13.5) Updates `typing-extensions` to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.6.0...4.16.0) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: production-deps - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production dependency-group: production-deps - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production dependency-group: production-deps ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9e03976. Configure here.
| "typing_extensions>=4.6", | ||
| "httpx>=0.28.1,<0.29.0", | ||
| "pydantic>=2.13.5,<3", | ||
| "typing_extensions>=4.16.0", |
There was a problem hiding this comment.
Raised floors break library consumers
Medium Severity
The new lower bounds require pydantic 2.13.5, httpx 0.28.1, and typing_extensions 4.16.0. Those versions were already allowed by the previous ranges, so this change drops support for still-compatible releases rather than merely permitting newer ones. Downstream installs that pin older valid versions will fail.
Reviewed by Cursor Bugbot for commit 9e03976. Configure here.
| "typing_extensions>=4.6", | ||
| "httpx>=0.28.1,<0.29.0", | ||
| "pydantic>=2.13.5,<3", | ||
| "typing_extensions>=4.16.0", |
There was a problem hiding this comment.
Lock file lags new constraints
Medium Severity
uv.lock still pins pydantic 2.13.4 and typing-extensions 4.15.0, and its metadata still records the old specifiers. Those locked versions do not satisfy the new pyproject.toml floors, so frozen uv installs and lock checks will fail.
Reviewed by Cursor Bugbot for commit 9e03976. Configure here.


Updates the requirements on httpx, pydantic and typing-extensions to permit the latest version.
Updates
httpxto 0.28.1Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
... (truncated)
Commits
26d48e0Version 0.28.1 (#3445)89599a9Fixverify=False,cert=...case. (#3442)8ecb86fAdd test for request params behavior changes (#3364) (#3440)0cb7e5aBump the python-packages group with 11 updates (#3434)15e21e9Updating deprecated docstring Client() class (#3426)80960faVersion 0.28.0. (#3419)a33c878Fixextensionstype annotation. (#3380)ce7e14dError on verify as str. (#3418)47f4a96Handle empty zstd responses (#3412)189fc4bUpdate CHANGELOG.md, fix typo(s) (#3406)Updates
pydanticto 2.13.5Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
001dea0Bumppypa/gh-action-pypi-publishaction to v1.14.2558379fBump twine to v7.0.02cfd5d3Do not check for docs builda735beeFix more Clippy lints7eed4a1Fix Clippy 0.1.95 warningsb353bbbPrepare release v2.13.563d2cccCount validated model fields once in smart unionsa53ec2eSpeed up PyPy CI testsd65e0f9Workaround circular import error in Mypy47a6dbfFix missing GC traversal inpydantic-coreforGeneralFieldsSerializerUpdates
typing-extensionsto 4.16.0Release notes
Sourced from typing-extensions's releases.
Changelog
Sourced from typing-extensions's changelog.
... (truncated)
Commits
f29cd28Prepare relase 4.16.0 (#774)4317461Bump version to 4.16.0rc2.dev (#772)4f71098Prepare release 4.16.0rc2 (#771)37ed08aRemove use ofasyncio.coroutines.iscoroutinefunction()(#769)8dcc559ImproveTypedDictdocumentation (#770)224f8d5Post-release followups for 3.16.0rc1 (#767)777de3ePrepare release 4.16.0rc1 (#766)890be90Type variable tuple variance (#741)0e05458Pin SQLAlchemy third-party tests to pytest==9.0.3 (#765)d277746docs: add version compatibility table (#733)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 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 conditionsNote
Low Risk
Dependency constraint-only change with no code edits; main residual risk is upstream behavior changes (e.g. httpx 0.28 SSL/JSON semantics) surfacing in integration tests.
Overview
Raises minimum production dependency floors in
pyproject.tomlonly:httpxfrom>=0.23.0to>=0.28.1,pydanticfrom>=2.0to>=2.13.5, andtyping_extensionsfrom>=4.6to>=4.16.0. Upper bounds are unchanged (httpxstill<0.29.0,pydanticstill<3).Installs and CI will now resolve to newer patch/minor releases within those ranges. No application or test code is modified; the SDK continues to use
httpxclients and Pydantic validation as before.Reviewed by Cursor Bugbot for commit 9e03976. Bugbot is set up for automated code reviews on this repo. Configure here.