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

pymongo dependency #83

Closed
noisecapella opened this issue Dec 20, 2016 · 1 comment
Closed

pymongo dependency #83

noisecapella opened this issue Dec 20, 2016 · 1 comment

Comments

@noisecapella
Copy link
Contributor

It looks like opaque-keys lists pymongo as a dependency in setup.py but I don't see it referenced in the code base. Is this dependency still necessary? Just curious, thanks!

clintonb added a commit that referenced this issue Feb 17, 2017
@feanil feanil changed the title pymongo dependency Update pymongo dependency May 15, 2024
@feanil feanil changed the title Update pymongo dependency pymongo dependency May 15, 2024
@feanil
Copy link
Contributor

feanil commented May 15, 2024

It looks like we use the bson module from pymongo and that's why it's a dependency. The dependency needs an update but it is necessary. We can't go to the bson git dependency instead because other upstream projects use the pymongo library and if both are installed, they will both provide the bson module which will complicate the installation and may cause unexpected behavior based on which one is installed last. So we'll stick with the pymongo dependency in this repo.

@feanil feanil closed this as completed May 15, 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

No branches or pull requests

2 participants