chore(deps)(deps): bump the production-minor-patch group across 1 directory with 3 updates#227
Merged
pontino merged 1 commit intoJun 3, 2026
Conversation
Contributor
QualOps Code Quality AnalysisStatus: ✅ PASSED - No issues found Summary
No issues found in the analyzed code. 📊 Full ReportPowered by QualOps |
pontino
approved these changes
Jun 3, 2026
pontino
left a comment
Collaborator
There was a problem hiding this comment.
Approving dependency bump. CI green (required check all-checks-passed passing). Approval is stable across rebases per branch protection settings.
Collaborator
|
@dependabot rebase |
8a6ea9f to
be759a4
Compare
Collaborator
|
@dependabot rebase |
…ectory with 3 updates Bumps the production-minor-patch group with 3 updates in the /sdk directory: [pydantic](https://github.com/pydantic/pydantic), [faststream](https://github.com/ag2ai/FastStream) and [click](https://github.com/pallets/click). Updates `pydantic` from 2.12.5 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.4) Updates `faststream` from 0.6.7 to 0.7.0 - [Release notes](https://github.com/ag2ai/FastStream/releases) - [Commits](ag2ai/faststream@0.6.7...0.7.0) Updates `click` from 8.3.1 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.1...8.4.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: faststream dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
be759a4 to
5e49782
Compare
This was referenced Jun 3, 2026
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-minor-patch group with 3 updates in the /sdk directory: pydantic, faststream and click.
Updates
pydanticfrom 2.12.5 to 2.13.4Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
faststreamfrom 0.6.7 to 0.7.0Release notes
Sourced from faststream's releases.
... (truncated)
Commits
7cb9390docs: add multiple brokers support page (#2896)7391890feat(docs): add json endpoint and fix content-type header (#2894)f5b12e6fix(rabbit): default RabbitQueue and RabbitExchange to durable=True (#2892)37942dffix: consistent hashing and equality for RabbitMQ schemas (#2796)bbe5ec6feat: add multibrokers support (#2867)f7ba76bfeat: wire codec.encode into all producers, add BatchCodecProto for batch-awa...c80a75bAdd Redis Cluster broker support (#2854)05437cefix(fastapi): register POST {schema_url}/try for AsyncAPI try-it-out (#2876)eaefd6cdocs: Cover mqtt examples by tests (#2888)448e556Add consumer_only flag to KafkaBroker (#2883)Updates
clickfrom 8.3.1 to 8.4.1Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
6eeb50erelease version 8.4.167921d5change log and doc fixes (#3495)9c41f46Fix changelog and version admonitions6cb3477fix skip condition5ee8e31fix I/O operation on closed file error with CliRunner and echo_via_pager (#3482)becbde5pager doesn't close std streamsa5f5aa6Handle empty bytes in echo (#3493)4d3db84handle empty bytes in echod42f15bFixget_parameter_source()during type conversion and eager callbacks (#3484)0baa8dbDocument ctx.params bypass with test and doc