chore(deps): bump the minor-and-patch group across 1 directory with 6 updates#106
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the minor-and-patch group across 1 directory with 6 updates#106dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the minor-and-patch group with 6 updates in the /nlp-service directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.1` | `0.136.3` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.47.0` | `0.48.0` | | [markitdown](https://github.com/microsoft/markitdown) | `0.1.5` | `0.1.6` | | [google-genai](https://github.com/googleapis/python-genai) | `2.4.0` | `2.7.0` | | [sentence-transformers](https://github.com/huggingface/sentence-transformers) | `5.5.0` | `5.5.1` | | [chromadb](https://github.com/chroma-core/chroma) | `0.4.24` | `0.6.3` | Updates `fastapi` from 0.136.1 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.1...0.136.3) Updates `uvicorn` from 0.47.0 to 0.48.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.47.0...0.48.0) Updates `markitdown` from 0.1.5 to 0.1.6 - [Release notes](https://github.com/microsoft/markitdown/releases) - [Commits](microsoft/markitdown@v0.1.5...v0.1.6) Updates `google-genai` from 2.4.0 to 2.7.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/python-genai@v2.4.0...v2.7.0) Updates `sentence-transformers` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/huggingface/sentence-transformers/releases) - [Commits](huggingface/sentence-transformers@v5.5.0...v5.5.1) Updates `chromadb` from 0.4.24 to 0.6.3 - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](chroma-core/chroma@0.4.24...0.6.3) --- updated-dependencies: - dependency-name: chromadb dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: google-genai dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: markitdown dependency-version: 0.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sentence-transformers dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2d1eae6 to
b5369b6
Compare
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 6 updates in the /nlp-service directory:
0.136.10.136.30.47.00.48.00.1.50.1.62.4.02.7.05.5.05.5.10.4.240.6.3Updates
fastapifrom 0.136.1 to 0.136.3Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
8206485🔖 Release version 0.136.3c910e01📝 Update release notes063b5bf♻️ Do not accept underscore headers when usingconvert_underscores=True(th...22b02e2🔖 Release version 0.136.23b252a2📝 Update release notesc7fb785♻️ Validate Server Sent Event fields to avoid applications from sending broke...cb83b83📝 Update release notes00f805c✅ Update tests, don't double dispose the engine (#15587)3675137📝 Update release notes7b57e42📝 Document--entrypointCLI option (#15464)Updates
uvicornfrom 0.47.0 to 0.48.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
73e84e5Version 0.48.0 (#2951)45ea116Ignore duplicate forwarding headers inProxyHeadersMiddleware(#2944)dd4394cchore(deps): bump idna from 3.11 to 3.15 (#2941)abe0781Defaultssl_cipherstoNoneand use OpenSSL defaults (#2940)Updates
markitdownfrom 0.1.5 to 0.1.6Release notes
Sourced from markitdown's releases.
Commits
e144e0aBump version to 0.1.6 (#1914)a01d74dfeat: Add Azure Content Understanding converter (#1865)a51f725Clarify security posture in READMEs (#1807)604bba1fix: handle deeply nested HTML that triggers RecursionError (#1644)63cbbd9Updated warning about binding to non-local interfaces. (#1653)a6c8ac4Fix O(n) memory growth in PDF conversion by calling page.close() afte… (#1612)c6308dc[MS] Add OCR layer service for embedded images and PDF scans (#1541)Updates
google-genaifrom 2.4.0 to 2.7.0Release notes
Sourced from google-genai's releases.
Changelog
Sourced from google-genai's changelog.
Commits
5d0dff8chore(main): release 2.7.0 (#2501)b4828fafeat: additional computer_use field support for vertex.543137bfeat(interaction-api): Allow "text/csv" as a supported document mime type for...5dc17e5feat(interaction-api): Enable BigQuery tool in Deep Research config.cd66b68chore: Internal cleanup0ead888feat: Support Reinforcement Tuning in GenAI SDKa682e6achore(main): release 2.6.0 (#2485)b1f632dfeat: addenable_prompt_injection_detectionfor Computer Use feature for th...2910346feat: add new fields15443c0feat: Add budget_exceeded statusUpdates
sentence-transformersfrom 5.5.0 to 5.5.1Release notes
Sourced from sentence-transformers's releases.
Commits
ce3ec6dRelease v5.5.1610a7c5[fix] Collapse single-key multimodal dicts to bare modality (#3779)Updates
chromadbfrom 0.4.24 to 0.6.3Release notes
Sourced from chromadb's releases.
... (truncated)
Commits
a3b86a0[RELEASE] 0.6.3 (#3485)82f769c[ENH] Add a simple rate limiter for async. (#3476)1828a9c[BUG] Make auth requests in async context async. (#3477)66e8b30[DOC]: Fix discord invite links (#3467)5808d7e[DOC] Fix typos (#3419)9ee24fd[ENH] add distributed implementation for database deletion (#3460)3105823[ENH]: add method to delete database (single-node) (#3457)cf95ad9[BUG] Fix hnsw malloc of 0 bytes (#3479)a632f2b[ENH] Config to disable compactor on collections (#3469)d6c8f20Fix minor typo gcp.md (#3470)