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

Upgrade dropbox to fix dependency metadata problem #99

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

Conversation

srstsavage
Copy link

Upgrade dropbox dependency to 11.36.2 to avoid a dependency metadata issue.

Without this fix, pip install -r requirements.txt fails in pip >=24.1 with the following error:

WARNING: Ignoring version 11.36.0 of dropbox since it has invalid metadata:
Requested dropbox==11.36.0 from https://files.pythonhosted.org/packages/11/7e/e66327f3535cf5b58b3c152144744fc5727355357304facf61e43ab1b895/dropbox-11.36.0-py3-none-any.whl (from -r requirements.txt (line 46)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
    stone (>=2.*)
           ~~~~^
Please use pip<24.1 if you need to use this version.

Fixed in dropbox-sdk-python here:

dropbox/dropbox-sdk-python#456

Upgrade dropbox dependency to 11.36.2 to avoid a dependency metadata issue.

Without this fix, `pip install -r requirements.txt` fails in pip >=24.1
with the following error:

```
WARNING: Ignoring version 11.36.0 of dropbox since it has invalid metadata:
Requested dropbox==11.36.0 from https://files.pythonhosted.org/packages/11/7e/e66327f3535cf5b58b3c152144744fc5727355357304facf61e43ab1b895/dropbox-11.36.0-py3-none-any.whl (from -r requirements.txt (line 46)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
    stone (>=2.*)
           ~~~~^
Please use pip<24.1 if you need to use this version.
```

Fixed in dropbox-sdk-python here:

dropbox/dropbox-sdk-python#456
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.

1 participant