Skip to content

Commit d5914fd

Browse files
committed
Release v0.1.0
1 parent 37716ea commit d5914fd

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## v0.0.21
3+
## v0.1.0
44

55
-

pyproject.toml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[project]
22
name = "agentle"
3-
version = "v0.0.21"
3+
version = "v0.1.0"
44
description = "..."
55
readme = "README.md"
66
requires-python = ">=3.13"
7-
dependencies = [
8-
"mcp[cli]>=1.6.0",
9-
"rock-solid-base>=0.0.28",
10-
]
7+
dependencies = ["mcp[cli]>=1.6.0", "rock-solid-base>=0.0.28"]
118

129
[[project.authors]]
1310
name = "Arthur Brenno"
@@ -24,35 +21,4 @@ packages = ["agentle"]
2421
packages = ["agentle"]
2522

2623
[dependency-groups]
27-
dev = [
28-
"aiocache>=0.12.3",
29-
"aiofiles>=24.1.0",
30-
"aiohttp>=3.11.18",
31-
"blacksheep>=2.2.0",
32-
"cerebras-cloud-sdk>=1.29.0",
33-
"furo>=2024.8.6",
34-
"google-genai>=1.11.0",
35-
"ipykernel>=6.29.5",
36-
"langfuse>=2.60.3",
37-
"markdownify>=1.1.0",
38-
"mypy>=1.15.0",
39-
"openai>=1.75.0",
40-
"openai-agents>=0.0.11",
41-
"openpyxl>=3.1.5",
42-
"pandas>=2.2.3",
43-
"pillow>=11.2.1",
44-
"playwright>=1.52.0",
45-
"pydantic>=2.11.3",
46-
"pydantic-ai>=0.1.3",
47-
"pymupdf>=1.25.5",
48-
"pypdf>=5.4.0",
49-
"pytest>=8.3.5",
50-
"python-docx>=1.1.2",
51-
"python-dotenv>=1.1.0",
52-
"python-pptx>=1.0.2",
53-
"r2r>=3.5.14",
54-
"rarfile>=4.2",
55-
"sphinx>=8.2.3",
56-
"streamlit>=1.45.0",
57-
"uvicorn>=0.34.1",
58-
]
24+
dev = ["aiocache>=0.12.3", "aiofiles>=24.1.0", "aiohttp>=3.11.18", "blacksheep>=2.2.0", "cerebras-cloud-sdk>=1.29.0", "furo>=2024.8.6", "google-genai>=1.11.0", "ipykernel>=6.29.5", "langfuse>=2.60.3", "markdownify>=1.1.0", "mypy>=1.15.0", "openai>=1.75.0", "openai-agents>=0.0.11", "openpyxl>=3.1.5", "pandas>=2.2.3", "pillow>=11.2.1", "playwright>=1.52.0", "pydantic>=2.11.3", "pydantic-ai>=0.1.3", "pymupdf>=1.25.5", "pypdf>=5.4.0", "pytest>=8.3.5", "python-docx>=1.1.2", "python-dotenv>=1.1.0", "python-pptx>=1.0.2", "r2r>=3.5.14", "rarfile>=4.2", "sphinx>=8.2.3", "streamlit>=1.45.0", "uvicorn>=0.34.1"]

0 commit comments

Comments
 (0)