diff --git a/okapi.cabal b/okapi.cabal
--- a/okapi.cabal
+++ b/okapi.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               okapi
-version:            0.1.0.0
+version:            0.1.0.1
 license:            BSD3
 license-file:       LICENSE
 copyright:          2022 Monadic Systems LLC
@@ -33,7 +33,7 @@
     other-modules:    Paths_okapi
     default-language: Haskell2010
     build-depends:
-        aeson >=2.0.3.0 && <2.1,
+        aeson >=1.4.7 && <2.1,
         base >=4.7 && <5,
         base64 >=0.4.2.3 && <0.5,
         bytestring >=0.10.12.1 && <0.11,
@@ -63,7 +63,7 @@
     default-language: Haskell2010
     ghc-options:      -threaded -rtsopts -with-rtsopts=-N
     build-depends:
-        aeson >=2.0.3.0 && <2.1,
+        aeson >=1.4.7 && <2.1,
         base >=4.7 && <5,
         base64 >=0.4.2.3 && <0.5,
         bytestring >=0.10.12.1 && <0.11,
