ergo / ziggurat_foundations

Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
BSD 3-Clause "New" or "Revised" License
71 stars 22 forks source link

New version for SQLAlchemy 2.0 #74

Closed fmigneault closed 1 year ago

fmigneault commented 1 year ago

Hi @ergo,

Enabling SQLALCHEMY_WARN_20=1 in preparation of updating it, I encountered the warnings already fixed by #72. Will a new version be released soon to pin it in requirements?

Thanks

ergo commented 1 year ago

Hey, I don't think I should pin the requirements on my end if I can avoid it - you can easily pin it with your own requirements/lock file. It would be great to fix errors if they happen in 2.x.

fmigneault commented 1 year ago

Sorry I wasn't clear. I mean to pin ziggurat_foundations to have the latest commits since 0.8.4. I'm not expecting it to pin sqlalchemy.

ergo commented 1 year ago

Ok, sure I will make a new release soon for you.

fmigneault commented 1 year ago

@ergo Hi Ergo, just a quick reminder. The new release is still not available. Is this planned for later changes? Thanks

ergo commented 1 year ago

Sorry, I've made a release right now. Thanks for the reminder