You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/12/12 13:46:28 UTC

[airflow] branch master updated: Update sqlalchemy_jsonfield to avoid pkgresources use (#13032)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 16d0ae7  Update sqlalchemy_jsonfield to avoid pkgresources use (#13032)
16d0ae7 is described below

commit 16d0ae7b7bac594a862fc4d1ae39340b4e4ac63b
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Sat Dec 12 13:45:16 2020 +0000

    Update sqlalchemy_jsonfield to avoid pkgresources use (#13032)
    
    The previous version of sqlalchemy_jsonfield imported pkg_resources
    which slowed down a lot of things. They have just released 1.0.0 with
    that change.
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index dee9ec4..2945ee9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -129,7 +129,7 @@ install_requires =
     rich==9.2.0
     setproctitle>=1.1.8, <2
     sqlalchemy>=1.3.18, <2
-    sqlalchemy_jsonfield~=0.9
+    sqlalchemy_jsonfield~=1.0
     tabulate>=0.7.5, <0.9
     tenacity~=6.2.0
     termcolor>=1.1.0