Skip to content

Conversation

srstsavage
Copy link
Contributor

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
@iannesbitt
Copy link
Contributor

Sorry for the delay @srstsavage. This looks good to me.

@iannesbitt iannesbitt merged commit 8c20ae2 into DataONEorg:master Nov 22, 2024
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