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 BD7DA200CB5 for ; Wed, 12 Jul 2017 18:43:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BBFF81695CF; Wed, 12 Jul 2017 16:43: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 106441695C8 for ; Wed, 12 Jul 2017 18:43:50 +0200 (CEST) Received: (qmail 76675 invoked by uid 500); 12 Jul 2017 16:43:50 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 76665 invoked by uid 99); 12 Jul 2017 16:43:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2017 16:43:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C638E196253 for ; Wed, 12 Jul 2017 16:43:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.702 X-Spam-Level: X-Spam-Status: No, score=-98.702 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id axvmi2cHsdVX for ; Wed, 12 Jul 2017 16:43:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4F318625F4 for ; Wed, 12 Jul 2017 16:07:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 98D28E0931 for ; Wed, 12 Jul 2017 16:07:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 51D25246FA for ; Wed, 12 Jul 2017 16:07:00 +0000 (UTC) Date: Wed, 12 Jul 2017 16:07:00 +0000 (UTC) From: "Ahmet Altay (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (BEAM-1969) GCP extras should not required fix version of proto-google-cloud-datastore-v1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 12 Jul 2017 16:43:51 -0000 [ https://issues.apache.org/jira/browse/BEAM-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Altay resolved BEAM-1969. ------------------------------- Resolution: Fixed Fix Version/s: 2.0.0 > GCP extras should not required fix version of proto-google-cloud-datastore-v1 > ----------------------------------------------------------------------------- > > Key: BEAM-1969 > URL: https://issues.apache.org/jira/browse/BEAM-1969 > Project: Beam > Issue Type: Bug > Components: sdk-py > Affects Versions: 0.6.0 > Reporter: Marc Boissonneault > Assignee: Ahmet Altay > Priority: Minor > Fix For: 2.0.0 > > > When installing apache beam with to following command: > {code} > pip install apache-beam[gcp]==0.6.0 > {code} > The *proto-google-cloud-datastore-v1* dependency gets installed with the fix version *0.90.0.* > _see [here|https://github.com/apache/beam/blob/master/sdks/python/setup.py#L106]_ > This should not be a fix version requirement. > For example if I want to use the latest version of the [google-cloud|https://pypi.python.org/pypi/google-cloud] in the same service, then it requires > - google-cloud-datastore >= 1.0.0 > -- Which depends on gapic-google-cloud-datastore-v1<0.16dev,>=0.15.0 > --- +Depends on proto-google-cloud-datastore-v1\[grpc\]<0.91dev,>=*0.90.3*+ > Issue priority is not high since we have a workaround to request gapic-proto-google-cloud-datastore-v1>=0.90.3 -- This message was sent by Atlassian JIRA (v6.4.14#64029)