We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fb90e commit ef43913Copy full SHA for ef43913
pyproject.toml
@@ -3,7 +3,7 @@ name = "griptape"
3
version = "1.8.2"
4
description = "Modular Python framework for LLM workflows, tools, memory, and data."
5
authors = [{ name = "Griptape", email = "[email protected]" }]
6
-requires-python = "~=3.9"
+requires-python = ">=3.9, <4"
7
readme = "README.md"
8
license = "Apache-2.0"
9
dependencies = [
0 commit comments