← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1824178] Re: SQLAlchemy broke association proxy into a descriptor + per-class accessor

 

Reviewed:  https://review.opendev.org/651584
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=a0b39121cdf3ae338e68fefdf4491bd9788120aa
Submitter: Zuul
Branch:    master

commit a0b39121cdf3ae338e68fefdf4491bd9788120aa
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Wed Apr 10 15:34:25 2019 +0000

    Use AssociationProxyInstance instead of AssociationProxy
    
    Since [1], an AssociationProxy proxy instance is an
    AssociationProxyInstance derivative object.
    
    In order to import versions SQLAlchemy>=1.3.x, we need to handle
    both implementations.
    
    [1]https://github.com/sqlalchemy/sqlalchemy/commit/6446e0dfd3e3bb60754bad81c4d52345733d94e3
    
    Change-Id: Ieba1a0315b4588841210078fa13f99f3d5275426
    Closes-Bug: #1824178


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1824178

Title:
  SQLAlchemy broke association proxy into a descriptor + per-class
  accessor

Status in neutron:
  Fix Released

Bug description:
  Since [1], an AssociationProxy proxy instance is an
  AssociationProxyInstance derivative object.

  In order to import versions SQLAlchemy>=1.3.x, we need to handle both
  implementations.

  
  [1] https://github.com/sqlalchemy/sqlalchemy/commit/6446e0dfd3e3bb60754bad81c4d52345733d94e3

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1824178/+subscriptions


References