chore: upgrade ai-exchange dependency (#36)

This commit is contained in:
Luke Alvoeiro
2024-09-02 22:01:57 -07:00
committed by GitHub
parent fadeba9ef9
commit 1c440d6310

View File

@@ -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",
]