Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Fix dependency version problem in setup.py #747

Open
wants to merge 1 commit into
base: aiyprojects
Choose a base branch
from

Conversation

krithin
Copy link

@krithin krithin commented Oct 11, 2021

When trying to install this package I got an error informing me that google-assistant-library 1.1.0 has requirement google-auth<2,>=1.0.1, but you'll have google-auth 2.3.0 which is incompatible. Removing the top-level dependency on the google-auth package lets google-assistant-library's transitive deps bring in a working version of google-auth.

cf. #746

When trying to install this package I got an error informing me that `google-assistant-library 1.1.0 has requirement google-auth<2,>=1.0.1, but you'll have google-auth 2.3.0 which is incompatible`. Removing the top-level dependency on the google-auth package lets google-assistant-library's transitive deps bring in a working version of google-auth.

cf. google#746
@google-cla
Copy link

google-cla bot commented Oct 11, 2021

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added the cla: no label Oct 11, 2021
@krithin
Copy link
Author

krithin commented Oct 11, 2021

@googlebot I signed it!

@google-cla google-cla bot added cla: yes and removed cla: no labels Oct 11, 2021
@quochuy88
Copy link

quochuy88 commented Jan 25, 2022

@googlebot I signed it!

@Marveljaner
Copy link

Hi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants