chore(deps): bump the python-dependencies group across 1 directory with 5 updates#1041
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…th 5 updates Bumps the python-dependencies group with 5 updates in the /lib/rag/layer directory: | Package | From | To | | --- | --- | --- | | [langchain-core](https://github.com/langchain-ai/langchain) | `1.3.0` | `1.4.0` | | [opensearch-py](https://github.com/opensearch-project/opensearch-py) | `3.1.0` | `3.2.0` | | [requests-aws4auth](https://github.com/tedder/requests-aws4auth) | `1.3.1` | `1.3.2` | | [numpy](https://github.com/numpy/numpy) | `2.4.4` | `2.4.6` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.3` | `2.7.0` | Updates `langchain-core` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.3.0...langchain-core==1.4.0) Updates `opensearch-py` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/opensearch-project/opensearch-py/releases) - [Changelog](https://github.com/opensearch-project/opensearch-py/blob/main/CHANGELOG.md) - [Commits](opensearch-project/opensearch-py@v3.1.0...v3.2.0) Updates `requests-aws4auth` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/tedder/requests-aws4auth/releases) - [Changelog](https://github.com/tedder/requests-aws4auth/blob/main/HISTORY.md) - [Commits](tedder/requests-aws4auth@v1.3.1...v1.3.2) Updates `numpy` from 2.4.4 to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.4...v2.4.6) Updates `urllib3` from 2.6.3 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.6.3...2.7.0) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: opensearch-py dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: requests-aws4auth dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.4.6 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 ... 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 python-dependencies group with 5 updates in the /lib/rag/layer directory:
1.3.01.4.03.1.03.2.01.3.11.3.22.4.42.4.62.6.32.7.0Updates
langchain-corefrom 1.3.0 to 1.4.0Release notes
Sourced from langchain-core's releases.
... (truncated)
Commits
70e66a1chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/openrouter (#37352)da380bcchore(infra): merge v1.4 into master (#37350)bbd10fechore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/anthropic (#37343)11bbfb7chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/fireworks (#37339)7fd61d2chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/mistralai (#37338)5c096bbchore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/nomic (#37334)ac47d54chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/chroma (#37333)7e5c570chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/qdrant (#37332)2086b91chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/core (#37329)407e33achore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/langchain (#37327)Updates
opensearch-pyfrom 3.1.0 to 3.2.0Release notes
Sourced from opensearch-py's releases.
Changelog
Sourced from opensearch-py's changelog.
Commits
8991792fix(signer): Include X-Amz-Content-SHA256 in SignedHeaders (#1038) (#1039)d8a8c57Fix AWSV4Signer.sign() not passing headers to AWSRequest (#1035)6551595Bump opensearch protobufs - 1.2.0. (#1000)94ae310Fix CI failures due to API spec updates (#1007)1ce5b46fix(docs): use keyword arguments in security API examples (#1004)9b6d240Bump peter-evans/create-pull-request from 7 to 8 (#990)02c5dccBump actions/download-artifact from 6 to 7 (#988)fa8a862Bump actions/upload-artifact from 5 to 6 (#989)f5ef694Updated opensearch-py to reflect the latest OpenSearch API spec (2026-01-22) ...10ab792ci: fix mypy type ignore for untyped decorator in tests (#993)Updates
requests-aws4authfrom 1.3.1 to 1.3.2Release notes
Sourced from requests-aws4auth's releases.
Changelog
Sourced from requests-aws4auth's changelog.
Commits
3dda9dchistory and versionc9cd06aupdate py versions; use session token for live tests6e58b3efix additional deprecation warnings for UTC; ensure pre-py311 compatb7acfe8Fix Deprecateddatetime.datetime.utcnow()89399caupdate release instructionsUpdates
numpyfrom 2.4.4 to 2.4.6Release notes
Sourced from numpy's releases.
... (truncated)
Commits
b832a09Merge pull request #31462 from charris/prepare-2.4.657cc147REL: Prepare for the NumPy 2.4.6 release0c72b0bMerge pull request #31459 from charris/backport-313479778d26BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...e0e3876BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...d1bffebBUG:np.linalg.svd(..., hermitian=True)returns non-unitaryvh(#31347)8d8d7e5Merge pull request #31453 from seberg/issue-31452bddaab7BUG: Fix regression inarr.conj()37a1eccMerge pull request #31444 from charris/begin-2.4.63c0e043MAINT: Prepare 2.4.x for further developmentUpdates
urllib3from 2.6.3 to 2.7.0Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
9a950b9Release 2.7.05ec0de4Merge commit from fork2bdcc44Merge commit from forkf45b0dfFix a misleading example forProxyManager(#4970)577193cSwitch to nightly PyPy3.11 in CI for now (#4984)e90af45Avoid infinite loop inHTTPResponse.read_chunkedwhenamt=0(#4974)67ed74fBump dev dependencies (#4972)3abd481Upgrade mypy to version 1.20.2 (#4978)2b8725dDrop support for EOL PyPy3.10 (#4979)2944b2aUpgradesetup-chromeandsetup-firefoxto fix warnings (#4973)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 conditions