File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 25.13.2
2+ current_version = 25.13.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ ENV EUNOMIA_TYPE=${EUNOMIA_TYPE}
4646ENV EUNOMIA_POLICY_FILE=${EUNOMIA_POLICY_FILE}
4747ENV EUNOMIA_REMOTE_URL=${EUNOMIA_REMOTE_URL}
4848ENV PATH="/usr/local/bin:${PATH}"
49+ ENV UV_HTTP_TIMEOUT=600
4950
5051RUN pip install uv \
51- && uv pip install --system --upgrade gitlab-api[all]>=25.13.2
52+ && uv pip install --system --upgrade gitlab-api[all]>=25.13.3
5253
5354ENTRYPOINT exec gitlab-mcp \
5455 --transport "${TRANSPORT}" \
Original file line number Diff line number Diff line change 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.2 *
23+ * Version: 25.13.3 *
2424
2525Pythonic GitLab API Library and MCP Server for Agentic AI! Get started with Pip or Docker
2626
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gitlab-api"
7- version = " 25.13.2 "
7+ version = " 25.13.3 "
88description = " GitLab API Python Wrapper"
99readme = " README.md"
1010authors = [{
name =
" Audel Rouhi" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments