Skip to content

Commit 5dac0f2

Browse files
committed
Release v0.9.3
1 parent 184707e commit 5dac0f2

File tree

1 file changed

+3
-91
lines changed

1 file changed

+3
-91
lines changed

pyproject.toml

Lines changed: 3 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
11
[project]
22
name = "agentle"
3-
version = "v0.9.2"
3+
version = "v0.9.3"
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-
"markitdown>=0.1.3",
17-
"mcp[cli]>=1.6.0",
18-
"orjson>=3.11.3",
19-
"pydantic>=2.11.3",
20-
"pypdf2>=3.0.1",
21-
"pyyaml>=6.0.2",
22-
"rock-solid-base>=0.1.14",
23-
"ujson>=5.10.0",
24-
]
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", "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"]
258

269
[[project.authors]]
2710
name = "Arthur Brenno"
@@ -43,78 +26,7 @@ asyncio_default_fixture_loop_scope = "session"
4326

4427
[dependency-groups]
4528
cache = ["aiocache>=0.12.3"]
46-
dev = [
47-
"aioboto3>=7.0.0",
48-
"aiocache>=0.12.3",
49-
"aiofiles>=24.1.0",
50-
"aiohttp>=3.11.18",
51-
"aiomysql>=0.2.0",
52-
"aioodbc>=0.5.0",
53-
"aiopg>=1.4.0",
54-
"aiosqlite>=0.21.0",
55-
"asyncmy>=0.2.10",
56-
"asyncpg>=0.30.0",
57-
"blacksheep>=2.2.0",
58-
"boto3>=1.37.37",
59-
"cassandra-driver>=3.29.2",
60-
"cerebras-cloud-sdk>=1.29.0",
61-
"couchbase>=4.3.5",
62-
"datamodel-code-generator>=0.35.0",
63-
"duckdb>=1.3.2",
64-
"duckduckgo-search>=8.0.4",
65-
"furo>=2024.8.6",
66-
"gemini-srt-translator>=1.8.5",
67-
"google-cloud-firestore>=2.21.0",
68-
"google-genai>=1.11.0",
69-
"groq>=0.22.0",
70-
"influxdb-client>=1.48.0",
71-
"ipykernel>=6.29.5",
72-
"jsonpickle>=4.1.1",
73-
"langfuse>=2.60.3",
74-
"mariadb>=1.1.12",
75-
"markdownify>=1.1.0",
76-
"motor>=3.7.0",
77-
"mypy>=1.15.0",
78-
"mypy-boto3-bedrock-runtime>=1.38.4",
79-
"mysql-connector-python>=9.3.0",
80-
"ollama>=0.5.1",
81-
"openai>=1.77.0",
82-
"openai-agents>=0.0.11",
83-
"openpyxl>=3.1.5",
84-
"oracledb>=3.1.0",
85-
"pandas>=2.2.3",
86-
"pikepdf>=9.7.0",
87-
"pillow>=10.1.0,<11.0.0",
88-
"playwright>=1.52.0",
89-
"psycopg>=3.2.7",
90-
"pydantic>=2.11.3",
91-
"pyinstrument>=5.0.1",
92-
"pymongo>=4.12.1",
93-
"pymssql>=2.3.4",
94-
"pymupdf>=1.25.5",
95-
"pyodbc>=5.2.0",
96-
"pypdf>=5.4.0",
97-
"pyright>=1.1.406",
98-
"pytest>=8.3.5",
99-
"pytest-asyncio>=0.23.8",
100-
"python-docx>=1.1.2",
101-
"python-dotenv>=1.1.0",
102-
"python-magic>=0.4.27",
103-
"python-pptx>=1.0.2",
104-
"qdrant-client>=1.15.0",
105-
"r2r>=3.5.14",
106-
"rarfile>=4.2",
107-
"redis>=6.0.0",
108-
"reportlab>=4.4.1",
109-
"rethinkdb>=2.4.10.post1",
110-
"soundfile>=0.13.1",
111-
"sphinx>=8.2.3",
112-
"streamlit>=1.45.0",
113-
"striprtf>=0.0.29",
114-
"svg-path>=6.3",
115-
"uvicorn>=0.34.1",
116-
"weasyprint>=65.1",
117-
]
29+
dev = ["aioboto3>=7.0.0", "aiocache>=0.12.3", "aiofiles>=24.1.0", "aiohttp>=3.11.18", "aiomysql>=0.2.0", "aioodbc>=0.5.0", "aiopg>=1.4.0", "aiosqlite>=0.21.0", "asyncmy>=0.2.10", "asyncpg>=0.30.0", "blacksheep>=2.2.0", "boto3>=1.37.37", "cassandra-driver>=3.29.2", "cerebras-cloud-sdk>=1.29.0", "couchbase>=4.3.5", "datamodel-code-generator>=0.35.0", "duckdb>=1.3.2", "duckduckgo-search>=8.0.4", "furo>=2024.8.6", "gemini-srt-translator>=1.8.5", "google-cloud-firestore>=2.21.0", "google-genai>=1.11.0", "groq>=0.22.0", "influxdb-client>=1.48.0", "ipykernel>=6.29.5", "jsonpickle>=4.1.1", "langfuse>=2.60.3", "mariadb>=1.1.12", "markdownify>=1.1.0", "motor>=3.7.0", "mypy>=1.15.0", "mypy-boto3-bedrock-runtime>=1.38.4", "mysql-connector-python>=9.3.0", "ollama>=0.5.1", "openai>=1.77.0", "openai-agents>=0.0.11", "openpyxl>=3.1.5", "oracledb>=3.1.0", "pandas>=2.2.3", "pikepdf>=9.7.0", "pillow>=10.1.0,<11.0.0", "playwright>=1.52.0", "psycopg>=3.2.7", "pydantic>=2.11.3", "pyinstrument>=5.0.1", "pymongo>=4.12.1", "pymssql>=2.3.4", "pymupdf>=1.25.5", "pyodbc>=5.2.0", "pypdf>=5.4.0", "pyright>=1.1.406", "pytest>=8.3.5", "pytest-asyncio>=0.23.8", "python-docx>=1.1.2", "python-dotenv>=1.1.0", "python-magic>=0.4.27", "python-pptx>=1.0.2", "qdrant-client>=1.15.0", "r2r>=3.5.14", "rarfile>=4.2", "redis>=6.0.0", "reportlab>=4.4.1", "rethinkdb>=2.4.10.post1", "soundfile>=0.13.1", "sphinx>=8.2.3", "streamlit>=1.45.0", "striprtf>=0.0.29", "svg-path>=6.3", "uvicorn>=0.34.1", "weasyprint>=65.1"]
11830
dev-db-rel = ["aiomysql>=0.2.0", "aioodbc>=0.5.0", "aiopg>=1.4.0", "aiosqlite>=0.21.0", "asyncmy>=0.2.10", "asyncpg>=0.30.0", "cx-oracle>=8.3.0", "ibm-db>=3.2.6", "mariadb>=1.1.12", "mysql-connector-python>=9.3.0", "oracledb>=3.1.0", "psycopg>=3.2.7", "psycopg2-binary>=2.9.10", "pymssql>=2.3.4", "pymysql>=1.1.1", "pyodbc>=5.2.0"]
11931
dev-rb-nosql = ["aiocouch>=3.0.1", "aioinflux>=0.9.0", "aiomcache>=0.8.2", "aioredis>=2.0.1", "cassandra-driver>=3.29.2", "couchbase>=4.3.5", "influxdb-client>=1.48.0", "motor>=3.7.0", "pylibmc>=1.6.3", "pymongo>=4.12.1", "python-memcached>=1.62", "redis>=6.0.0", "rethinkdb>=2.4.10.post1"]
12032
google = ["google-genai>=1.11.0"]

0 commit comments

Comments
 (0)