diff --git a/changeset-containers.cabal b/changeset-containers.cabal
--- a/changeset-containers.cabal
+++ b/changeset-containers.cabal
@@ -1,9 +1,6 @@
 cabal-version: 2.4
 name: changeset-containers
--- PVP summary:     +-+------- breaking API changes
---                  | | +----- non-breaking API additions
---                  | | | +--- code changes with no API change
-version: 0.1.0.2
+version: 0.1.0.3
 synopsis: Stateful monad transformer based on monoidal actions
 description:
   A general state monad transformer with separate types for the state and the possible changes.
@@ -62,7 +59,7 @@
 
   build-depends:
     base >=4.12 && <4.22,
-    changeset ==0.1.0.2,
+    changeset ==0.1.0.3,
     containers >=0.6 && <0.8,
     monoid-extras ^>=0.6,
 
@@ -81,7 +78,7 @@
     changeset-containers,
     containers,
     monoid-extras,
-    tasty ^>=1.4.2,
+    tasty >=1.4.2 && <1.6,
     tasty-hunit ^>=0.10.2,
 
   other-modules:
