From fd3de344dc9ba2dacd1e996ee6416b60d5e4d0d2 Mon Sep 17 00:00:00 2001 From: jirka <6035284+Borda@users.noreply.github.com> Date: Sat, 14 Mar 2026 09:09:47 +0100 Subject: [PATCH] bump `0.27.0.post2` --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bbaf9af..78273596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "supervision" description = "A set of easy-to-use utils that will come in handy in any Computer Vision project" license = { text = "MIT" } -version = "0.27.0.post1" +version = "0.27.0.post2" readme = "README.md" requires-python = ">=3.9" authors = [ @@ -47,7 +47,7 @@ dependencies = [ "requests>=2.26.0", "tqdm>=4.62.3", "opencv-python>=4.5.5.64", - "pyDeprecate>=0.4.0" + "pyDeprecate>=0.4.0,<0.6.0" ] [project.urls]