From f4f06e548d3be7441ef64e8ba255a2bcf0760ecd Mon Sep 17 00:00:00 2001 From: Josh Wiedemeier Date: Wed, 10 Dec 2025 15:29:37 -0600 Subject: [PATCH] temp: point xdis at a staging branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b74a87..9c988d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,4 +102,4 @@ members = [ ] [tool.uv.sources] -xdis = { git = "https://github.com/jdw170000/python-xdis", rev = "python-3.14" } +xdis = { git = "https://github.com/jdw170000/python-xdis", rev = "python-3.14-dev" }