Skip to content

Commit 86f7654

Browse files
committed
Release v0.9.4
1 parent 8dc2ebc commit 86f7654

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

pyproject.toml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
11
[project]
22
name = "agentle"
3-
version = "v0.9.3"
3+
version = "v0.9.4"
44
description = "..."
55
readme = "README.md"
66
requires-python = ">=3.13"
7-
dependencies = [
8-
"aiocache>=0.12.3",
9-
"aiohttp>=3.11.18",
10-
"aiosqlite>=0.21.0",
11-
"async-lru>=2.0.5",
12-
"dill>=0.4.0",
13-
"duckdb>=1.3.2",
14-
"google-genai>=1.14.0",
15-
"html-to-markdown>=2.3.4",
16-
"langfuse>=3.8.1",
17-
"markitdown>=0.1.3",
18-
"mcp[cli]>=1.6.0",
19-
"orjson>=3.11.3",
20-
"pydantic>=2.11.3",
21-
"pypdf2>=3.0.1",
22-
"pyyaml>=6.0.2",
23-
"rock-solid-base>=0.1.14",
24-
"ujson>=5.10.0",
25-
]
7+
dependencies = ["aiocache>=0.12.3", "aiohttp>=3.11.18", "aiosqlite>=0.21.0", "async-lru>=2.0.5", "dill>=0.4.0", "duckdb>=1.3.2", "google-genai>=1.14.0", "html-to-markdown>=2.3.4", "langfuse>=3.8.1", "markitdown>=0.1.3", "mcp[cli]>=1.6.0", "orjson>=3.11.3", "pydantic>=2.11.3", "pypdf2>=3.0.1", "pyyaml>=6.0.2", "rock-solid-base>=0.1.14", "ujson>=5.10.0"]
268

279
[[project.authors]]
2810
name = "Arthur Brenno"

0 commit comments

Comments
 (0)