Skip to content

Conversation

@earshinov
Copy link

#91

@earshinov
Copy link
Author

How I regenerated requirements:

  1. Update requirements/requirements.in as desired.

  2. Then run in repo dir:

$ MSYS_NO_PATHCONV=1 docker run --rm -it -v"`pwd`":/app --workdir=/app --entrypoint= divio/multi-python:latest bash

Then, inside the Docker container, run requirements/compile.py:

$ pip install uv
$ python requirements/compile.py

adamchainz added a commit that referenced this pull request Sep 9, 2025
Fixes #91. Supercedes #92 and #134.

---------

Co-authored-by: Stephen Mitchell <scum@mac.com>
@adamchainz
Copy link
Owner

Thank you for the report and trying out globber here. It turned out that Python 3.13 added Path.full_match() in the meantime, which does exactly what we want, as #134 pointed out. I have gone with that approach in #166.

@adamchainz adamchainz closed this Sep 9, 2025
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

Successfully merging this pull request may close these issues.

2 participants