From 1bec46ffde594382cee048dcd5f3875e0e2a3730 Mon Sep 17 00:00:00 2001 From: Jason Schleifer Date: Tue, 26 Nov 2024 06:48:16 +1300 Subject: [PATCH] updated python dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36a62bc..038c0cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.9" griptape = "^0.34.3" python-dotenv = "^1.0.1"