Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Fix version mismatch - #21

Merged
Pederzh merged 1 commit into
mainfrom
chore/update-langchain-core
Aug 18, 2025
Merged

Fix version mismatch#21
Pederzh merged 1 commit into
mainfrom
chore/update-langchain-core

Conversation

@Pederzh

@Pederzh Pederzh commented Aug 18, 2025

Copy link
Copy Markdown
Contributor

Description

Fix the issue when running examples.

Problem

The mcp-use package has @langchain/core@0.3.58 as a dependency
The any other project is pulling in @langchain/core@0.3.71 through its other dependencies (@langchain/openai, langfuse-langchain)
This creates type incompatibilities between the same interfaces from different versions.

Resolves #18

@Pederzh
Pederzh merged commit 7330763 into main Aug 18, 2025
1 check passed
@Pederzh
Pederzh deleted the chore/update-langchain-core branch August 18, 2025 01:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example code doesnt work

1 participant