fix: added specific ai-exchange version and check path is None to avoid error after starting goose (#174)

This commit is contained in:
Lifei Zhou
2024-10-21 11:21:09 +11:00
committed by GitHub
parent d0f7360159
commit d3a88b677a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.9.7"
version = "0.9.8"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"ai-exchange",
"ai-exchange==0.9.8",
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",