kroeschl

Results 5 comments of kroeschl

> How about this? > > > 👤/my-branch I like that idea. Something like this? Should we do something different for not-me? Or just not shorten branches for other users?...

For anyone else still hitting this issue with internal repositories that only provide MD5 hashes, the workaround I used (from [this comment](https://github.com/python-poetry/poetry-plugin-export/issues/146)) was: ``` poetry export -f requirements.txt -o requirements.txt...

> python-poetry/poetry#4740 should resolve this once I get it ready for review. The code should be 100% working (please test the branch and make sure it generates hashes for your...

Having run with this on my local system for a while, at least this implementation doesn't stop the connection soon enough to prevent having to re-authenticate with Azure. I'm not...

I think I'm hitting the same symptom, but I'm not sure if the root cause is the same. In my case, I see Poetry ignoring an indirect dependency on `exceptiongroup`...