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

Circular dependency conflict on installation #17

Closed
JennyCide opened this issue Jan 5, 2022 · 1 comment · Fixed by #18
Closed

Circular dependency conflict on installation #17

JennyCide opened this issue Jan 5, 2022 · 1 comment · Fixed by #18
Assignees
Labels
invalid This doesn't seem right

Comments

@JennyCide
Copy link

requirements.txt specifies a pinned version of requests as a dependency
requests==2.11.1
however it also calls for gql. gql 2.0.0 has it's own dependency on a higher version of requests
requests<3,>=2.12 ![dependency conflict example](https://user-images.githubusercontent.com/47631344/148214910-fb884a6d-d9e4-4e6a-a971-3b7b0d198d5c.png)

@moshe-apiiro
Copy link
Contributor

Thanks for spotting this gap. Working on a fix.

@moshe-apiiro moshe-apiiro self-assigned this Jan 6, 2022
@moshe-apiiro moshe-apiiro added the invalid This doesn't seem right label Jan 6, 2022
@moshe-apiiro moshe-apiiro linked a pull request Jan 6, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants