diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
-## [*Unreleased*](https://github.com/freckle/graphula/compare/v2.0.0.2...main)
+## [*Unreleased*](https://github.com/freckle/graphula/compare/v2.0.0.3...main)
 
 None
 
-## [v2.0.0.1](https://github.com/freckle/graphula/compare/v2.0.0.1...v2.0.0.2)
+## [v2.0.0.3](https://github.com/freckle/graphula/compare/v2.0.0.2...v2.0.0.3)
+
+- Relax dependencies upper bounds
+
+## [v2.0.0.2](https://github.com/freckle/graphula/compare/v2.0.0.1...v2.0.0.2)
 
 - Support GHC-8.10 and unliftio-core 2.0.0
 
diff --git a/graphula.cabal b/graphula.cabal
--- a/graphula.cabal
+++ b/graphula.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               graphula
-version:            2.0.0.2
+version:            2.0.0.3
 license:            MIT
 license-file:       LICENSE
 maintainer:         Freckle Education
@@ -36,20 +36,20 @@
 
     build-depends:
         HUnit >=1.6.1.0 && <1.7,
-        QuickCheck >=2.13.2 && <2.14,
-        base >=4.13.0.0 && <4.14,
+        QuickCheck >=2.13.2 && <2.15,
+        base >=4.13.0.0 && <5,
         containers >=0.6.2.1 && <0.7,
         directory >=1.3.6.0 && <1.4,
         generics-eot >=0.4.0.1 && <0.5,
         mtl >=2.2.2 && <2.3,
-        persistent >=2.10.5.3 && <2.11,
-        random ==1.1.*,
+        persistent >=2.10.5.3 && <2.12,
+        random >=1.1 && <1.3,
         semigroups >=0.19.1 && <0.20,
         temporary ==1.3.*,
         text >=1.2.4.0 && <1.3,
         transformers >=0.5.6.2 && <0.6,
         unliftio >=0.2.13.1 && <0.3,
-        unliftio-core >=0.1.2.0 && <0.2
+        unliftio-core >=0.1.2.0 && <0.3
 
     if impl(ghc >=8.10)
         ghc-options:
@@ -69,10 +69,10 @@
         -Wno-implicit-prelude -pgmL markdown-unlit
 
     build-depends:
-        QuickCheck >=2.13.2 && <2.14,
-        aeson >=1.4.7.1 && <1.5,
-        base >=4.13.0.0 && <4.14,
-        bytestring >=0.10.10.1 && <0.11,
+        QuickCheck >=2.13.2 && <2.15,
+        aeson >=1.4.7.1 && <1.6,
+        base >=4.13.0.0 && <5,
+        bytestring >=0.10.10.1 && <0.12,
         containers >=0.6.2.1 && <0.7,
         graphula -any,
         hspec >=2.7.4 && <2.8,
@@ -80,13 +80,13 @@
         markdown-unlit >=0.5.0 && <0.6,
         monad-logger >=0.3.35 && <0.4,
         path-pieces >=0.2.1 && <0.3,
-        persistent >=2.10.5.3 && <2.11,
-        persistent-sqlite >=2.10.6.2 && <2.11,
-        persistent-template >=2.8.2.3 && <2.9,
+        persistent >=2.10.5.3 && <2.12,
+        persistent-sqlite >=2.10.6.2 && <2.12,
+        persistent-template >=2.8.2.3 && <2.10,
         resourcet >=1.2.4.2 && <1.3,
         text >=1.2.4.0 && <1.3,
         transformers >=0.5.6.2 && <0.6,
-        unliftio-core >=0.1.2.0 && <0.2,
+        unliftio-core >=0.1.2.0 && <0.3,
         uuid >=1.3.13 && <1.4
 
     if impl(ghc >=8.10)
