From d253f9d17687103a2aa821e2bcbbbd6787cea12e Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 18 Jul 2022 14:11:04 +0000 Subject: [PATCH] Update git submodules * Update heat from branch 'master' to bb97ed77ae9625353059d0c79fed0a599803971d - Merge "Set cache_ok to avoid SAWarning" - Set cache_ok to avoid SAWarning Since sqlalchemy 1.4.14[1], the following warning is raised unless the cache_ok flag is explicitly set in classes inheriting TypeDecorator. SAWarning: TypeDecorator Json() will not produce a cache key because the ``cache_ok`` attribute is not set to True. This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions. Set this attribute to True if this type object's state is safe to use in a cache key, or False to disable this warning. (Background on this error at: https://sqlalche.me/e/14/cprf) Because the flag was set to True by default in older releases, this adds explicit cache_ok = True, to restore the previous behavior in Wallaby and older. (wallaby u-c has SQLAlchemy===1.3.23 while xena u-c has SQLAlchemy===1.4.23) [1] https://github.com/zzzeek/sqlalchemy/commit/6967b4502079e199b12f5eb307d10d27ec92d537 Change-Id: I6b84a626994543468f49373a554de44025576a9a --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index d55001c1d5..bb97ed77ae 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit d55001c1d56e626756df5effed6782b008affc9c +Subproject commit bb97ed77ae9625353059d0c79fed0a599803971d