From 56ca753eb718557040ce65933cccc863f7424873 Mon Sep 17 00:00:00 2001 From: Anton Zuev Date: Mon, 13 Apr 2026 11:22:02 +0300 Subject: [PATCH] Add sortedcontainers as the plugin dependency after remaking the tests/bugs/core_3672_test.py test. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 982dabb3..377a6f81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ dependencies = [ "firebird-driver~=2.0", "pytest>=7.4", "psutil~=5.9", + "sortedcontainers>=2.4.0" ] [project.urls]