e5d0c0e77a
Need to bump the lower-constraint of sqlalchemy to a version where 'sync_backref' was introduced [1] [1] https://docs.sqlalchemy.org/en/13/orm/relationship_api.html#sqlalchemy.orm.relationship.params.sync_backref Change-Id: I589281d8e77a160adcd48b8d3e4951441f843463 Closes-Bug: #1924806 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
6 lines
165 B
YAML
6 lines
165 B
YAML
---
|
|
fixes:
|
|
- |
|
|
View-only relationships in database objects have been appropriately
|
|
tagged to avoid sqlalchemy deprecation messages flooding the log files.
|