Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Datastore to work around upstream bug #297

Merged
merged 1 commit into from
Nov 6, 2018
Merged

Pin Datastore to work around upstream bug #297

merged 1 commit into from
Nov 6, 2018

Conversation

aarontp
Copy link
Member

@aarontp aarontp commented Nov 5, 2018

The minimum library versions are not set correctly for some of the upstream cloud libraries so we'll need to pin them for now. See the following for more details on the bug:
googleapis/google-cloud-python#6390

This can be removed once grr-client-api updates its pinned version of protobuf. The grr-client-api library gets pulled in from dfTimewolf, which also has Turbinia as a dependency. The bug referenced above gets tickled when both of these libraries are installed at the same time (because the Datastore package doesn't correctly limit the minimum versions of its dependencies, an incompatible version gets installed).

The minimum library versions are not set correctly for some of the upstream cloud libraries so we'll need to pin them for now.  See the following for more details on the bug: 
googleapis/google-cloud-python#6390

This can be removed once grr-client-api updates its pinned version of protobuf.  The grr-client-api library gets pulled in from dfTimewolf, which also has Turbinia as a dependency.   The bug referenced above gets tickled when both of these libraries are installed at the same time (because the Datastore package doesn't correctly limit the minimum versions of its dependencies, an incompatible version gets installed).
@aarontp
Copy link
Member Author

aarontp commented Nov 5, 2018

@tomchop & @pstirparo: FYI

@Onager Onager merged commit 6179166 into master Nov 6, 2018
@aarontp aarontp deleted the datastore-pin branch November 6, 2018 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants