diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,8 @@
-## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.3...main)
+## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.4...main)
 
 None
 
-## [v0.6.3.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.2...v0.6.3.3)
-
-No changes, released to test release automation.
-
-## [v0.6.3.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...v0.6.3.2)
+## [v0.6.3.4](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...v0.6.3.4)
 
 - Remove dependencies upper bounds
 
diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal
--- a/yesod-auth-oauth2.cabal
+++ b/yesod-auth-oauth2.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               yesod-auth-oauth2
-version:            0.6.3.3
+version:            0.6.3.4
 license:            MIT
 license-file:       LICENSE
 maintainer:         engineering@freckle.com
@@ -60,24 +60,24 @@
     default-language: Haskell2010
     ghc-options:      -Wall
     build-depends:
-        aeson >=0.6 && <1.6,
+        aeson >=0.6,
         base >=4.9.0.0 && <5,
-        bytestring >=0.9.1.4 && <0.11,
-        cryptonite >=0.25 && <0.28,
-        errors >=2.3.0 && <2.4,
-        hoauth2 >=1.11.0 && <1.17,
-        http-client >=0.4.0 && <0.7,
-        http-conduit >=2.0 && <2.4,
-        http-types >=0.8 && <0.13,
-        memory >=0.15.0 && <0.16,
-        microlens >=0.4.11.2 && <0.5,
-        mtl >=2.2.2 && <2.3,
-        safe-exceptions >=0.1.7.1 && <0.2,
-        text >=0.7 && <1.3,
-        unliftio >=0.2.14 && <0.3,
-        uri-bytestring >=0.3.3.0 && <0.4,
-        yesod-auth >=1.6.0 && <1.7,
-        yesod-core >=1.6.0 && <1.7
+        bytestring >=0.9.1.4,
+        cryptonite >=0.25,
+        errors >=2.3.0,
+        hoauth2 >=1.11.0,
+        http-client >=0.4.0,
+        http-conduit >=2.0,
+        http-types >=0.8,
+        memory >=0.15.0,
+        microlens >=0.4.11.2,
+        mtl >=2.2.2,
+        safe-exceptions >=0.1.7.1,
+        text >=0.7,
+        unliftio >=0.2.14,
+        uri-bytestring >=0.3.3.0,
+        yesod-auth >=1.6.0,
+        yesod-core >=1.6.0
 
 executable yesod-auth-oauth2-example
     main-is:          Main.hs
@@ -86,17 +86,17 @@
     default-language: Haskell2010
     ghc-options:      -Wall -threaded -rtsopts -with-rtsopts=-N
     build-depends:
-        aeson >=0.6 && <1.6,
-        aeson-pretty >=0.8.8 && <0.9,
+        aeson >=0.6,
+        aeson-pretty >=0.8.8,
         base >=4.9.0.0 && <5,
-        bytestring >=0.9.1.4 && <0.11,
-        containers >=0.6.2.1 && <0.7,
-        http-conduit >=2.0 && <2.4,
-        load-env >=0.2.1.0 && <0.3,
-        text >=0.7 && <1.3,
-        warp >=3.3.14 && <3.4,
-        yesod >=1.6.1.0 && <1.7,
-        yesod-auth >=1.6.0 && <1.7,
+        bytestring >=0.9.1.4,
+        containers >=0.6.2.1,
+        http-conduit >=2.0,
+        load-env >=0.2.1.0,
+        text >=0.7,
+        warp >=3.3.14,
+        yesod >=1.6.1.0,
+        yesod-auth >=1.6.0,
         yesod-auth-oauth2 -any
 
     if !flag(example)
@@ -114,6 +114,6 @@
     ghc-options:      -Wall
     build-depends:
         base >=4.9.0.0 && <5,
-        hspec >=2.7.8 && <2.8,
-        uri-bytestring >=0.3.3.0 && <0.4,
+        hspec >=2.7.8,
+        uri-bytestring >=0.3.3.0,
         yesod-auth-oauth2 -any
