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

Timeout resolving pycognito dependency with poetry #212

Open
hardbyte opened this issue May 15, 2023 · 0 comments
Open

Timeout resolving pycognito dependency with poetry #212

hardbyte opened this issue May 15, 2023 · 0 comments

Comments

@hardbyte
Copy link

Using poetry I'm seeing poetry fail to resolve (taking hours on Github Actions) when pycognito is in the dependency list.

It appears to be because the dependency specifier boto3>=1.10.49 includes many hundreds of released versions of boto3, poetry has to download the individual packages to inspect them to work out the transitive dependencies. This isn't an issue with your dependency specification as there shouldn't be any requirement to only support the most recent 10's of releases. But on the off chance this helps other users, I'm going to restrict my own project to require a more recent version of boto3 to work around poetry.

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

1 participant