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 e56f912 commit c7cb998Copy full SHA for c7cb998
guardrails/version.py
@@ -1 +1 @@
1
-__version__ = "0.2.6"
+__version__ = "0.2.7"
setup.py
@@ -29,7 +29,7 @@
29
# What packages are required for this module to be executed?
30
REQUIRED = [
31
"lxml",
32
- "openai",
+ "openai<=0.28.1",
33
"rich",
34
"eliot",
35
"eliot-tree",
0 commit comments