Skip to content

Commit 56165a9

Browse files
authored
Merge pull request #44 from aurelio-labs/james/add-pytyped
feat: add pytyped and update release notes
2 parents ae76fff + 98d218b commit 56165a9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/user-guide/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
See below for all notable changes to the GraphAI library.
22

3-
## [0.0.9] - TBD
3+
## [0.0.9] - 2025-09-05
44

55
### Added
66
- Enhanced `FunctionSchema.from_pydantic()` method with full Pydantic v2 support
@@ -19,6 +19,10 @@ See below for all notable changes to the GraphAI library.
1919
- Stricter validation of node connections and dependencies
2020
- Better error messages for graph construction issues
2121
- Cycle detection with clear `GraphCompileError` reporting
22+
- New `execute_many()` method for concurrent graph execution
23+
- Execute the graph on multiple inputs concurrently
24+
- Configurable concurrency level to control parallel execution
25+
- Preserves input order in results for predictable output
2226

2327
### Changed
2428
- Graph compilation now validates execution order at compile time

py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphai-lib"
3-
version = "0.0.9rc3"
3+
version = "0.0.9"
44
description = "Not an AI framework"
55
readme = "README.md"
66
requires-python = ">=3.10,<3.14"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)