Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/user-guide/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
See below for all notable changes to the GraphAI library.

## [0.0.9] - TBD
## [0.0.9] - 2025-09-05

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

### Changed
- Graph compilation now validates execution order at compile time
Expand Down
Empty file added py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphai-lib"
version = "0.0.9rc3"
version = "0.0.9"
description = "Not an AI framework"
readme = "README.md"
requires-python = ">=3.10,<3.14"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading