petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.25k stars 193 forks source link

ci: fix build as sqlalchemy is not supported yet #650

Closed juarezr closed 1 year ago

juarezr commented 1 year ago

This PR has the objective of restricting the maximum supported version of SQLAlchemy.

Changes

  1. Added in requirements-database.txt: SQLAlchemy>=1.3.6,<2.0
  2. Added in setup.py: SQLAlchemy>=1.3.6,<2.0

For SQLAlchemy >=2.0 check #648.

Checklist

Use this checklist to ensure the quality of pull requests that include new code and/or make changes to existing code.