Skip to content

Commit 12accdb

Browse files
chore: release parsimony-agents 0.0.2 (#59)
Bump version and raise parsimony-core/fred/fmp floors to >=0.0.2 so the agents wheel installs a coherent stack with the matching core and connector releases. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 024be8e commit 12accdb

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

77
## [Unreleased]
88

9+
## [0.0.2] - 2026-07-30
10+
911
### Changed
1012

1113
- **Adapted to `parsimony-core`'s `Result.raw` / `Result.entities` / `Result.data` split**

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "parsimony-agents"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "AI agent framework for data analysis — write and execute Python code to answer questions about data"
55
authors = [{ name = "Ockham.sh", email = "team@ockham.sh" }]
66
license = "Apache-2.0"
@@ -21,7 +21,7 @@ classifiers = [
2121
"Typing :: Typed",
2222
]
2323
dependencies = [
24-
"parsimony-core>=0.0.1",
24+
"parsimony-core>=0.0.2",
2525
"pydantic>=2.11.1,<3",
2626
"pandas>=2.3.3,<3",
2727
"numpy>=1.24.0,<3",
@@ -46,8 +46,8 @@ documents = [
4646
"python-pptx>=1.0.0,<2",
4747
]
4848
examples = [
49-
"parsimony-fred>=0.0.1",
50-
"parsimony-fmp>=0.0.1",
49+
"parsimony-fred>=0.0.2",
50+
"parsimony-fmp>=0.0.2",
5151
"python-dotenv>=1.2.2",
5252
]
5353
all = ["parsimony-agents[sql,display,documents]"]

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)