diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for bluesky-tools
 
+## 0.6.0.2 -- 2025-05-26
+
+* Dependency version updates
+
 ## 0.6.0.0 -- 2024-01-11
 
 * Support older versions of `http-api-data`.
diff --git a/bluesky-tools.cabal b/bluesky-tools.cabal
--- a/bluesky-tools.cabal
+++ b/bluesky-tools.cabal
@@ -1,7 +1,7 @@
 cabal-version:      3.4
 
 name:               bluesky-tools
-version:            0.6.0.0
+version:            0.6.0.2
 synopsis:           Tools for interacting with Bluesky / AT Protocol
 description:
   bluesky-tools provides tools that I've found useful while trying to integrate
@@ -43,16 +43,16 @@
     Bluesky.Handle
   -- other-modules:
   build-depends:
-    aeson ^>=2.1,
+    aeson >=2.1 && < 2.3,
     async ^>=2.2,
-    base ^>=4.18,
-    containers ^>=0.6,
+    base >=4.18 && < 4.22,
+    containers >=0.6 && < 0.9,
     dns ^>=4.2,
-    http-api-data >= 0.5 && < 0.6,
+    http-api-data >= 0.5 && < 0.7,
     http-client ^>=0.7,
     http-types ^>=0.12,
     network-uri ^>=2.6,
-    text ^>=2.0,
+    text >=2.0 && <2.2,
     transformers ^>=0.6,
 
 test-suite bluesky-tools-test
@@ -65,6 +65,6 @@
     Did
     Handle
   build-depends:
-    base ^>=4.18,
+    base >=4.18 && < 4.22,
     bluesky-tools,
-    text ^>=2.0,
+    text >=2.0 && <2.2,
