diff --git a/pfile.cabal b/pfile.cabal
--- a/pfile.cabal
+++ b/pfile.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               pfile
-version:            0.1.0.0
+version:            0.1.0.1
 license:            BSD-3-Clause
 license-file:       LICENSE
 copyright:          2024 Illia Shkroba
@@ -64,16 +64,16 @@
 
     build-depends:
         HUnit >=1.6.2 && <1.7,
-        aeson >=2.1.2 && <2.2,
+        aeson >=2.1.2 && <=2.2.3.0,
         aeson-pretty >=0.8.9 && <0.9,
         base >=4.7 && <5,
         directory >=1.3.7 && <1.4,
         filepath >=1.4.2 && <1.5,
-        mtl >=2.2.2 && <2.3,
-        optparse-applicative >=0.17.1 && <0.18,
+        mtl >=2.2.2 && <=2.3.1,
+        optparse-applicative >=0.17.1 && <=0.18.1.0,
         protolude >=0.3.3 && <0.4,
         temporary >=1.3 && <1.4,
-        transformers >=0.5.6 && <0.6,
+        transformers >=0.5.6 && <=0.6.1.0,
         unordered-containers >=0.2.19 && <0.3
 
 executable pfile
@@ -91,17 +91,17 @@
 
     build-depends:
         HUnit >=1.6.2 && <1.7,
-        aeson >=2.1.2 && <2.2,
+        aeson >=2.1.2 && <=2.2.3.0,
         aeson-pretty >=0.8.9 && <0.9,
         base >=4.7 && <5,
         directory >=1.3.7 && <1.4,
         filepath >=1.4.2 && <1.5,
-        mtl >=2.2.2 && <2.3,
-        optparse-applicative >=0.17.1 && <0.18,
+        mtl >=2.2.2 && <=2.3.1,
+        optparse-applicative >=0.17.1 && <=0.18.1.0,
         pfile,
         protolude >=0.3.3 && <0.4,
         temporary >=1.3 && <1.4,
-        transformers >=0.5.6 && <0.6,
+        transformers >=0.5.6 && <=0.6.1.0,
         unordered-containers >=0.2.19 && <0.3
 
 test-suite pfile-test
@@ -130,19 +130,19 @@
 
     build-depends:
         HUnit >=1.6.2 && <1.7,
-        aeson >=2.1.2 && <2.2,
+        aeson >=2.1.2 && <=2.2.3.0,
         aeson-pretty >=0.8.9 && <0.9,
         base >=4.7 && <5,
         directory >=1.3.7 && <1.4,
         filepath >=1.4.2 && <1.5,
-        hspec >=2.10.10 && <2.11,
-        mtl >=2.2.2 && <2.3,
-        optparse-applicative >=0.17.1 && <0.18,
+        hspec >=2.10.10 && <=2.11.9,
+        mtl >=2.2.2 && <=2.3.1,
+        optparse-applicative >=0.17.1 && <=0.18.1.0,
         pfile,
         protolude >=0.3.3 && <0.4,
-        tasty >=1.4.3 && <1.5,
+        tasty >=1.4.3 && <=1.5,
         tasty-hspec >=1.2.0.3 && <1.3,
-        tasty-quickcheck >=0.10.2 && <0.11,
+        tasty-quickcheck >=0.10.2 && <=0.11,
         temporary >=1.3 && <1.4,
-        transformers >=0.5.6 && <0.6,
+        transformers >=0.5.6 && <=0.6.1.0,
         unordered-containers >=0.2.19 && <0.3
