From 01f9a71e4292272be90a12bd37c5c8ba21c8da7f Mon Sep 17 00:00:00 2001 From: knQzx <75641500+knQzx@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:59:38 +0200 Subject: [PATCH 1/2] remove duplicate fancylog dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1431b88c..21049432f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,6 @@ dependencies = [ "PyYAML", "requests", "rich", - "fancylog>=0.4.2", "simplejson", "pyperclip", "textual>=3.4.0,<8", From 65b36964354dd70b5e10d3343aa64782903b484d Mon Sep 17 00:00:00 2001 From: Joe Ziminski <55797454+JoeZiminski@users.noreply.github.com> Date: Fri, 10 Apr 2026 23:47:04 +0100 Subject: [PATCH 2/2] Fix comment formatting for fancylog version constraints --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21049432f..0a9fd6288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,10 +23,9 @@ dependencies = [ "gitpython", "typeguard", "psutil", - # Skip the fancylog version which logs env packages + # Skip the fancylog versions which logs env packages # by default, which is slow due to subprocess calls. - "fancylog >= 0.7.0; python_version >= '3.11'", - "fancylog < 0.5.0; python_version < '3.11'", + "fancylog >=0.4.2,!=0.5.*,!=0.6.*" ] classifiers = [