diff --git a/nonce.cabal b/nonce.cabal
--- a/nonce.cabal
+++ b/nonce.cabal
@@ -1,5 +1,5 @@
 name:                nonce
-version:             1.0.5
+version:             1.0.6
 synopsis:            Generate cryptographic nonces.
 homepage:            https://github.com/prowdsponsor/nonce
 license:             BSD3
@@ -33,7 +33,7 @@
     , bytestring        >= 0.9
     , text              >= 0.9
     , transformers      >= 0.2
-    , entropy           >= 0.3.7 && < 0.4
+    , entropy           >= 0.3.7 && < 0.4.2
     , unliftio
     , unliftio-core
   hs-source-dirs: src/
