Skip to content

Commit 676cc00

Browse files
cosminachoclaude
andcommitted
Pin langchain-litellm to exact version ==0.6.4
Follows the same reasoning as litellm itself — pin to guard against breaking changes in the litellm wrapper package. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c5f36dc commit 676cc00

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/uipath_langchain_client/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to `uipath_langchain_client` will be documented in this file
66

77
### Changed
88
- Added upper-bound version constraints (`<next_major`) to all dependencies to prevent unexpected breaking changes from major-version upgrades.
9-
- `langchain-litellm` upper-bounded at `<1.0.0`.
9+
- `langchain-litellm` is pinned to an exact version (`==0.6.4`) alongside `litellm`.
1010
- Minimum `uipath-llm-client` bumped to 1.9.8 to match the core dependency-constraints release.
1111

1212
## [1.9.7] - 2026-04-22

packages/uipath_langchain_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fireworks = [
3333
"langchain-fireworks>=1.1.0,<2.0.0",
3434
]
3535
litellm = [
36-
"langchain-litellm>=0.6.4,<1.0.0",
36+
"langchain-litellm==0.6.4",
3737
]
3838
all = [
3939
"uipath-langchain-client[openai,bedrock,google,anthropic,azure,vertexai,fireworks,litellm]"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)