diff --git a/polysemy-conc.cabal b/polysemy-conc.cabal
--- a/polysemy-conc.cabal
+++ b/polysemy-conc.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-conc
-version:        0.1.0.2
+version:        0.1.0.3
 synopsis:       Polysemy Effects for Concurrency
 description:    See <https://hackage.haskell.org/package/polysemy-conc/docs/Polysemy-Conc.html>
 category:       Concurrency
@@ -114,12 +114,12 @@
       async
     , base ==4.*
     , containers
-    , polysemy >=1.3 && <1.6
-    , polysemy-time >=0.1.2.1 && <0.2
-    , relude >=0.7 && <1.2
+    , polysemy >=1.3
+    , polysemy-time >=0.1.2.1
+    , relude >=0.7
     , stm
-    , stm-chans >=2 && <3.1
-    , string-interpolate >=0.2 && <0.4
+    , stm-chans >=2
+    , string-interpolate >=0.2
     , template-haskell
     , text
     , time
@@ -202,14 +202,14 @@
     , base ==4.*
     , containers
     , hedgehog
-    , polysemy >=1.3 && <1.6
+    , polysemy >=1.3
     , polysemy-conc
     , polysemy-test
-    , polysemy-time >=0.1.2.1 && <0.2
-    , relude >=0.7 && <1.2
+    , polysemy-time >=0.1.2.1
+    , relude >=0.7
     , stm
-    , stm-chans >=2 && <3.1
-    , string-interpolate >=0.2 && <0.4
+    , stm-chans >=2
+    , string-interpolate >=0.2
     , tasty
     , tasty-hedgehog
     , template-haskell
