juliotrigo / sqlalchemy-filters

Filter, sort and paginate SQLAlchemy query objects. Ideal for exposing these actions over a REST API.
Other
325 stars 75 forks source link

deprecated import #47

Closed xenups closed 4 years ago

xenups commented 4 years ago

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Iterable, namedtuple in filters.py

bodik commented 4 years ago

i believe it's already resolved in new release branch which is being prepared

https://github.com/juliotrigo/sqlalchemy-filters/commit/48899e3d9ec2797e5d2a69aaa573103ef55ab8c5

xenups commented 4 years ago

yes ,thanks

juliotrigo commented 4 years ago

Hi @xenups, as @bodik said, this has been resolved in the https://github.com/juliotrigo/sqlalchemy-filters/releases/tag/v0.11.0 release that has just been published.