MacHu-GWU / uszipcode-project

USA zipcode programmable database, includes up-to-date census and geometry information.
MIT License
231 stars 49 forks source link

sqlalchemy >= 2.0.0 causes bug #72

Closed gravesee closed 1 year ago

gravesee commented 1 year ago

Had to install sqlalchemy < 2.0.0 for this package to work.

MacHu-GWU commented 1 year ago

Yes, because sqlalchemy 1.X and 2.X use incompatible API. I cannot predict uszipcode user would use 1.X or 2.X, which will be too much work to adapt both API.

gravesee commented 1 year ago

Sorry, I'm just suggesting that the requirements.txt use <= 2.0.0 for that dependency instead of >1.4.0