-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Replace lockfile with fasteners or oslo.concurrency #6881
Comments
This is not our direct dependency, but a dependency of the |
This was true in October but now https://github.com/python-poetry/poetry/blob/master/src/poetry/utils/authenticator.py#L15 is using it directly. And it was added to the pyproject with #7169 which seems bad. |
The issue remains the same. we had to include |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature Request
Poetry use
lockfile==0.12.2
that deprecated. https://pypi.org/project/lockfile/I suggest to migrate to non-deprecated libraries.
The text was updated successfully, but these errors were encountered: