Skip to content

Commit

Permalink
bump skillpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarker committed Oct 3, 2024
1 parent 2359c30 commit 9f4b216
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 54 deletions.
97 changes: 46 additions & 51 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taskara"
version = "0.1.153"
version = "0.1.154"
description = "Task management for AI agents"
authors = ["Patrick Barker <patrickbarkerco@gmail.com>"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ tabulate = {version = "^0.9.0", optional = true}
shortuuid = "^1.0.13"
tqdm = "^4.66.4"
cryptography = "^43.0.1"
skillpacks = "^0.1.64"
skillpacks = "^0.1.65"

[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"
Expand Down
1 change: 0 additions & 1 deletion tests/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def test_process_tracker_runtime():
public=True,
),
response=RoleMessage(
id="123",
role="assistant",
text="This is a test response",
images=[],
Expand Down

0 comments on commit 9f4b216

Please sign in to comment.