diff --git a/proto-lens-protobuf-types.cabal b/proto-lens-protobuf-types.cabal
--- a/proto-lens-protobuf-types.cabal
+++ b/proto-lens-protobuf-types.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           proto-lens-protobuf-types
-version:        0.7.2.0
+version:        0.7.2.1
 synopsis:       Basic protocol buffer message types.
 description:    This package provides bindings standard protocol message types, for use with the proto-lens library.
 category:       Data
@@ -40,7 +40,7 @@
 custom-setup
   setup-depends:
       Cabal >=3 && <3.12
-    , base >=4.10 && <4.19
+    , base >=4.10 && <4.20
     , proto-lens-setup ==0.4.*
 
 library
@@ -101,7 +101,7 @@
   build-tool-depends:
       proto-lens-protoc:proto-lens-protoc
   build-depends:
-      base >=4.10 && <4.19
+      base >=4.10 && <4.20
     , lens-family >=1.2 && <2.2
     , proto-lens ==0.7.*
     , proto-lens-runtime ==0.7.*
