Skip to content

Commit 6d4acb6

Browse files
chore: loosen openai dependency range
1 parent 2e85502 commit 6d4acb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "promplate"
3-
version = "0.3.5.4"
3+
version = "0.3.5.5"
44
description = "Prompt engineering framework for humans"
55
homepage = "https://promplate.dev/"
66
documentation = "https://docs.py.promplate.dev/"
@@ -21,7 +21,7 @@ python = "^3.10"
2121
typing-extensions = { version = "^4", python = "<3.12" }
2222
aiofiles = { version = ">=23.2", optional = true }
2323
httpx = { version = ">=0.24, <1.0", optional = true }
24-
openai = { version = ">=0.27, <2.0", optional = true }
24+
openai = { version = ">=0.27, <3.0", optional = true }
2525

2626
[tool.poetry.extras]
2727
aiofiles = ["aiofiles"]

0 commit comments

Comments
 (0)