File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.13.21
2+ current_version = 2.13.22
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN apt update \
5656 && apt upgrade -y \
5757 && apt install -y ripgrep tree fd-find curl build-essential libxml2-dev libxslt1-dev python3-dev \
5858 && curl -LsSf https://astral.sh/uv/install.sh | sh \
59- && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow genius-agent>=2.13.21 \
59+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow genius-agent>=2.13.22 \
6060 && crawl4ai-setup
6161
6262CMD ["genius-agent" ]
Original file line number Diff line number Diff line change 2020![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/genius-agent )
2121![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/genius-agent )
2222
23- * Version: 2.13.21 *
23+ * Version: 2.13.22 *
2424
2525Deploy agents to solve problems using Autogen
2626
Original file line number Diff line number Diff line change 1212from agent_utilities .agent_utilities import create_agent_parser , get_mcp_config_path
1313from agent_utilities .base_utilities import to_integer , to_boolean
1414
15- __version__ = "2.13.21 "
15+ __version__ = "2.13.22 "
1616
1717logging .basicConfig (
1818 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 = " genius-agent"
7- version = " 2.13.21 "
7+ version = " 2.13.22 "
88description = " GeniusAgent Search Engine MCP Server for Agentic AI!"
99readme = " README.md"
1010authors = [{ name = " Audel Rouhi" , email = " knucklessg1@gmail.com" }]
@@ -19,7 +19,7 @@ classifiers = [
1919requires-python = " >=3.10"
2020dependencies = [
2121 " universal-skills[web-crawler,web-search]" ,
22- " agent-utilities[agent,logfire]>=0.2.7 " ,
22+ " agent-utilities[agent,logfire]>=0.2.8 " ,
2323]
2424
2525[project .scripts ]
You can’t perform that action at this time.
0 commit comments