Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps the python-dependencies group in /lisa-sdk with 5 updates:

Package From To
langchain-core 1.1.3 1.2.1
langchain-openai 1.1.1 1.1.3
langchain-text-splitters 1.0.0 1.1.0
numpy 2.3.3 2.3.5
boto3 1.40.37 1.42.10

Updates langchain-core from 1.1.3 to 1.2.1

Release notes

Sourced from langchain-core's releases.

langchain-core==1.2.1

Changes since langchain-core==1.2.0

release(core): 1.2.1 (#34370) fix(core): handle None arguments in parse_tool_call (#34242) chore(core): fix some types related to ToolCallChunk (#34283)

langchain-core==1.2.0

Changes since langchain-core==1.1.3

release(core): 1.2 (#34319) style(core): docs nit (#34312) fix(core): widen openai tool/function conversion input type to Mapping (#34304) chore(core): add admonitions around use of load (#34285) feat(core,anthropic): extras on BaseTool (#34120)

Commits

Updates langchain-openai from 1.1.1 to 1.1.3

Release notes

Sourced from langchain-openai's releases.

langchain-openai==1.1.3

Changes since langchain-openai==1.1.2

test(openai): switch model from nano to mini when using flex (#34336) revert: make integration tests output verbose (#34329) chore(infra,openai): make integration tests output verbose (#34327) release(openai): 1.1.3 (#34325) fix(openai): correct image resize aspect ratio caps (#34192) refactor(standard-tests): improve VCR config (#33968) feat(openai): Use responses API if model is gpt-5.2-pro (#34306) fix(openai): handle missing 'text' key in responses API content blocks (#34198)

langchain-openai==1.1.2

Changes since langchain-openai==1.1.1

release(openai): 1.1.2 (#34302) fix(openai): Allow temperature when reasoning is set to the string 'none' (#34298) feat(langchain,openai): add strict flag to ProviderStrategy structured output (#34149) docs(fireworks,groq,huggingface,mistralai,ollama,openai): x-ref convert_to_openai_tool (#34276) fix(openai): add missing tools param to ChatOpenAI with_structured_output (#34075)

Commits

Updates langchain-text-splitters from 1.0.0 to 1.1.0

Release notes

Sourced from langchain-text-splitters's releases.

langchain-text-splitters==1.1.0

Changes since langchain-text-splitters==1.0.0

release(text-splitters): 1.1.0 (#34346) feat(text-splitters): add R programming language support (#34241) feat: Use uuid7 for run ids (#34172) chore(cli,standard-tests,text-splitters): fix some ruff TC rules (#33934) style: some cleanup (#33857) chore: attribute package change versions (#33854) style: more refs fixes (#33730) chore(text-splitters): API reference link in README (#33713) style: more refs work (#33707) feat(infra): langchain docs MCP (#33636) style: more refs work (#33616) chore: update pyproject.toml url entries (#33587) fix: support python 3.14 in various projects (#33575)

Commits

Updates numpy from 2.3.3 to 2.3.5

Release notes

Sourced from numpy's releases.

2.3.5 (Nov 16, 2025)

NumPy 2.3.5 Release Notes

The NumPy 2.3.5 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14.

Contributors

A total of 10 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Aaron Kollasch +
  • Charles Harris
  • Joren Hammudoglu
  • Matti Picus
  • Nathan Goldbaum
  • Rafael Laboissière +
  • Sayed Awad
  • Sebastian Berg
  • Warren Weckesser
  • Yasir Ashfaq +

Pull requests merged

A total of 16 pull requests were merged for this release.

  • #29979: MAINT: Prepare 2.3.x for further development
  • #30026: SIMD, BLD: Backport FPMATH mode on x86-32 and filter successor...
  • #30029: MAINT: Backport write_release.py
  • #30041: TYP: Various typing updates
  • #30059: BUG: Fix np.strings.slice if stop=None or start and stop >= len...
  • #30063: BUG: Fix np.strings.slice if start > stop
  • #30076: BUG: avoid negating INT_MIN in PyArray_Round implementation (#30071)
  • #30090: BUG: Fix resize when it contains references (#29970)
  • #30129: BLD: update scipy-openblas, use -Dpkg_config_path (#30049)
  • #30130: BUG: Avoid compilation error of wrapper file generated with SWIG...
  • #30157: BLD: use scipy-openblas 0.3.30.7 (#30132)
  • #30158: DOC: Remove nonexistent order parameter docs of ma.asanyarray...
  • #30185: BUG: Fix check of PyMem_Calloc return value. (#30176)
  • #30217: DOC: fix links for newly rebuilt numpy-tutorials site
  • #30218: BUG: Fix build on s390x with clang (#30214)
  • #30237: ENH: Make FPE blas check a runtime check for all apple arm systems

v2.3.4 (Oct 15, 2025)

NumPy 2.3.4 Release Notes

The NumPy 2.3.4 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14. This release is based on Python 3.14.0 final.

... (truncated)

Commits
  • c3d60fc Merge pull request #30238 from charris/prepare-2.3.5
  • 11451fa REL: Prepare for the NumPy 2.3.5 release
  • eab5bd4 Merge pull request #30237 from charris/backport-30102
  • 7cea31a Fixup merge of multiarraymodule.c
  • b898173 Update numpy/_core/src/common/blas_utils.h
  • f755483 Report FPE ignoring in matmul in show_runtime()
  • c47116f Move test to Python
  • bd7b93f ooops, needs to be a calloc of course.
  • 83a1517 Guard for HAVE_CBLAS and always compile the helpers
  • ab680ef ENH: Make FPE blas check a runtime check for all arm systems
  • Additional commits viewable in compare view

Updates boto3 from 1.40.37 to 1.42.10

Commits
  • 2b328a1 Merge branch 'release-1.42.10'
  • 3e83ce4 Bumping version to 1.42.10
  • ecb2be4 Add changelog entries from botocore
  • 70183cf Merge branch 'release-1.42.9'
  • cc0a3ca Merge branch 'release-1.42.9' into develop
  • 02ef27f Bumping version to 1.42.9
  • b4821c1 Add changelog entries from botocore
  • 8c12c9d Merge branch 'release-1.42.8'
  • 39f484c Merge branch 'release-1.42.8' into develop
  • 3c5c225 Bumping version to 1.42.8
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 16, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/lisa-sdk/develop/python-dependencies-20d4ca5c4b branch 2 times, most recently from abbf3a3 to 4e5b22e Compare December 23, 2025 09:12
@dependabot dependabot bot force-pushed the dependabot/pip/lisa-sdk/develop/python-dependencies-20d4ca5c4b branch 2 times, most recently from 178f544 to ca8d764 Compare January 12, 2026 21:59
@dependabot dependabot bot force-pushed the dependabot/pip/lisa-sdk/develop/python-dependencies-20d4ca5c4b branch from ca8d764 to 4124f86 Compare January 20, 2026 09:18
Bumps the python-dependencies group in /lisa-sdk with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [langchain-core](https://github.com/langchain-ai/langchain) | `1.1.3` | `1.2.1` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `1.1.1` | `1.1.3` |
| [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `1.0.0` | `1.1.0` |
| [numpy](https://github.com/numpy/numpy) | `2.3.3` | `2.3.5` |
| [boto3](https://github.com/boto/boto3) | `1.40.37` | `1.42.10` |


Updates `langchain-core` from 1.1.3 to 1.2.1
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.1.3...langchain-core==1.2.1)

Updates `langchain-openai` from 1.1.1 to 1.1.3
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==1.1.1...langchain-openai==1.1.3)

Updates `langchain-text-splitters` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-text-splitters==1.0.0...langchain-text-splitters==1.1.0)

Updates `numpy` from 2.3.3 to 2.3.5
- [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.3.5)

Updates `boto3` from 1.40.37 to 1.42.10
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.37...1.42.10)

---
updated-dependencies:
- dependency-name: langchain-core
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: langchain-openai
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: langchain-text-splitters
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: numpy
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-version: 1.42.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/lisa-sdk/develop/python-dependencies-20d4ca5c4b branch from 4124f86 to 93689ec Compare January 27, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants