chore(deps): Bump the minor-and-patch group across 1 directory with 6 updates - #797
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
… updates Bumps the minor-and-patch group with 4 updates in the /mcp/weather_tool directory: [fastmcp](https://github.com/PrefectHQ/fastmcp), [uvicorn](https://github.com/Kludex/uvicorn), [starlette](https://github.com/Kludex/starlette) and [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python). Updates `fastmcp` from 3.4.4 to 3.4.7 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v3.4.4...v3.4.7) Updates `uvicorn` from 0.51.0 to 0.52.1 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.51.0...0.52.1) Updates `starlette` from 1.3.1 to 1.6.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.3.1...1.6.0) Updates `opentelemetry-api` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.43.0...v1.44.0) Updates `opentelemetry-sdk` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.43.0...v1.44.0) Updates `opentelemetry-exporter-otlp-proto-http` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.43.0...v1.44.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: starlette dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: opentelemetry-api dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: opentelemetry-sdk dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: opentelemetry-exporter-otlp-proto-http dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... 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 minor-and-patch group with 4 updates in the /mcp/weather_tool directory: fastmcp, uvicorn, starlette and opentelemetry-api.
Updates
fastmcpfrom 3.4.4 to 3.4.7Release notes
Sourced from fastmcp's releases.
Changelog
Sourced from fastmcp's changelog.
... (truncated)
Commits
758397eDocs: add v3.4.7 changelog entries (#4810)538611bBackport CIMD assertion audience fix to v3 (#4799)c587bddDocs: add v3.4.6 changelog entries (#4761)fcdf422Backport #4412 to 3.x: support trusted SSRF proxies (#4755)8de0c94Docs: add v3.4.5 changelog entries (#4673)5daa91bBackport #4492 to release/3.x: don't mutate the caller's schema in compress_s...49c5ed5Make transformed tool required order deterministic (#4564) (#4665)87ba18cSerialize deep object query parameters (#4523) (#4664)aa8ab1eFix Azure scope fallback (#4469) (#4662)93696a5Skip unsupported JWKS keys instead of failing the whole key set (#4515) (#451...Updates
uvicornfrom 0.51.0 to 0.52.1Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
ee8e45cVersion 0.52.1 (#3056)b57926dRemove duplicate content headers from WebSocket denial responses on websocket...49de1b9chore(deps): bump pymdown-extensions from 10.21.3 to 11.0 (#3042)2f3fa3aComplete server-initiated closes in SansIO WebSocket protocols (#3053)8c59d55chore(deps): bump the github-actions group with 5 updates (#3054)e148451Handle connection loss during WebSocket write backpressure (#3050)e16a69bAdd missing write flow control towebsockets-sansio(#3048)ef1dd44Fold the zttp-only tests back into the HTTP test suite (#3046)8f1b884Version 0.52.0 (#3044)f6833dbAdd experimental zttp HTTP/1.1 protocol (#2979)Updates
starlettefrom 1.3.1 to 1.6.0Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
4f250d6Version 1.6.0 (#3434)9eea41aExposehttp.response.debuginfo via response extensions (#3130)38f8999Addmax_body_sizetoStarletteand route classes (#3431)c41236cVersion 1.5.1 (#3432)9c500dbLimitFileResponseto 100 ranges (#3430)78ae82cReject inverted single-byte Range like bytes=5-4 (#3389)c1d6edachore(deps): bump pymdown-extensions from 11.0 to 11.0.1 (#3429)ee66ca4chore(deps): bump the python-packages group across 1 directory with 8 updates...00d1016fix(tests): skip test_staticfiles_filename_too_long on Windows where os.pathc...d96887eAdd Pydantic Logfire banner to the docs (#3428)Updates
opentelemetry-apifrom 1.43.0 to 1.44.0Release notes
Sourced from opentelemetry-api's releases.
Changelog
Sourced from opentelemetry-api's changelog.
... (truncated)
Commits
53a5a40Prepare release 1.44.0/0.65b0 (#5422)d9f34e7Fixup eachdist.py handling of package names (#5417)d10f472opentelemetry-semantic-conventions: Bump to 1.43.0 (#5413)ae8feebUpdate otelbot token workflows to use client IDs (#5404)67a2abdFix Context in-place mutability bypass via inherited dict methods (#5399)87baad9Bump semconv to 1.42.0 (#5410)23dc0b2opentelemetry-sdk: add 'force_flush' method to LogRecordExporter ABC (#5294)bec55fdopentelemetry-sdk: expose SynchronousMultiLogRecordProcessor and ConcurrentMu...55d0b7aopentelemetry-sdk: Add ability to refresh process sensitive Resource attribut...6115db2opentelemetry-sdk: add log record limits environment variables (#5300)Updates
opentelemetry-sdkfrom 1.43.0 to 1.44.0Release notes
Sourced from opentelemetry-sdk's releases.
Changelog
Sourced from opentelemetry-sdk's changelog.
... (truncated)
Commits
53a5a40Prepare release 1.44.0/0.65b0 (#5422)d9f34e7Fixup eachdist.py handling of package names (#5417)d10f472opentelemetry-semantic-conventions: Bump to 1.43.0 (#5413)ae8feebUpdate otelbot token workflows to use client IDs (#5404)67a2abdFix Context in-place mutability bypass via inherited dict methods (#5399)87baad9Bump semconv to 1.42.0 (#5410)23dc0b2opentelemetry-sdk: add 'force_flush' method to LogRecordExporter ABC (#5294)bec55fdopentelemetry-sdk: expose SynchronousMultiLogRecordProcessor and ConcurrentMu...55d0b7aopentelemetry-sdk: Add ability to refresh process sensitive Resource attribut...6115db2opentelemetry-sdk: add log record limits environment variables (#5300)Updates
opentelemetry-exporter-otlp-proto-httpfrom 1.43.0 to 1.44.0Release notes
Sourced from opentelemetry-exporter-otlp-proto-http's releases.