chore(deps): bump the python-dependencies group across 1 directory with 7 updates#847
Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
Open
Conversation
…th 7 updates Bumps the python-dependencies group with 7 updates in the /lisa-sdk directory: | Package | From | To | | --- | --- | --- | | [langchain](https://github.com/langchain-ai/langchain) | `1.2.10` | `1.2.12` | | [langchain-core](https://github.com/langchain-ai/langchain) | `1.2.14` | `1.2.19` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `1.1.10` | `1.1.11` | | [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `1.0.0` | `1.1.1` | | [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.7.4` | `0.7.17` | | [numpy](https://github.com/numpy/numpy) | `2.3.3` | `2.4.3` | | [boto3](https://github.com/boto/boto3) | `1.40.37` | `1.42.68` | Updates `langchain` from 1.2.10 to 1.2.12 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==1.2.10...langchain==1.2.12) Updates `langchain-core` from 1.2.14 to 1.2.19 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.2.14...langchain-core==1.2.19) Updates `langchain-openai` from 1.1.10 to 1.1.11 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==1.1.10...langchain-openai==1.1.11) Updates `langchain-text-splitters` from 1.0.0 to 1.1.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-text-splitters==1.0.0...langchain-text-splitters==1.1.1) Updates `langsmith` from 0.7.4 to 0.7.17 - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](langchain-ai/langsmith-sdk@v0.7.4...v0.7.17) Updates `numpy` from 2.3.3 to 2.4.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.3...v2.4.3) Updates `boto3` from 1.40.37 to 1.42.68 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.37...1.42.68) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: langchain-core dependency-version: 1.2.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: langchain-text-splitters dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: langsmith dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.42.68 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
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 7 updates in the /lisa-sdk directory:
1.2.101.2.121.2.141.2.191.1.101.1.111.0.01.1.10.7.40.7.172.3.32.4.31.40.371.42.68Updates
langchainfrom 1.2.10 to 1.2.12Release notes
Sourced from langchain's releases.
Commits
2a137bfrelease(langchain_v1): 1.2.12 (#35770)25f94eefeat: tracing for wrap model + tool call (#35765)f9dbd22fix(openai): typo (#35763)70cd1bdci: allow bot bypass (#35762)3e4c0d5chore(model-profiles): refresh model profile data (#35754)7cef35bchore: add reference docs MCP (#35737)057c484release(langchain_v1): 1.2.11 (#35723)cb50fedci: bypass issue-link gate for trusted contributors (#35720)292d0bddocs(huggingface): add [full] install guidance and sentence-transformers>=5.2...3e459beci: use app token for external PR label to trigger downstream workflows (#35710)Updates
langchain-corefrom 1.2.14 to 1.2.19Release notes
Sourced from langchain-core's releases.
Commits
41cca20release(core): 1.2.19 (#35832)307cdcachore(core): move BaseCrossEncoder to langchain-core (#35809)cee6430refactor(xai): remove redundantlc_attributesoverride (#35791)6b9b4c6feat(xai): supportbase_urlalias andXAI_API_BASEenv var (#35790)b676167fix(deepseek): acceptbase_urlas alias forapi_base(#35789)5d9568bfeat(model-profiles): new fields +Makefiletarget (#35788)1891d41chore: bump tornado from 6.5.2 to 6.5.5 in /libs/text-splitters (#35774)1d954bcchore: bump tornado from 6.5.2 to 6.5.5 in /libs/langchain (#35773)261b1d5chore: bump tornado from 6.5.2 to 6.5.5 in /libs/core (#35775)9521c67fix(openai): close PIL Image handles in token counting to prevent fd leak (#3...Updates
langchain-openaifrom 1.1.10 to 1.1.11Release notes
Sourced from langchain-openai's releases.
Commits
fcca6e2fix(openai): bump min core version (#35705)6b25cafrelease(core): 1.2.18 (#35704)6371450release(openai): 1.1.11 (#35703)ee64597ci: auto-reopen external PRs after issue link requirement is satisfied (#35699)1a39508ci: update PR template (#35698)5b1b37eci: auto-close external PRs failingissue-linkcheck (#35697)de5d68cci: require PR author is assigned to linked issue (#35692)225bb5bci(infra): require issue link for external PRs (#35690)360e016ci: add contributor tier labels, PR size labels, and backfill job (#35687)527fc02chore(model-profiles): refresh model profile data (#35681)Updates
langchain-text-splittersfrom 1.0.0 to 1.1.1Release notes
Sourced from langchain-text-splitters's releases.
... (truncated)
Commits
269947brelease(text-splitters): 1.1.1 (#35318)a9f3627fix(core): accept integer temperature values in _get_ls_params (#35317)8951c01fix(text-splitters): prevent JSFrameworkTextSplitter from mutating self._sepa...8323f55docs(core): update load note to be precise (#35309)b004103docs(perplexity): Fix docstring ofoutput_parsers.strip_think_tags()(#35264)82ae4fbchore: bump model profiles (#35294)a565cf8fix(core): prevent recursion error when args_schema is dict (#35260)0d13463feat(anthropic): add User-Agent header for Anthropic API calls (#35268)8166e01chore(anthropic): add version (#35293)6fe7845release(openai): 1.1.10 (#35292)Updates
langsmithfrom 0.7.4 to 0.7.17Release notes
Sourced from langsmith's releases.
... (truncated)
Commits
8c2ebb1Bump version: 0.7.16 → 0.7.17 (#2568)69f3ba9fix: catch missing tz info (#2567)adabd03feat(sandbox): add reconnection of tunnels (#2563)770b165feat: add ws based exec to js sdk (#2540)a805be8docs(sandbox): add TCP tunnel documentation (#2560)b20351afeat(sandbox): add TCP tunnel support (#2559)d6b0f78feat(sandbox): add yamux multiplexing protocol (#2558)279aee6fix(sandbox): prevent CommandHandle.kill() from hanging (#2557)402be4echore: bump ver (#2547)1ec6f70chore: bump js ver (#2548)Updates
numpyfrom 2.3.3 to 2.4.3Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
8bcb2e7Merge pull request #30974 from charris/prepare-2.4.39a2b5eeREL: Prepare for the NumPy 2.4.3 releasea822ac2Merge pull request #30973 from charris/backport-30961039bf54MAINT: update openblas (#30961)254bafaMerge pull request #30955 from charris/backport-308790cc7d38ENH: Test .kind not .char in np.testing.assert_equal (#30879)9ee571dMerge pull request #30957 from charris/backport-30918f302a16Merge pull request #30958 from charris/backport-30938d240a09MAINT: Don't use vulture 2.15, it has false positives4fc08e9MAINT: Don't use vulture 2.15, it has false positivesUpdates
boto3from 1.40.37 to 1.42.68Commits
6b10acdMerge branch 'release-1.42.68'0b7dcefBumping version to 1.42.685754b6fAdd changelog entries from botocoreb1ff6b0Merge branch 'release-1.42.67'd62e89bMerge branch 'release-1.42.67' into develop3a20a6aBumping version to 1.42.676724c7eAdd changelog entries from botocored233684Merge branch 'release-1.42.66'7d89871Merge branch 'release-1.42.66' into develop4f44a49Bumping version to 1.42.66Dependabot 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