-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Regex error when installing pydantic as dependency #56
Comments
Aha this is a fun one 🙂 Indeed this is the problematic part
The replacement string of a regex is a special syntax with its own escapes, here it's saying probably that for Actually 2 things to do here:
|
Oh, it's a RegEx + Windows problem 🥴 Thank you so much for reporting this, I'll get it resolved today. I'll also see what I can do to add a Windows testing environment that would've caught this. |
There's a regex problem and a Windows problem. The linked pull request is still not fully safe from the regex problem 😅 |
🎉 This issue has been resolved in version 1.9.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Tested on python 3.12.1 & hatch 1.9.1 & hatch-pip-compile 1.9.0.
Following pip-compile settings in
pyproject.toml
:Then running
hatch run dev:pip -V
i get the following traceback:The same command works in the default environment
hatch run pip -V
The text was updated successfully, but these errors were encountered: