Skip to content

Commit

Permalink
update version of openai dependency (microsoft#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Nov 7, 2023
1 parent 114b63c commit f6728e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autogen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0b2"
__version__ = "0.2.0b3"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__version__ = version["__version__"]

install_requires = [
"openai==1.0.0b3",
"openai==1.1.1",
"diskcache",
"termcolor",
"flaml",
Expand Down Expand Up @@ -58,5 +58,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.8",
python_requires=">=3.8, <3.12",
)

0 comments on commit f6728e5

Please sign in to comment.