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
2 changes: 1 addition & 1 deletion sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Rust",
]
dependencies = ["agent-hooks-sdk==0.1.0a3"]
dependencies = ["agent-hooks-sdk==0.1.0a4"]

[project.urls]
Repository = "https://github.com/responsibleai/agent-control-spec"
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
agent-hooks-sdk==0.1.0a3
agent-hooks-sdk==0.1.0a4

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a new version agent-hooks-sdk 0.1.0a5 now

maturin==1.14.1
pytest
ruff