From 21185e57689d8db83e57a7b9c9f55619f3ed6991 Mon Sep 17 00:00:00 2001 From: Muhammad Hadi Date: Sun, 29 Jun 2025 17:25:25 -0400 Subject: [PATCH 1/3] lock pillow-hief version and bump version --- requirements.txt | 2 +- roboflow/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a184080d..f5ce8a21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ matplotlib numpy>=1.18.5 opencv-python-headless==4.10.0.84 Pillow>=7.1.2 -pillow-heif>=0.18.0 +pillow-heif<=0.18.0 python-dateutil python-dotenv requests diff --git a/roboflow/__init__.py b/roboflow/__init__.py index 1f0dd141..00fae2b2 100644 --- a/roboflow/__init__.py +++ b/roboflow/__init__.py @@ -15,7 +15,7 @@ from roboflow.models import CLIPModel, GazeModel # noqa: F401 from roboflow.util.general import write_line -__version__ = "1.1.66" +__version__ = "1.1.67" def check_key(api_key, model, notebook, num_retries=0): From 1a8e5236e683edb2cda4119853fa9f046ecb1120 Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Mon, 30 Jun 2025 09:25:52 +0200 Subject: [PATCH 2/3] fix lint --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 61cfa870..37cd89bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ ignore = [ "N", "PERF", "PIE", + "PLC0415", # `import` should be at the top-level of a file "PLR", "PLW", "PT", From 96aa8cc5fd4f9277fa97d778863d3d852eb7ded1 Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Mon, 30 Jun 2025 09:45:14 +0200 Subject: [PATCH 3/3] broad requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5ce8a21..d0736cd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,8 @@ matplotlib numpy>=1.18.5 opencv-python-headless==4.10.0.84 Pillow>=7.1.2 -pillow-heif<=0.18.0 +# https://github.com/roboflow/roboflow-python/issues/390 +pillow-heif<1 python-dateutil python-dotenv requests