Migrate to a semi-supported fork of result.py
This commit is contained in:
19
uv.lock
generated
Normal file
19
uv.lock
generated
Normal file
@@ -0,0 +1,19 @@
|
||||
version = 1
|
||||
revision = 3
|
||||
requires-python = ">=3.13"
|
||||
|
||||
[[package]]
|
||||
name = "balloon"
|
||||
version = "0.0.1"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "result" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "result", git = "https://github.com/montasaurus/result" }]
|
||||
|
||||
[[package]]
|
||||
name = "result"
|
||||
version = "0.19.0"
|
||||
source = { git = "https://github.com/montasaurus/result#59cd2fb7b57e4851a7054917fbd03c4c8f68a62f" }
|
||||
Reference in New Issue
Block a user