diff --git a/yesod-auth-account.cabal b/yesod-auth-account.cabal
--- a/yesod-auth-account.cabal
+++ b/yesod-auth-account.cabal
@@ -1,5 +1,5 @@
 name:              yesod-auth-account
-version:           1.4.2
+version:           1.4.3
 cabal-version:     >= 1.8
 build-type:        Simple
 synopsis:          An account authentication plugin for Yesod
@@ -38,11 +38,11 @@
                  , mtl               >= 2.1
                  , nonce             >= 1.0
                  , text              >= 0.11
-                 , persistent        >= 1.3        && < 2.6
+                 , persistent        >= 1.3
                  , pwstore-fast      >= 2.0
-                 , yesod-auth        >= 1.2        && < 1.5
-                 , yesod-core        >= 1.2        && < 1.5
-                 , yesod-form        >= 1.3        && < 1.5
+                 , yesod-auth        >= 1.2
+                 , yesod-core        >= 1.2
+                 , yesod-form        >= 1.3
                  , yesod-persistent  >= 1.2
 
 test-suite test
@@ -60,7 +60,7 @@
                  , resourcet
                  , text
                  , xml-conduit
-                 , yesod         >= 1.2 && < 1.5
+                 , yesod         >= 1.2
                  , yesod-test    >= 1.2.1.5
-                 , yesod-auth    >= 1.2 && < 1.5
+                 , yesod-auth    >= 1.2
                  , yesod-auth-account
