pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
231 stars 69 forks source link

when will be eve_sqlalchemy update? #207

Open liu-weicool opened 3 years ago

liu-weicool commented 3 years ago

eve_sqlchemy required eve<0.8,so we can't use the new features of Eve>=0.8. It's a headache.

ernests commented 3 years ago

@liu-weicool do you have any particular feature in mind? I'm now looking into compatibility issues and only thing I can see for now is incompatibility with latest Cerberus.

p.s. This is an open-source community project. So you are consumer as much as you are producer/contributor.

opensorceror commented 3 years ago

Here's another compatibility issue. eve_sqlalchemy doesn't seem to support SQLAlchemy 1.4 (as indicated by #208). Need to add the constraint <1.4 here.

The reason I discovered this is because my application suddenly started failing today, after a new deployment, despite no changes to its own dependencies.