diff options
Diffstat (limited to 'servers/gitlab_python/pyproject.toml')
| -rw-r--r-- | servers/gitlab_python/pyproject.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/servers/gitlab_python/pyproject.toml b/servers/gitlab_python/pyproject.toml index 30ad43d..1b7bd1d 100644 --- a/servers/gitlab_python/pyproject.toml +++ b/servers/gitlab_python/pyproject.toml @@ -11,8 +11,9 @@ authors = [ dependencies = [ "mcp>=1.6.0", "pydantic>=2.11.0", - "python-gitlab>=4.4.0", - "PyYAML>=6.0.0" + "python-gitlab>=6.1.0", + "PyYAML>=6.0.0", + "GitPython>=3.1.43", ] [tool.uv] |
