Skip to content

Commit bd9af93

Browse files
chore(deps): bump mcp[cli] from 1.13.1 to 1.15.0 (#110)
* chore(deps): bump mcp[cli] from 1.13.1 to 1.14.1 Bumps [mcp[cli]](https://github.com/modelcontextprotocol/python-sdk) from 1.13.1 to 1.14.1. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v1.13.1...v1.14.1) --- updated-dependencies: - dependency-name: mcp[cli] dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: ci workflow trigger * chore: application minor version bump Update mcp sdk to 1.15.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <[email protected]>
1 parent eaa1581 commit bd9af93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{ name = "saidsef" }
99
]
1010
dependencies = [
11-
"mcp[cli]==1.13.1",
11+
"mcp[cli]==1.15.0",
1212
"requests==2.32.5",
1313
"uv==0.8.22",
1414
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-i https://pypi.org/simple
2-
mcp[cli]==1.13.1
2+
mcp[cli]==1.15.0
33
requests==2.32.5
44
uv==0.8.22

0 commit comments

Comments
 (0)