File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.3.29
2+ current_version = 1.3.30
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ ENV HOST=${HOST} \
5454RUN apt-get update \
5555 && apt-get install -y ripgrep tree fd-find curl nano \
5656 && curl -LsSf https://astral.sh/uv/install.sh | sh \
57- && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow ansible-tower-mcp[all]>=1.3.29
57+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow ansible-tower-mcp[all]>=1.3.30
5858
5959CMD ["ansible-tower-mcp" ]
Original file line number Diff line number Diff line change 2222![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/ansible-tower-mcp )
2323![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/ansible-tower-mcp )
2424
25- * Version: 1.3.29 *
25+ * Version: 1.3.30 *
2626
2727## Overview
2828
Original file line number Diff line number Diff line change 1111 load_identity ,
1212)
1313
14- __version__ = "1.3.29 "
14+ __version__ = "1.3.30 "
1515
1616logging .basicConfig (
1717 level = logging .INFO ,
Original file line number Diff line number Diff line change 88import re
99import urllib3
1010
11- __version__ = "1.3.29 "
11+ __version__ = "1.3.30 "
1212
1313
1414class Api :
Original file line number Diff line number Diff line change 2525 config ,
2626)
2727
28- __version__ = "1.3.29 "
28+ __version__ = "1.3.30 "
2929
3030logger = get_logger (name = "TokenMiddleware" )
3131logger .setLevel (logging .DEBUG )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ansible-tower-mcp"
7- version = " 1.3.29 "
7+ version = " 1.3.30 "
88description = " Ansible Tower MCP Server for Agentic AI!"
99readme = " README.md"
1010authors = [{ name = " Audel Rouhi" , email = " knucklessg1@gmail.com" }]
@@ -17,17 +17,17 @@ classifiers = [
1717 " Programming Language :: Python :: 3" ]
1818requires-python = " >=3.10"
1919dependencies = [
20- " agent-utilities>=0.2.16 " ]
20+ " agent-utilities>=0.2.17 " ]
2121
2222[project .optional-dependencies ]
2323mcp = [
24- " agent-utilities[mcp]>=0.2.16 " ]
24+ " agent-utilities[mcp]>=0.2.17 " ]
2525
2626agent = [
27- " agent-utilities[agent,logfire]>=0.2.16 " ]
27+ " agent-utilities[agent,logfire]>=0.2.17 " ]
2828
2929all = [
30- " agent-utilities[mcp,agent,logfire]>=0.2.16 " ]
30+ " agent-utilities[mcp,agent,logfire]>=0.2.17 " ]
3131
3232[project .scripts ]
3333ansible-tower-mcp = " ansible_tower_mcp.mcp:mcp_server"
You can’t perform that action at this time.
0 commit comments