diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 ## Unreleased changes
 
+## [v2.0.0.7](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.6...v2.0.0.7)
+
+- Remove dependencies upper bounds
+
 ## [v2.0.0.6](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.5...v2.0.0.6)
 
 - Relax dependency bounds
diff --git a/yesod-page-cursor.cabal b/yesod-page-cursor.cabal
--- a/yesod-page-cursor.cabal
+++ b/yesod-page-cursor.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               yesod-page-cursor
-version:            2.0.0.6
+version:            2.0.0.7
 license:            MIT
 license-file:       LICENSE
 copyright:          2020 Renaissance Learning Inc
@@ -28,15 +28,15 @@
     other-modules:    Paths_yesod_page_cursor
     default-language: Haskell2010
     build-depends:
-        aeson >=1.5.5.1 && <1.6,
+        aeson >=1.5.5.1,
         base >=4.7 && <5,
-        bytestring >=0.10.12.0 && <0.12,
-        containers >=0.6.2.1 && <0.7,
-        http-link-header >=1.0.3.1 && <1.3,
-        network-uri >=2.6.3.0 && <2.8,
-        text >=1.2.3.2 && <1.3,
-        unliftio >=0.2.14 && <0.3,
-        yesod-core >=1.6.18.8 && <1.7
+        bytestring >=0.10.12.0,
+        containers >=0.6.2.1,
+        http-link-header >=1.0.3.1,
+        network-uri >=2.6.3.0,
+        text >=1.2.3.2,
+        unliftio >=0.2.14,
+        yesod-core >=1.6.18.8
 
 test-suite yesod-page-cursor-test
     type:             exitcode-stdio-1.0
@@ -49,27 +49,27 @@
     default-language: Haskell2010
     ghc-options:      -threaded -rtsopts -with-rtsopts=-N
     build-depends:
-        aeson >=1.5.5.1 && <1.6,
+        aeson >=1.5.5.1,
         base >=4.7 && <5,
-        bytestring >=0.10.12.0 && <0.12,
-        hspec >=2.7.8 && <2.8,
-        hspec-expectations-lifted >=0.10.0 && <0.11,
-        http-link-header >=1.0.3.1 && <1.3,
-        http-types >=0.12.3 && <0.13,
-        lens >=4.19.2 && <5.1,
-        lens-aeson ==1.1.*,
-        monad-logger >=0.3.36 && <0.4,
-        mtl >=2.2.2 && <2.3,
-        persistent >=2.11.0.2 && <2.13,
-        persistent-sqlite >=2.11.0.0 && <2.13,
-        persistent-template >=2.9.1.0 && <2.13,
-        scientific >=0.3.6.2 && <0.4,
-        text >=1.2.3.2 && <1.3,
-        time >=1.9.3 && <1.12,
-        unliftio >=0.2.14 && <0.3,
-        unliftio-core >=0.2.0.1 && <0.3,
-        wai-extra >=3.1.6 && <3.2,
-        yesod >=1.6.1.0 && <1.7,
-        yesod-core >=1.6.18.8 && <1.7,
+        bytestring >=0.10.12.0,
+        hspec >=2.7.8,
+        hspec-expectations-lifted >=0.10.0,
+        http-link-header >=1.0.3.1,
+        http-types >=0.12.3,
+        lens >=4.19.2,
+        lens-aeson >=1.1,
+        monad-logger >=0.3.36,
+        mtl >=2.2.2,
+        persistent >=2.11.0.2,
+        persistent-sqlite >=2.11.0.0,
+        persistent-template >=2.9.1.0,
+        scientific >=0.3.6.2,
+        text >=1.2.3.2,
+        time >=1.9.3,
+        unliftio >=0.2.14,
+        unliftio-core >=0.2.0.1,
+        wai-extra >=3.1.6,
+        yesod >=1.6.1.0,
+        yesod-core >=1.6.18.8,
         yesod-page-cursor -any,
-        yesod-test >=1.6.12 && <1.7
+        yesod-test >=1.6.12
