diff --git a/pyproject.toml b/pyproject.toml
index 10024fc935317b590ef890a96dfe5a3415dbd9c9..2695afac260ad2a7f973536e0090c86a8546ac2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ description = "Base Worker to easily build Arkindex ML workflows"
 license = { file = "LICENSE" }
 dependencies = [
     "humanize==4.10.0",
-    "peewee~=3.17",
+    "peewee==3.17.6",
     "Pillow==10.4.0",
     "python-gnupg==0.5.2",
     "shapely==2.0.5",