mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 01:54:10 +02:00
Update gitpython library for git mcp server (#2948)
* bump: gitpython dependency from 3.1.43 to 3.1.45 * test: use default branch name instead of hardcoding 'master' * fix: handle d.diff as string in GitPython 3.1.45+
This commit is contained in:
committed by
GitHub
parent
7fe5a635a1
commit
99813ce5c9
@@ -17,7 +17,7 @@ classifiers = [
|
||||
]
|
||||
dependencies = [
|
||||
"click>=8.1.7",
|
||||
"gitpython>=3.1.43",
|
||||
"gitpython>=3.1.45",
|
||||
"mcp>=1.0.0",
|
||||
"pydantic>=2.0.0",
|
||||
]
|
||||
@@ -29,8 +29,8 @@ mcp-server-git = "mcp_server_git:main"
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3", "pytest>=8.0.0"]
|
||||
[dependency-groups]
|
||||
dev = ["pyright>=1.1.407", "ruff>=0.7.3", "pytest>=8.0.0"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user