diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `tmp-proc-postgres` uses [PVP Versioning][1].
 
+## 0.7.2.4 -- 2025-03-25
+
+* Relax the upper bound on bytestring
+
 ## 0.7.0.0 -- 2024-05-12
 
 * Extend the upper bound for tmp-proc to allow 0.7
diff --git a/tmp-proc-postgres.cabal b/tmp-proc-postgres.cabal
--- a/tmp-proc-postgres.cabal
+++ b/tmp-proc-postgres.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               tmp-proc-postgres
-version:            0.7.0.0
+version:            0.7.2.4
 synopsis:           Launch a PostgreSQL database in docker using tmp-proc
 description:
   Demos how to use tmp-proc to run a PostgreSQL database in docker in a unittest.
@@ -27,7 +27,7 @@
   hs-source-dirs:   src
   build-depends:
     , base               >=4.11     && <5
-    , bytestring         >=0.10.8.2 && <0.12.2
+    , bytestring         >=0.10.8   && <0.11 || >=0.11.3 && <0.13
     , postgresql-simple  >=0.5.4  && <0.8
     , text               >=1.2.3.0  && <1.3 || >=2.0 && <2.2
     , tmp-proc           >=0.5.3  && <0.8
