Skip to content

Commit 54a7c0f

Browse files
vbardassmails
authored andcommitted
update MCP (langchain-ai#23)
1 parent d464f82 commit 54a7c0f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "langchain-mcp-adapters"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
description = "Make Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents."
99
authors = [
1010
{name = "Vadym Barda", email = "[email protected] "}
1111
]
1212
readme = "README.md"
1313
requires-python = ">=3.10"
1414
dependencies = [
15-
"langchain-core>=0.3.36",
16-
"mcp>=1.2.1",
15+
"langchain-core>=0.3.36,<0.4",
16+
"mcp>=1.2.1,<1.4",
1717
]
1818

1919
[dependency-groups]

uv.lock

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

0 commit comments

Comments
 (0)