Migrate to a semi-supported fork of result.py

This commit is contained in:
Olivia Brooks
2025-09-09 11:25:14 -04:00
parent 0ea69a5c89
commit 9f26939126
4 changed files with 54 additions and 17 deletions

19
uv.lock generated Normal file
View 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" }