Skip to content

⬆️(deps): Update langchain-litellm requirement from <0.7.0,>=0.6.6 to >=0.6.6,<0.8.0 in /packages/mewbo_core - #226

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/packages/mewbo_core/langchain-litellm-gte-0.6.6-and-lt-0.8.0
Open

⬆️(deps): Update langchain-litellm requirement from <0.7.0,>=0.6.6 to >=0.6.6,<0.8.0 in /packages/mewbo_core#226
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/packages/mewbo_core/langchain-litellm-gte-0.6.6-and-lt-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from langchain-litellm's releases.

langchain-litellm: v0.7.1

0.7.1 (2026-08-31)

Bug Fixes

Changelog

Sourced from langchain-litellm's changelog.

0.7.1 (2026-08-31)

Bug Fixes

0.7.0 (2026-06-15)

Features

  • langchain-litellm: record package version in model metadata (#192) (1c0dcf3)

0.6.6 (2026-05-21)

Bug Fixes

  • bug when api_key is provided but not passed and is overridden by environment variables (#134) (1b12aeb)
  • populate model_provider in response_metadata and ls_provider in _get_ls_params (#152) (#158) (91004e2)
  • remove global litellm module mutations from _client_params (#132) (#161) (a7ca120)
  • strip thinking/redacted_thinking blocks from messages sent to non-Anthropic providers (#159) (ce809af)

0.6.5 (2026-05-07)

Bug Fixes

  • bump litellm floor to 1.83.14 to clear downstream CVE alerts (a1370a6), closes #141
  • patch 3 security alerts (critical+high severity) in litellm (#137) (b170dcc)

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)

... (truncated)

Commits
  • 50bfbac chore(main): release langchain-litellm 0.7.1 (#246)
  • 060fe0c fix(litellm): bump langchain-core (#245)
  • 3135142 build(deps): bump the python-security group across 1 directory with 2 updates...
  • ef873b2 build(deps): bump the python-deps group across 1 directory with 5 updates (#229)
  • 24b3ec9 build(deps): bump the github-actions group with 5 updates (#227)
  • f2da6d1 build(deps): bump the python-deps group across 1 directory with 7 updates (#221)
  • 1bb5626 build(deps): bump the github-actions group with 3 updates (#219)
  • 775a875 build(deps): bump actions/setup-python from 6.2.0 to 6.3.0 in the github-acti...
  • 8e34817 build(deps): bump the python-deps group with 3 updates (#214)
  • 4679b78 build(deps): bump langgraph-checkpoint from 4.1.0 to 4.1.1 in the python-secu...
  • 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)

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.6...langchain-litellm==0.7.1)

---
updated-dependencies:
- dependency-name: langchain-litellm
  dependency-version: 0.7.1
  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 Sep 7, 2026
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
mewbo-docs-discovery 5275594 Sep 07 2026, 04:09 PM

@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.90%. Comparing base (584816a) to head (5275594).
⚠️ Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
+ Coverage   92.05%   92.90%   +0.85%     
==========================================
  Files          87      133      +46     
  Lines       15110    23608    +8498     
==========================================
+ Hits        13909    21933    +8024     
- Misses       1201     1675     +474     
Components Coverage Δ
core 93.79% <ø> (+0.64%) ⬆️
tools 92.16% <ø> (+0.07%) ⬆️
cli 85.19% <ø> (ø)
api 96.06% <ø> (ø)
ha 94.05% <ø> (+0.17%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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