Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahau-square committed Oct 2, 2024
1 parent b478fc2 commit 16a113f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies = [
"ai-exchange>=0.9.3",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
"goose-plugins-block",
]
author = [{ name = "Block", email = "[email protected]" }]
packages = [{ include = "goose", from = "src" }]
Expand Down Expand Up @@ -64,5 +65,6 @@ dev-dependencies = [
"mkdocstrings-python>=1.11.1",
"mkdocstrings>=0.26.1",
"pytest-mock>=3.14.0",
"pytest>=8.3.2"
"pytest>=8.3.2",
"langfuse>=2.38.1"
]

0 comments on commit 16a113f

Please sign in to comment.