Jake Dube
Results
12
comments of
Jake Dube
boto3 is a bad one! Happened to me today with urllib3 dependencies with this pyproject.toml: ```toml [tool.poetry] name = "..." version = "0.1.0" description = "" authors = ["Jake Duth...
For the `urllib3` workaround, you can add something like: ```toml [tool.poetry.dependencies] python = "^3.9" requests = "^2.31.0" nltk = "^3.8.1" boto3 = "^1.28.62" # workaround for: https://github.com/python-poetry/poetry-plugin-export/issues/183 urllib3 = ">=1.25.4,