Skip to content

Commit 69fdc37

Browse files
authored
pin MCP version, release 0.0.4 (#19)
1 parent 27b46bd commit 69fdc37

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 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)