diff --git a/nri-http.cabal b/nri-http.cabal
--- a/nri-http.cabal
+++ b/nri-http.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           nri-http
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Make Elm style HTTP requests
 description:    Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-http#readme>.
 category:       Web
@@ -62,7 +62,7 @@
     , http-client-tls >=0.3.0 && <0.4
     , http-types ==0.12.*
     , mime-types >=0.1.0.0 && <0.2
-    , network-uri >=2.6.0.0 && <2.7
+    , network-uri >=2.6.0.0 && <2.8
     , nri-observability >=0.1.0.0 && <0.2
     , nri-prelude >=0.1.0.0 && <0.7
     , safe-exceptions >=0.1.7.0 && <1.3
@@ -106,7 +106,7 @@
     , http-client-tls >=0.3.0 && <0.4
     , http-types ==0.12.*
     , mime-types >=0.1.0.0 && <0.2
-    , network-uri >=2.6.0.0 && <2.7
+    , network-uri >=2.6.0.0 && <2.8
     , nri-observability >=0.1.0.0 && <0.2
     , nri-prelude >=0.1.0.0 && <0.7
     , safe-exceptions >=0.1.7.0 && <1.3
