diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -6,6 +6,10 @@
 
 # Revision history for haskell-amqp-utils
 
+## 0.6.7.3  -- 2025-11-02
+
+* relax time upper bound for compatibility with stackage nightly
+
 ## 0.6.7.2  -- 2025-07-29
 
 * add cabal bounds
diff --git a/amqp-utils.cabal b/amqp-utils.cabal
--- a/amqp-utils.cabal
+++ b/amqp-utils.cabal
@@ -4,7 +4,7 @@
 
 name:                amqp-utils
 
-version:             0.6.7.2
+version:             0.6.7.3
 
 synopsis:            AMQP toolset for the command line
 
@@ -42,7 +42,7 @@
                        text >= 2.0 && < 2.2,
                        crypton-connection >= 0.3 && < 0.5,
                        data-default-class >= 0.1 && < 0.3,
-                       time >= 1.12 && < 1.13,
+                       time >= 1.12 && < 1.15,
                        process >= 1.6 && < 1.7,
                        directory >= 1.3 && < 1.4,
                        bytestring >= 0.11 && < 0.13,
@@ -70,7 +70,7 @@
                        text >= 2.0 && < 2.2,
                        crypton-connection >= 0.3 && < 0.5,
                        data-default-class >= 0.1 && < 0.3,
-                       time >= 1.12 && < 1.13,
+                       time >= 1.12 && < 1.15,
                        process >= 1.6 && < 1.7,
                        directory >= 1.3 && < 1.4,
                        bytestring >= 0.11 && < 0.13,
@@ -103,7 +103,7 @@
                        text >= 2.0 && < 2.2,
                        crypton-connection >= 0.3 && < 0.5,
                        data-default-class >= 0.1 && < 0.3,
-                       time >= 1.12 && < 1.13,
+                       time >= 1.12 && < 1.15,
                        process >= 1.6 && < 1.7,
                        directory >= 1.3 && < 1.4,
                        bytestring >= 0.11 && < 0.13,
@@ -131,7 +131,7 @@
                        text >= 2.0 && < 2.2,
                        crypton-connection >= 0.3 && < 0.5,
                        data-default-class >= 0.1 && < 0.3,
-                       time >= 1.12 && < 1.13,
+                       time >= 1.12 && < 1.15,
                        process >= 1.6 && < 1.7,
                        directory >= 1.3 && < 1.4,
                        bytestring >= 0.11 && < 0.13,
