Update for python3.15 compartibilty - #3454
Conversation
|
What's the actual issue here? Do the versions just need bumping? |
|
There are two issues: The other is, that uv.lock does change, depending on OS, python version and maybe others. I have one install where the uv.lock is always changed by installing prek packages, which is a bit of an annoyance. I heard from others too, that they have the issue. Its just annoying, but I thought, if it does not work as expected, removing it from git might be better. |
|
But removing this: |
|
Maybe. In which case it is probably better to have a non matching uv.lock every now and then? I will make a new PR to only update the dependencies. |
|
I mean, it's not that I particularly care about having |
|
I restored the |
|
Please can you update the corresponding versions in |
|
Is there a tool for that? |
|
Yes, update |
|
But the first step, update |
Purpose
It allows to run prek with python3.15
Change Summary
prek tools where updated
Validation
This is run by CI and the tools have (hopefully) there on CI.
AI Assistance
None
Documentation
None, only minor.
Review Notes
See here for arguments about not tracking uv.lock:
https://stackoverflow.com/a/79983524
See also boutproject/hermes-3#631