Skip to content

Commit

Permalink
updated supported version range (#8)
Browse files Browse the repository at this point in the history
* testing with version 1.4.0

* testing with version 1.3.24

* testing with version 1.3.24

* test again

* changed sqlalchemy version

* updated readme and change version in requrements.txt file

* checking 2.0 version

* wdefrgtb

* reverted back to sqlalchemy 1.4.40 version

* bumped supported version to 1.4.48

* changed version to 1.4

* updated readme.rst
  • Loading branch information
vishalkSimplify authored Jun 6, 2023
1 parent 0cd4470 commit 43de81a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dialecttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python -m ensurepip --upgrade
python -m venv venv
source venv/bin/activate
python -m pip install setuptools wheel pytest pyodbc sqlalchemy==1.4.48
python -m pip install setuptools wheel pytest pyodbc sqlalchemy==1.4
python setup.py install
- name: Run tests
# This step references the directory that contains the action.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You will need the following softwares to run, build and test the dialect. Everyt

1. Python 3.x or higher
2. pip 22 or higher
3. SQLAlchemy 1.4.48
3. sqlalchemy>=1.3.24,<=1.4
4. vertica-python 1.1.1 or higher

### Vertica-Python
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You will need the following softwares to run, build and test the dialect. Everyt

1. Python 3.x or higher
2. pip 22 or higher
3. SQLAlchemy 1.4.48
3. sqlalchemy>=1.3.24,<=1.4
4. vertica-python 1.1.1 or higher

#####################################
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
six >= 1.10.0
SQLAlchemy==1.4.48
SQLAlchemy==1.4
vertica-python>=1.1.1
pyodbc>=4.0.16
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
),
install_requires=(
'six >= 1.10.0',
'sqlalchemy==1.4.48',
'sqlalchemy>=1.3.24,<=1.4',
'vertica-python>=1.1.1'
),
extras_require={
Expand Down

0 comments on commit 43de81a

Please sign in to comment.