File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.8
2+ current_version = 0.2.9
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ ENV HOST=${HOST} \
4545 EUNOMIA_TYPE=${EUNOMIA_TYPE} \
4646 EUNOMIA_POLICY_FILE=${EUNOMIA_POLICY_FILE} \
4747 EUNOMIA_REMOTE_URL=${EUNOMIA_REMOTE_URL} \
48+ PYTHONUNBUFFERED=1 \
4849 PATH="/root/.local/bin:/usr/local/bin:${PATH}" \
4950 UV_HTTP_TIMEOUT=3600 \
5051 UV_SYSTEM_PYTHON=1 \
@@ -53,6 +54,6 @@ ENV HOST=${HOST} \
5354RUN apt-get update \
5455 && apt-get install -y curl nano \
5556 && curl -LsSf https://astral.sh/uv/install.sh | sh \
56- && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.8
57+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.9
5758
5859CMD ["gitlab-mcp" ]
Original file line number Diff line number Diff line change 2121![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/github-agent )
2222![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/github-agent )
2323
24- * Version: 0.2.8 *
24+ * Version: 0.2.9 *
2525
2626## Overview
2727
Original file line number Diff line number Diff line change 3939from pydantic_ai .ui import SSE_CONTENT_TYPE
4040from pydantic_ai .ui .ag_ui import AGUIAdapter
4141
42- __version__ = "0.2.8 "
42+ __version__ = "0.2.9 "
4343
4444logging .basicConfig (
4545 level = logging .INFO ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " github-agent"
7- version = " 0.2.8 "
7+ version = " 0.2.9 "
88readme = " README.md"
99description = " GitHub Agent for MCP"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments