Skip to content
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

Issue with upcoming release of SQLAlchemy 1.1 #15

Closed
Cito opened this issue Apr 17, 2016 · 4 comments
Closed

Issue with upcoming release of SQLAlchemy 1.1 #15

Cito opened this issue Apr 17, 2016 · 4 comments

Comments

@Cito
Copy link

Cito commented Apr 17, 2016

Zope.sqlalchemy is calling session.transaction._iterate_parents() in datamanger.py. Unfortunately, this method has been renamed to _iterate_self_and_parents() in SQLAlchemy 1.1 (see here).

So this should be fixed somehow or things will break when SQLAlchemy 1.1 will be release (soon).

@mgedmin
Copy link
Member

mgedmin commented Apr 27, 2016

This is fixed in master, and now it would be good to make a release.

https://pypi.python.org/pypi/zope.sqlalchemy:

Package Index Owner: chrism, laurencerowe

I'm guessing chrism is @mcdonc, and laurencerowe is @lrowe.

@ggstuart
Copy link

Hi, I've got this issue in a fresh install of my hitherto working pyramid app. Is the current solution to downgrade SQLAlchemy? If so then to what version do I downgrade?

@amol-
Copy link

amol- commented Jun 22, 2016

@mgedmin I saw @mcdonc added you as a maintainer on pypi -> Package Index Owner: mgedmin, laurencerowe, chrism it should be possible to roll out a new release fixing this whenever you have spare time to do so

@mgedmin
Copy link
Member

mgedmin commented Jun 23, 2016

0.7.7 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants