We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e85502 commit 6d4acb6Copy full SHA for 6d4acb6
python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "promplate"
3
-version = "0.3.5.4"
+version = "0.3.5.5"
4
description = "Prompt engineering framework for humans"
5
homepage = "https://promplate.dev/"
6
documentation = "https://docs.py.promplate.dev/"
@@ -21,7 +21,7 @@ python = "^3.10"
21
typing-extensions = { version = "^4", python = "<3.12" }
22
aiofiles = { version = ">=23.2", optional = true }
23
httpx = { version = ">=0.24, <1.0", optional = true }
24
-openai = { version = ">=0.27, <2.0", optional = true }
+openai = { version = ">=0.27, <3.0", optional = true }
25
26
[tool.poetry.extras]
27
aiofiles = ["aiofiles"]
0 commit comments