From 4dc7058d7e3348b9a2463f5661134000ccc5e56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 13 Nov 2025 12:58:08 +0100 Subject: [PATCH 01/11] Bump textual to 6.5.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ca3c4c58c1..7598104577 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.4.0" +version = "6.5.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.4.0-py3-none-any.whl", hash = "sha256:b346dbb8e12f17cefb33ddfdf7f19bdc9e66c29daf82fc981a8db6b7d985e115"}, - {file = "textual-6.4.0.tar.gz", hash = "sha256:f40df9165a001c10249698d532f2f5a71708b70f0e4ef3fce081a9dd93ffeaaa"}, + {file = "textual-6.5.0-py3-none-any.whl", hash = "sha256:c5505be7fe606b8054fb88431279885f88352bddca64832f6acd293ef7d9b54f"}, + {file = "textual-6.5.0.tar.gz", hash = "sha256:e5f152cdd47db48a635d23b839721bae4d0e8b6d855e3fede7285218289294e3"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "0baecf306afb0ddc9f23ae7f07c483d9db8b58373a708d7a7b271832df6b42a1" +content-hash = "9bbf2169959a1b3fa72ac58d846569fdcc3bb3ff5b742361dc1af4323f354b20" diff --git a/pyproject.toml b/pyproject.toml index 11113ec882..351906d902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.4.0)', + 'textual (==6.5.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From c0ca5e9c599263cca60ee36d2a85c76c99538f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 13 Nov 2025 13:12:07 +0100 Subject: [PATCH 02/11] Bump textual to 6.6.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7598104577..f46e3173e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.5.0" +version = "6.6.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.5.0-py3-none-any.whl", hash = "sha256:c5505be7fe606b8054fb88431279885f88352bddca64832f6acd293ef7d9b54f"}, - {file = "textual-6.5.0.tar.gz", hash = "sha256:e5f152cdd47db48a635d23b839721bae4d0e8b6d855e3fede7285218289294e3"}, + {file = "textual-6.6.0-py3-none-any.whl", hash = "sha256:5a9484bd15ee8a6fd8ac4ed4849fb25ee56bed2cecc7b8a83c4cd7d5f19515e5"}, + {file = "textual-6.6.0.tar.gz", hash = "sha256:53345166d6b0f9fd028ed0217d73b8f47c3a26679a18ba3b67616dcacb470eec"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "9bbf2169959a1b3fa72ac58d846569fdcc3bb3ff5b742361dc1af4323f354b20" +content-hash = "7519cd58c4eab70ec5a810f49a4c660d2fec1aa29a96b628f5665de598e941cd" diff --git a/pyproject.toml b/pyproject.toml index 351906d902..e8aa542eb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.5.0)', + 'textual (==6.6.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From 04c0fb2651d20a1304eedb8cd6a4cbd4a2d90881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Wed, 7 Jan 2026 13:39:12 +0100 Subject: [PATCH 03/11] Bump textual to 6.7.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f46e3173e1..37eb912882 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.6.0" +version = "6.7.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.6.0-py3-none-any.whl", hash = "sha256:5a9484bd15ee8a6fd8ac4ed4849fb25ee56bed2cecc7b8a83c4cd7d5f19515e5"}, - {file = "textual-6.6.0.tar.gz", hash = "sha256:53345166d6b0f9fd028ed0217d73b8f47c3a26679a18ba3b67616dcacb470eec"}, + {file = "textual-6.7.0-py3-none-any.whl", hash = "sha256:c5ed36840187c0bdfeb9bd46217d18fe26dca3befcdc695edc848cf24b3133a4"}, + {file = "textual-6.7.0.tar.gz", hash = "sha256:ef1fd587a3b5b29777d4b03037e0a8f10d174e63366e99a5d8518a74b5382e38"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "7519cd58c4eab70ec5a810f49a4c660d2fec1aa29a96b628f5665de598e941cd" +content-hash = "709f712438a2f7578e178ca37a289c7092b3e1abd0541229363a3ceb5f81346c" diff --git a/pyproject.toml b/pyproject.toml index e8aa542eb8..6d193f5a02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.6.0)', + 'textual (==6.7.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From 437ac202fa2eb23912cb7236804fe9761b1b4f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 8 Jan 2026 08:30:20 +0000 Subject: [PATCH 04/11] Bump textual to 6.7.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 37eb912882..9919b328aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.7.0" +version = "6.7.1" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.7.0-py3-none-any.whl", hash = "sha256:c5ed36840187c0bdfeb9bd46217d18fe26dca3befcdc695edc848cf24b3133a4"}, - {file = "textual-6.7.0.tar.gz", hash = "sha256:ef1fd587a3b5b29777d4b03037e0a8f10d174e63366e99a5d8518a74b5382e38"}, + {file = "textual-6.7.1-py3-none-any.whl", hash = "sha256:b92977ac5941dd37b6b7dc0ac021850ce8d9bf2e123c5bab7ff2016f215272e0"}, + {file = "textual-6.7.1.tar.gz", hash = "sha256:2a5acb0ab316a7ba9e74b0a291fab8933d681d7cf6f4e1eeb45c39a731b094cf"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "709f712438a2f7578e178ca37a289c7092b3e1abd0541229363a3ceb5f81346c" +content-hash = "97051f73baf53a9500a9f770514a60a752c8ac7e5d0ee86672b4085e390fb424" diff --git a/pyproject.toml b/pyproject.toml index 6d193f5a02..c5e9881712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.7.0)', + 'textual (==6.7.1)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From 9eea301e885cbbf72e6caabbc21aa89e85e746c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 8 Jan 2026 08:42:38 +0000 Subject: [PATCH 05/11] Bump textual to 6.8.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9919b328aa..e8f7bd9a70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.7.1" +version = "6.8.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.7.1-py3-none-any.whl", hash = "sha256:b92977ac5941dd37b6b7dc0ac021850ce8d9bf2e123c5bab7ff2016f215272e0"}, - {file = "textual-6.7.1.tar.gz", hash = "sha256:2a5acb0ab316a7ba9e74b0a291fab8933d681d7cf6f4e1eeb45c39a731b094cf"}, + {file = "textual-6.8.0-py3-none-any.whl", hash = "sha256:074d389ba8c6c98c74e2a4fe1493ea3a38f3ee5008697e98f71daa2cf8ab8fda"}, + {file = "textual-6.8.0.tar.gz", hash = "sha256:7efe618ec9197466b8fe536aefabb678edf30658b9dc58a763365d7daed12b62"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "97051f73baf53a9500a9f770514a60a752c8ac7e5d0ee86672b4085e390fb424" +content-hash = "889d03689c83b55395360a775044d16d2c7799d6749bcf37b1f9d591556d625a" diff --git a/pyproject.toml b/pyproject.toml index c5e9881712..b27e7cb3c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.7.1)', + 'textual (==6.8.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From bf568f38930c2b011500e68a112a7d1d204cd3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 8 Jan 2026 08:49:31 +0000 Subject: [PATCH 06/11] Bump textual to 6.9.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e8f7bd9a70..16edf8c396 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.8.0" +version = "6.9.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.8.0-py3-none-any.whl", hash = "sha256:074d389ba8c6c98c74e2a4fe1493ea3a38f3ee5008697e98f71daa2cf8ab8fda"}, - {file = "textual-6.8.0.tar.gz", hash = "sha256:7efe618ec9197466b8fe536aefabb678edf30658b9dc58a763365d7daed12b62"}, + {file = "textual-6.9.0-py3-none-any.whl", hash = "sha256:5ded2824fcfc7311b09ac440abb6fe248b3c1431d0403dc0d096795c4f18303c"}, + {file = "textual-6.9.0.tar.gz", hash = "sha256:49201129a21f65cc16003ce3855cd941a4de7d58eac9489d0e390ba501d712b6"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "889d03689c83b55395360a775044d16d2c7799d6749bcf37b1f9d591556d625a" +content-hash = "e9fecae583332bcf643f9c528b60d8b236618dc19a85b7c489b6746e326ddcc3" diff --git a/pyproject.toml b/pyproject.toml index b27e7cb3c7..6783ba7430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.8.0)', + 'textual (==6.9.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From 5dcd426cc843ffe59152e9411119d8d3b22f63e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 8 Jan 2026 08:50:28 +0000 Subject: [PATCH 07/11] Bump textual to 6.10.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 16edf8c396..c36638ca2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.9.0" +version = "6.10.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.9.0-py3-none-any.whl", hash = "sha256:5ded2824fcfc7311b09ac440abb6fe248b3c1431d0403dc0d096795c4f18303c"}, - {file = "textual-6.9.0.tar.gz", hash = "sha256:49201129a21f65cc16003ce3855cd941a4de7d58eac9489d0e390ba501d712b6"}, + {file = "textual-6.10.0-py3-none-any.whl", hash = "sha256:b33ffe37bc5f33e76cbe5a2018b4e9e5704f89bb3db0dbf04319261e0369bd3b"}, + {file = "textual-6.10.0.tar.gz", hash = "sha256:87f52a21fe7527e472c1f1cf01faff95673c8378690b0e1b755ec93a0484dae9"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "e9fecae583332bcf643f9c528b60d8b236618dc19a85b7c489b6746e326ddcc3" +content-hash = "58ddc98368bda60e6bc1379cac1efc2593ff4077d2815630ea7cc16c0283c07a" diff --git a/pyproject.toml b/pyproject.toml index 6783ba7430..6f2f975e7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.9.0)', + 'textual (==6.10.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From 319c572da7ef7cc29a2f046b032befd1afa3998e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 8 Jan 2026 08:51:24 +0000 Subject: [PATCH 08/11] Bump textual to 6.11.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c36638ca2e..c9111831e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.10.0" +version = "6.11.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.10.0-py3-none-any.whl", hash = "sha256:b33ffe37bc5f33e76cbe5a2018b4e9e5704f89bb3db0dbf04319261e0369bd3b"}, - {file = "textual-6.10.0.tar.gz", hash = "sha256:87f52a21fe7527e472c1f1cf01faff95673c8378690b0e1b755ec93a0484dae9"}, + {file = "textual-6.11.0-py3-none-any.whl", hash = "sha256:9e663b73ed37123a9b13c16a0c85e09ef917a4cfded97814361ed5cccfa40f89"}, + {file = "textual-6.11.0.tar.gz", hash = "sha256:08237ebda0cfbbfd1a4e2fd3039882b35894a73994f6f0fcc12c5b0d78acf3cc"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "58ddc98368bda60e6bc1379cac1efc2593ff4077d2815630ea7cc16c0283c07a" +content-hash = "5d87ed339c61c816f3b16334c2ac97f740cf088d78a34a518c59f37d518cd4d2" diff --git a/pyproject.toml b/pyproject.toml index 6f2f975e7a..ae1bd4be69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.10.0)', + 'textual (==6.11.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From 0f166398460581c74b207b277152249d5fa6c6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 8 Jan 2026 08:52:16 +0000 Subject: [PATCH 09/11] Bump textual to 6.12.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c9111831e8..7b17ad5d84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.11.0" +version = "6.12.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.11.0-py3-none-any.whl", hash = "sha256:9e663b73ed37123a9b13c16a0c85e09ef917a4cfded97814361ed5cccfa40f89"}, - {file = "textual-6.11.0.tar.gz", hash = "sha256:08237ebda0cfbbfd1a4e2fd3039882b35894a73994f6f0fcc12c5b0d78acf3cc"}, + {file = "textual-6.12.0-py3-none-any.whl", hash = "sha256:cf9ea9a54d213c7736efe9fef440c7f49218d4e6ab75279afd060eded9c567ec"}, + {file = "textual-6.12.0.tar.gz", hash = "sha256:a32e8edbf6abdb0c42d486e96bdf419eb3aa378edb1b1271b84637f3dbd64c73"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "5d87ed339c61c816f3b16334c2ac97f740cf088d78a34a518c59f37d518cd4d2" +content-hash = "97d1a7ba9309cfc34186f3275d601e7b10dc043f3c970f9594bdff496fbbd598" diff --git a/pyproject.toml b/pyproject.toml index ae1bd4be69..87565438c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.11.0)', + 'textual (==6.12.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From c679702094025ceb2c0c9cbfff9fc6f2fa883d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 8 Jan 2026 08:53:07 +0000 Subject: [PATCH 10/11] Bump textual to 7.0.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7b17ad5d84..1bcb6f130b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.12.0" +version = "7.0.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.12.0-py3-none-any.whl", hash = "sha256:cf9ea9a54d213c7736efe9fef440c7f49218d4e6ab75279afd060eded9c567ec"}, - {file = "textual-6.12.0.tar.gz", hash = "sha256:a32e8edbf6abdb0c42d486e96bdf419eb3aa378edb1b1271b84637f3dbd64c73"}, + {file = "textual-7.0.0-py3-none-any.whl", hash = "sha256:190de0f65e5f4bc820fae46f32f591e509621d76688b36400ce01fa63dc6b623"}, + {file = "textual-7.0.0.tar.gz", hash = "sha256:617638a2be74fb7507aff3ea6ec9374148be02e5a7bb1d02396d1d557b66c0a9"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "97d1a7ba9309cfc34186f3275d601e7b10dc043f3c970f9594bdff496fbbd598" +content-hash = "f3a5a0af23bf9d31444e49af4bb146ddb50f2adf7a2e669bbdbfdf5487e85219" diff --git a/pyproject.toml b/pyproject.toml index 87565438c3..3f7cb175f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.12.0)', + 'textual (==7.0.0)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab From c7da221816ee78fd761aa6eac1cdb1bb18fd1f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= Date: Thu, 8 Jan 2026 08:53:59 +0000 Subject: [PATCH 11/11] Bump textual to 7.0.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1bcb6f130b..673b7c692b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "7.0.0" +version = "7.0.1" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-7.0.0-py3-none-any.whl", hash = "sha256:190de0f65e5f4bc820fae46f32f591e509621d76688b36400ce01fa63dc6b623"}, - {file = "textual-7.0.0.tar.gz", hash = "sha256:617638a2be74fb7507aff3ea6ec9374148be02e5a7bb1d02396d1d557b66c0a9"}, + {file = "textual-7.0.1-py3-none-any.whl", hash = "sha256:f9b7d16fa9b640bfff2a2008bf31e3f2d4429dc85e07a9583be033840ed15174"}, + {file = "textual-7.0.1.tar.gz", hash = "sha256:d61db446d22913c0fa6ca2a110c895732b40408e12b0eab1022b5d766924e1ed"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "f3a5a0af23bf9d31444e49af4bb146ddb50f2adf7a2e669bbdbfdf5487e85219" +content-hash = "9033f1db9313865e9fb66e8ad9e9a0b383f6d2b7f587602042616e6920753ec1" diff --git a/pyproject.toml b/pyproject.toml index 3f7cb175f2..714f42d3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==7.0.0)', + 'textual (==7.0.1)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)', -- GitLab