From 1a1bfc18a4a6e9b181d3a2a159929a47ead39c3a Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Tue, 30 Dec 2025 15:07:13 -0800 Subject: [PATCH] Update [ghstack-poisoned] --- pyproject.toml | 2 +- uv.lock | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b879d3..7715388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "flake8<8.0.0,>=7.0.0", ] name = "ghstack" -version = "0.13.0" +version = "0.14.0" description = "Stack diff support for GitHub" readme = "README.md" classifiers = [ diff --git a/uv.lock b/uv.lock index 9dce91f..b25d84e 100644 --- a/uv.lock +++ b/uv.lock @@ -1,9 +1,6 @@ version = 1 revision = 3 requires-python = ">=3.9.1, <4.0.0" -resolution-markers = [ - "python_version < '0'", -] [[package]] name = "aiohappyeyeballs" @@ -411,7 +408,7 @@ wheels = [ [[package]] name = "ghstack" -version = "0.13.0" +version = "0.14.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },