feat: upgrade ai-exchange to version 0.8.3 and fix tests (#34)

This commit is contained in:
Luke Alvoeiro
2024-09-02 20:40:02 -07:00
committed by GitHub
parent 9444ed16ea
commit 3c930e1766
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.8.3"
version = "0.8.4"
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.2",
"ai-exchange>=0.8.3",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
]