Skip to content

Commit c7cb998

Browse files
authored
Lock openai version (#435)
* temporarily lock openai version * bump version to be ready for release
1 parent e56f912 commit c7cb998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guardrails/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.6"
1+
__version__ = "0.2.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# What packages are required for this module to be executed?
3030
REQUIRED = [
3131
"lxml",
32-
"openai",
32+
"openai<=0.28.1",
3333
"rich",
3434
"eliot",
3535
"eliot-tree",

0 commit comments

Comments
 (0)