Skip to content

Commit

Permalink
Merge pull request #174 from mindsdb/bump-openai-version
Browse files Browse the repository at this point in the history
Bump openai version
  • Loading branch information
ZoranPandovski authored Nov 29, 2024
2 parents bff0f39 + 22f72f2 commit 8b1c28e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7,3.8,3.9]
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip==20.2.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7,3.8,3.9]
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion mindsdb_sdk/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'mindsdb_sdk'
__package_name__ = 'mindsdb_sdk'
__version__ = '3.2.0'
__version__ = '3.3.0'
__description__ = "MindsDB Python SDK, provides an SDK to use a remote mindsdb instance"
__email__ = "[email protected]"
__author__ = 'MindsDB Inc'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pandas >= 1.3.5
mindsdb-sql-parser ~= 0.0.0
docstring-parser >= 0.7.3
tenacity >= 8.0.1
openai >= 1.15.0
openai == 1.55.3
sseclient-py >= 1.8.0
validators == 0.20.0

0 comments on commit 8b1c28e

Please sign in to comment.