Skip to content

⬆️(deps): Update langchain-litellm requirement from <0.7.0,>=0.4.0 to >=0.6.4,<0.7.0 in /packages/meeseeks_core#121

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/packages/meeseeks_core/langchain-litellm-gte-0.6.4-and-lt-0.7.0
Open

⬆️(deps): Update langchain-litellm requirement from <0.7.0,>=0.4.0 to >=0.6.4,<0.7.0 in /packages/meeseeks_core#121
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/packages/meeseeks_core/langchain-litellm-gte-0.6.4-and-lt-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on langchain-litellm to permit the latest version.

Release notes

Sourced from langchain-litellm's releases.

langchain-litellm: v0.6.4

0.6.4 (2026-04-03)

Bug Fixes

  • downgrade tool_choice to auto when thinking is enabled on Claude (#126) (8912d08)
  • extract reasoning tokens and handle pydantic usage in metadata (#121) (ae18705)
  • filter tool_use content blocks from AI message dicts (#125) (06c893d)
  • populate model_name in response_metadata for streaming and router paths (#124) (df1216c)
  • test (f066e3d)
Changelog

Sourced from langchain-litellm's changelog.

0.6.4 (2026-04-03)

Bug Fixes

  • downgrade tool_choice to auto when thinking is enabled on Claude (#126) (8912d08)
  • extract reasoning tokens and handle pydantic usage in metadata (#121) (ae18705)
  • filter tool_use content blocks from AI message dicts (#125) (06c893d)
  • populate model_name in response_metadata for streaming and router paths (#124) (df1216c)
  • test (f066e3d)

0.6.3 (2026-04-01)

Bug Fixes

  • set usage_metadata on AIMessage in _create_chat_result (#102) (75766a0)

0.6.2 (2026-03-24)

Bug Fixes

  • exclude compromised litellm versions from deps (#103) (701e152)

0.6.1 (2026-03-01)

Bug Fixes

  • clean up build artifacts to unblock PyPI publication (#95) (02e7456)

0.6.0 (2026-03-01)

Features

  • add LiteLLMEmbeddings and LiteLLMEmbeddingsRouter (#88) (2bace91)
Commits
  • 28851fc fix: bump pyproject.toml to 0.6.4 and harden release pipeline (#127)
  • 0685d2a release(litellm): 0.6.4 (#113)
  • 8912d08 fix: downgrade tool_choice to auto when thinking is enabled on Claude (#126)
  • 6cb409d build(deps): bump aiohttp from 3.13.3 to 3.13.4 in the uv group across 1 dire...
  • 06c893d fix: filter tool_use content blocks from AI message dicts (#125)
  • df1216c fix: populate model_name in response_metadata for streaming and router pa...
  • e2515bd chore: fix integration tests (#123)
  • 6177e47 chore: rename tests (#122)
  • ae18705 fix: extract reasoning tokens and handle pydantic usage in metadata (#121)
  • 085737a chore: format (#120)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

Updates the requirements on [langchain-litellm](https://github.com/langchain-ai/langchain-litellm) to permit the latest version.
- [Release notes](https://github.com/langchain-ai/langchain-litellm/releases)
- [Changelog](https://github.com/langchain-ai/langchain-litellm/blob/main/CHANGELOG.md)
- [Commits](langchain-ai/langchain-litellm@langchain-litellm==0.6.2...langchain-litellm==0.6.4)

---
updated-dependencies:
- dependency-name: langchain-litellm
  dependency-version: 0.6.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

"langchain-core>=1.2.8,<2.0.0",
"langchain-community>=0.4.1,<0.5.0",
"langchain-litellm>=0.4.0,<0.7.0",
"langchain-litellm>=0.6.4,<0.7.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 uv.lock not updated: locked version 0.4.0 violates new >=0.6.4 constraint

The pyproject.toml now requires langchain-litellm>=0.6.4,<0.7.0, but uv.lock was not regenerated. The lock file still records the old specifier >=0.4.0,<0.7.0 at uv.lock:1983 and pins version 0.4.0 at uv.lock:1479, which does not satisfy the new >=0.6.4 lower bound. Running uv sync will detect the mismatch and need to re-resolve, meaning the committed lock file is stale and doesn't reflect the intended dependency change.

Prompt for agents
The uv.lock file needs to be regenerated to match the updated pyproject.toml constraint. Run `uv lock` (or `uv sync`) from the repo root to update the lock file so that langchain-litellm resolves to a version >= 0.6.4. The current lock file at uv.lock:1479 pins version 0.4.0 and at uv.lock:1983 records the old specifier >=0.4.0,<0.7.0, both of which are now stale.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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