diff --git a/polysemy-http.cabal b/polysemy-http.cabal
--- a/polysemy-http.cabal
+++ b/polysemy-http.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-http
-version:        0.2.0.3
+version:        0.2.0.4
 synopsis:       Polysemy effect for http-client
 description:    Please see the README on Github at <https://github.com/tek/polysemy-http>
 category:       Network
@@ -74,7 +74,7 @@
     , http-types >=0.12.3
     , lens >=4
     , polysemy >=1.3.0
-    , polysemy-plugin >=0.2.5
+    , polysemy-plugin >=0.2.5.1 && <0.3
     , relude >=0.5 && <0.8
     , string-interpolate >=0.2.1
     , template-haskell >=2.14.0
@@ -119,7 +119,7 @@
     , network
     , polysemy >=1.3.0
     , polysemy-http
-    , polysemy-plugin >=0.2.5
+    , polysemy-plugin >=0.2.5.1 && <0.3
     , relude >=0.5 && <0.8
     , servant
     , servant-client
@@ -170,7 +170,7 @@
     , lens >=4
     , polysemy >=1.3.0
     , polysemy-http
-    , polysemy-plugin >=0.2.5
+    , polysemy-plugin >=0.2.5.1 && <0.3
     , relude >=0.5 && <0.8
     , string-interpolate >=0.2.1
     , tasty
