petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.22k stars 190 forks source link

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

Closed juarezr closed 10 months ago

juarezr commented 10 months 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.