From 28ce4d0dfcea6298b9f0b07c6616347551ca7e87 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:56:35 -0700 Subject: [PATCH] Update arcade version for github toolkit (#83) --- toolkits/github/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkits/github/pyproject.toml b/toolkits/github/pyproject.toml index 35004837..a7fe4f7d 100644 --- a/toolkits/github/pyproject.toml +++ b/toolkits/github/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Eric Gustin "] [tool.poetry.dependencies] python = "^3.10" -arcade-ai = "^0.1.0" +arcade-ai = "0.1.*" httpx = "^0.27.2" [tool.poetry.dev-dependencies]