Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 70F53200D66 for ; Fri, 29 Dec 2017 13:00:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6FB6E160C33; Fri, 29 Dec 2017 12:00:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B560F160C22 for ; Fri, 29 Dec 2017 13:00:50 +0100 (CET) Received: (qmail 36844 invoked by uid 500); 29 Dec 2017 12:00:49 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 36835 invoked by uid 99); 29 Dec 2017 12:00:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Dec 2017 12:00:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 74C39C5CE6 for ; Fri, 29 Dec 2017 12:00:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.231 X-Spam-Level: X-Spam-Status: No, score=-4.231 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id iISVDaVv8M7g for ; Fri, 29 Dec 2017 12:00:48 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 0CA9B5FB0B for ; Fri, 29 Dec 2017 12:00:47 +0000 (UTC) Received: (qmail 36829 invoked by uid 99); 29 Dec 2017 12:00:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Dec 2017 12:00:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 863B4DFC3E; Fri, 29 Dec 2017 12:00:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bolke@apache.org To: commits@airflow.incubator.apache.org Date: Fri, 29 Dec 2017 12:00:47 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-airflow git commit: [AIRFLOW-XXX] Pin sqlalchemy dependency archived-at: Fri, 29 Dec 2017 12:00:51 -0000 Repository: incubator-airflow Updated Branches: refs/heads/master fdd7f43fe -> f434e2bd9 [AIRFLOW-XXX] Pin sqlalchemy dependency Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/5e4d7d8d Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/5e4d7d8d Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/5e4d7d8d Branch: refs/heads/master Commit: 5e4d7d8d7da250cacc15d8a2247098f0b42a3def Parents: 56f4219 Author: Bolke de Bruin Authored: Fri Dec 29 12:28:51 2017 +0100 Committer: Bolke de Bruin Committed: Fri Dec 29 12:28:51 2017 +0100 ---------------------------------------------------------------------- scripts/ci/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/5e4d7d8d/scripts/ci/requirements.txt ---------------------------------------------------------------------- diff --git a/scripts/ci/requirements.txt b/scripts/ci/requirements.txt index 2b5a8c9..0530a72 100644 --- a/scripts/ci/requirements.txt +++ b/scripts/ci/requirements.txt @@ -87,7 +87,7 @@ sphinx sphinx-argparse Sphinx-PyPI-upload sphinx_rtd_theme -sqlalchemy +sqlalchemy>=1.1.15, <1.2.0 statsd thrift thrift_sasl http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/5e4d7d8d/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 77e79bf..f270dba 100644 --- a/setup.py +++ b/setup.py @@ -226,7 +226,7 @@ def do_setup(): 'python-nvd3==0.14.2', 'requests>=2.5.1, <3', 'setproctitle>=1.1.8, <2', - 'sqlalchemy>=0.9.8', + 'sqlalchemy>=1.1.15, <1.2.0', 'sqlalchemy-utc>=0.9.0', 'tabulate>=0.7.5, <0.8.0', 'thrift>=0.9.2',