diff --git a/stripe-http-streams.cabal b/stripe-http-streams.cabal
--- a/stripe-http-streams.cabal
+++ b/stripe-http-streams.cabal
@@ -1,5 +1,5 @@
 name:                stripe-http-streams
-version:             2.2.3
+version:             2.3.0
 license:             MIT
 license-file:        LICENSE
 author:              David Johnson, Jeremy Shaw
@@ -27,7 +27,7 @@
                        , HsOpenSSL    >= 0.11 && < 0.12
                        , http-streams >= 0.7  && < 0.9
                        , io-streams   >= 1.2  && < 1.6
-                       , stripe-core  >= 2.0  && < 2.3
+                       , stripe-core
                        , text         >= 1.1  && < 1.3
   ghc-options:         -Wall
 
@@ -40,9 +40,9 @@
                     , free                >= 4.10 && < 4.13
                     , hspec               >= 2.1.0 && < 2.5
                     , http-streams        >= 0.7  && < 0.9
-                    , stripe-core         >= 2.0  && < 2.3
+                    , stripe-core
                     , stripe-http-streams
-                    , stripe-tests        >= 2.0  && < 2.3
+                    , stripe-tests
     default-language: Haskell2010
     ghc-options:      -Wall -threaded -rtsopts
 
