Skip to content

Commit eeb0cc9

Browse files
committed
Bump version: 25.13.1 → 25.13.2
1 parent 2067b99 commit eeb0cc9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 25.13.1
2+
current_version = 25.13.2
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ENV EUNOMIA_REMOTE_URL=${EUNOMIA_REMOTE_URL}
4848
ENV PATH="/usr/local/bin:${PATH}"
4949

5050
RUN pip install uv \
51-
&& uv pip install --system --upgrade gitlab-api[all]>=25.13.1
51+
&& uv pip install --system --upgrade gitlab-api[all]>=25.13.2
5252

5353
ENTRYPOINT exec gitlab-mcp \
5454
--transport "${TRANSPORT}" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
2121
![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
2222

23-
*Version: 25.13.1*
23+
*Version: 25.13.2*
2424

2525
Pythonic GitLab API Library and MCP Server for Agentic AI! Get started with Pip or Docker
2626

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitlab-api"
7-
version = "25.13.1"
7+
version = "25.13.2"
88
description = "GitLab API Python Wrapper"
99
readme = "README.md"
1010
authors = [{ name = "Audel Rouhi", email = "[email protected]" }]
@@ -21,7 +21,7 @@ dependencies = [
2121
"requests>=2.8.1",
2222
"urllib3>=2.2.2",
2323
"pydantic[email]>=2.8.2",
24-
"fastmcp>=2.12.4",
24+
"fastmcp>=2.13.0.2",
2525
"gql>=4.0.0",
2626
]
2727
[project.optional-dependencies]

0 commit comments

Comments
 (0)