diff --git a/http2-client-grpc.cabal b/http2-client-grpc.cabal
--- a/http2-client-grpc.cabal
+++ b/http2-client-grpc.cabal
@@ -1,5 +1,5 @@
 name:                http2-client-grpc
-version:             0.5.0.3
+version:             0.5.0.4
 synopsis:            Implement gRPC-over-HTTP2 clients.
 description:         A gRPC over http2-client using proto-lens to generate client code.
 homepage:            https://github.com/lucasdicioccio/http2-client-grpc#readme
@@ -27,8 +27,7 @@
                      , http2 >= 1.6 && < 1.7
                      , http2-client >= 0.8 && < 0.9
                      , http2-grpc-types >= 0.3 && < 0.4
-                     , proto-lens >= 0.3 && < 0.4
-                     , proto-lens-protoc >= 0.3 && < 0.4
+                     , proto-lens >= 0.4 && < 0.5
                      , text >= 1.2 && < 1.3
                      , tls >= 1.4 && < 1.5
   default-language:    Haskell2010
