Skip to content

Commit 8ffb085

Browse files
authored
Merge pull request #191 from mindsdb/tmichaeldb-patch-6
Bump OpenAI to be More Flexible
2 parents dcd07f2 + 05a3e3c commit 8ffb085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mindsdb_sdk/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'mindsdb_sdk'
22
__package_name__ = 'mindsdb_sdk'
3-
__version__ = '3.4.1'
3+
__version__ = '3.4.2'
44
__description__ = "MindsDB Python SDK, provides an SDK to use a remote mindsdb instance"
55
__email__ = "[email protected]"
66
__author__ = 'MindsDB Inc'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pandas >= 1.3.5
33
mindsdb-sql-parser ~= 0.0.0
44
docstring-parser >= 0.7.3
55
tenacity >= 8.0.1
6-
openai == 1.74.1
6+
openai >= 1.74.1
77
sseclient-py >= 1.8.0
88
validators == 0.20.0

0 commit comments

Comments
 (0)