openeemeter / eeweather

Fetch NCDC ISD, TMY3, or CZ2010 weather data that corresponds to ZIP Code Tabulation Areas or Latitude/Longitude.
http://eeweather.openee.io/
Apache License 2.0
50 stars 19 forks source link

Fix so the caching works for both sqlalchemy 1.0 and sqlalchemy 2.0 #87

Closed ssuffian closed 10 months ago

ssuffian commented 10 months ago

Your checklist for this pull request

Please review the guidelines for contributing to this repository.

Description

Changes made to allow for cache to work on sqlalchemy>2.0.0. This was tested on both sqlalchemy 1. and 2.. These changes allow for eeweather to work for sqlalchemy >2.0.0 now.