diff --git a/polysemy-log-di.cabal b/polysemy-log-di.cabal
--- a/polysemy-log-di.cabal
+++ b/polysemy-log-di.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-log-di
-version:        0.2.2.2
+version:        0.2.2.3
 synopsis:       Di Adapters for Polysemy-Log
 description:    See <https://hackage.haskell.org/package/polysemy-log-di/docs/Polysemy-Log-Di.html>
 category:       Logging
@@ -97,9 +97,9 @@
   ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints
   build-depends:
       base ==4.*
-    , di-polysemy >=0.2.0.0 && <0.3
+    , di-polysemy >=0.2.0.0
     , polysemy >=1.5
-    , polysemy-conc >=0.1.0.0 && <0.2
+    , polysemy-conc >=0.1.0.0
     , polysemy-log
     , polysemy-time >=0.1.1.0
     , relude >=0.7
@@ -180,10 +180,10 @@
   ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base ==4.*
-    , di-polysemy >=0.2.0.0 && <0.3
+    , di-polysemy >=0.2.0.0
     , hedgehog
     , polysemy >=1.5
-    , polysemy-conc >=0.1.0.0 && <0.2
+    , polysemy-conc >=0.1.0.0
     , polysemy-log
     , polysemy-log-di
     , polysemy-test
