We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3ab85 commit 3411cb2Copy full SHA for 3411cb2
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
3
-## v0.0.6
+## v0.0.7
4
5
-
pyproject.toml
@@ -1,13 +1,10 @@
[project]
name = "agentle"
-version = "v0.0.6"
+version = "v0.0.7"
description = "..."
readme = "README.md"
6
requires-python = ">=3.13"
7
-dependencies = [
8
- "mcp[cli]>=1.6.0",
9
- "rock-solid-base>=0.0.12",
10
-]
+dependencies = ["mcp[cli]>=1.6.0", "rock-solid-base>=0.0.12"]
11
12
[[project.authors]]
13
name = "Arthur Brenno"
0 commit comments