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.27
2+ current_version = 2.13.28
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.27 \
59+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow genius-agent>=2.13.28 \
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.27 *
23+ * Version: 2.13.28 *
2424
2525Deploy agents to solve problems using Autogen
2626
Original file line number Diff line number Diff line change 1111 load_identity ,
1212)
1313
14- __version__ = "2.13.27 "
14+ __version__ = "2.13.28 "
1515
1616logging .basicConfig (
1717 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.27 "
7+ version = " 2.13.28 "
88description = " GeniusAgent Search Engine MCP Server for Agentic AI!"
99readme = " README.md"
1010authors = [{ name = " Audel Rouhi" , email = " knucklessg1@gmail.com" }]
@@ -18,7 +18,7 @@ classifiers = [
1818requires-python = " >=3.10"
1919dependencies = [
2020 " universal-skills[web-crawler,web-search]" ,
21- " agent-utilities[agent,logfire]>=0.2.13 " ]
21+ " agent-utilities[agent,logfire]>=0.2.14 " ]
2222
2323[project .scripts ]
2424genius-agent = " genius_agent.agent:agent_server"
You can’t perform that action at this time.
0 commit comments