-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SQLAlchemy 2.0 in sqlalchemy-oso for Python #1667
Comments
Is there any sort of timeframe for this work? The latest release of SQLAlchemy 1.4 introduces a bunch of deprecation warnings which cannot be resolved without updating to a newer version of Flask-SQLAlchemy. This problem is only going to get worse as more libraries move forward. |
Great question, @snstanton — I'm not sure. I may take a look at this, depending on the response from the Oso team. Over the last couple of months, I've found things to be pretty quiet here as most of their team seems to have gone to work on Oso Cloud. Just my observation, though; I don't have any inside knowledge. EDIT: edited for grammer |
Is there any update on this? We need it too. |
Any update on this? |
same here, needing an update |
We were looking for a better authorization architecture - and came across oso and have been impressed so far It would be great if the OSO team could comment on whether this is a "Won't fix" or "Planned" |
+1 |
Hey all, I've been looking into how feasible this would be, and tried a version of this available at at I also want to remind people that this package is deprecated. But we're hoping sqlalchemy 2.0 support will give people a bit more time to make a plan. |
Thank you, Sam, for your time and effort on this. I'm out of the office for a little bit on paternity leave but happy to try this out in our projects at work when I get back at the end of February 👍 This is extremely useful though and greatly appreciated. Excited to see the next phase of Oso 🐻 |
I ended up taking more time than I originally anticipated (which was nice), so I'm just coming back up to speed with what the team has been up to. Once I catch up, I'll evaluate this and share what I find. Thank you for your patience! |
We just published the above changes as 0.27.2. Thanks all for your patience. |
Thanks Sam, initial tests are looking good for me. You guys rock! |
Last night, SQLAlchemy released 2.0 after multiple betas, release candidates, etc.
Migration Guide:
https://docs.sqlalchemy.org/en/20/changelog/migration_20.html
Release Tag:
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.0
The text was updated successfully, but these errors were encountered: