Commit 88bbe089

Rachel Lim <rachel@openai.com>
2021-12-04 10:23:02
Add necessary import (#51) tag: v0.11.3
* Add necessary import * version
1 parent f4f6f90
Changed files (2)
openai/cli.py
@@ -3,6 +3,7 @@ import os
 import signal
 import sys
 import warnings
+from typing import Optional
 
 import requests
 
openai/version.py
@@ -1,1 +1,1 @@
-VERSION = "0.11.2"
+VERSION = "0.11.3"