diff --git a/api-builder.cabal b/api-builder.cabal
--- a/api-builder.cabal
+++ b/api-builder.cabal
@@ -1,5 +1,5 @@
 name:           api-builder
-version:        0.16.0.0
+version:        0.17.0.0
 synopsis:       Library for easily building REST API wrappers in Haskell
 category:       Network
 homepage:       https://github.com/intolerable/api-builder
@@ -22,17 +22,17 @@
     FlexibleInstances
   ghc-options: -Wall
   build-depends:
-    HTTP ==4000.*,
-    aeson >=0.9 && <1.5,
-    base >=4.6 && <4.14,
-    bifunctors >=4.0 &&< 6.0,
-    bytestring ==0.10.*,
-    http-client >=0.4.30 && <0.7,
-    http-client-tls >=0.2 && <0.4,
-    http-types >=0.8 && <0.13,
-    text ==1.*,
-    tls >=1.3 && <1.5,
-    transformers >=0.4 && <0.6
+    HTTP >=4000,
+    aeson >=0.9,
+    base >=4.6,
+    bifunctors >=4.0,
+    bytestring >=0.10,
+    http-client >=0.4.30,
+    http-client-tls >=0.2,
+    http-types >=0.8,
+    text >=1.0,
+    tls >=1.3,
+    transformers >=0.4
   exposed-modules:
       Network.API.Builder
       Network.API.Builder.API
