Skip to content

Commit 88bbe08

Browse files
authored
Add necessary import (#51)
* Add necessary import * version
1 parent f4f6f90 commit 88bbe08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openai/cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import signal
44
import sys
55
import warnings
6+
from typing import Optional
67

78
import requests
89

openai/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.11.2"
1+
VERSION = "0.11.3"

0 commit comments

Comments
 (0)