Skip to content

Commit 62429cc

Browse files
committed
Release v0.0.14
1 parent 195e9ba commit 62429cc

File tree

2 files changed

+4
-23
lines changed

2 files changed

+4
-23
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.13
3+
## v0.0.14
44

55
-

pyproject.toml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[project]
22
name = "agentle"
3-
version = "v0.0.13"
3+
version = "v0.0.14"
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.12",
10-
]
7+
dependencies = ["mcp[cli]>=1.6.0", "rock-solid-base>=0.0.12"]
118

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

2623
[dependency-groups]
27-
dev = [
28-
"cerebras-cloud-sdk>=1.29.0",
29-
"furo>=2024.8.6",
30-
"google-genai>=1.11.0",
31-
"ipykernel>=6.29.5",
32-
"langfuse>=2.60.3",
33-
"mypy>=1.15.0",
34-
"openai>=1.75.0",
35-
"openai-agents>=0.0.11",
36-
"pandas>=2.2.3",
37-
"pillow>=11.2.1",
38-
"pydantic>=2.11.3",
39-
"pydantic-ai>=0.1.3",
40-
"python-dotenv>=1.1.0",
41-
"r2r>=3.5.14",
42-
"sphinx>=8.2.3",
43-
]
24+
dev = ["cerebras-cloud-sdk>=1.29.0", "furo>=2024.8.6", "google-genai>=1.11.0", "ipykernel>=6.29.5", "langfuse>=2.60.3", "mypy>=1.15.0", "openai>=1.75.0", "openai-agents>=0.0.11", "pandas>=2.2.3", "pillow>=11.2.1", "pydantic>=2.11.3", "pydantic-ai>=0.1.3", "python-dotenv>=1.1.0", "r2r>=3.5.14", "sphinx>=8.2.3"]

0 commit comments

Comments
 (0)