Skip to content

Commit

Permalink
chore: upgrade ai-exchange dependency (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Alvoeiro authored Sep 3, 2024
1 parent fadeba9 commit 1c440d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.8.5"
version = "0.8.6"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",
"ai-exchange>=0.8.3",
"ai-exchange>=0.8.4",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
]
Expand Down

0 comments on commit 1c440d6

Please sign in to comment.