/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Fun with uv and PEP 723
(www.cottongeeks.com)
618 points
deepakjois
| 1 comments |
24 Jun 25 18:41 UTC
|
HN request time: 0.712s
|
source
Show context
korijn
◴[
24 Jun 25 20:57 UTC
]
No.
44370971
[source]
▶
>>44369388 (OP)
#
There's no lockfile or anything with this approach right? So in a year or two all of these scripts will be broken because people didn't pin their dependencies?
I like it though. It's very convenient.
replies(3):
>>44370992
#
>>44370993
#
>>44371436
#
1.
rahimnathwani
◴[
24 Jun 25 20:59 UTC
]
No.
44370992
[source]
▶
>>44370971
#
PEP 723 allows you to specify version numbers for direct dependencies, but of course indirect dependencies aren't guaranteed to be the same.
ID:
GO
↑