diff --git a/LICENSE.txt b/LICENSE.txt
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2024 Taylor Fausak
+Copyright (c) 2026 Taylor Fausak
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/patrol.cabal b/patrol.cabal
--- a/patrol.cabal
+++ b/patrol.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: patrol
-version: 1.2.0.2
+version: 1.2.0.3
 synopsis: Sentry SDK
 description: Patrol is a Sentry SDK.
 build-type: Simple
@@ -22,7 +22,7 @@
   manual: True
 
 common library
-  build-depends: base ^>=4.19 || ^>=4.20 || ^>=4.21 || ^>=4.22
+  build-depends: base ^>=4.20 || ^>=4.21 || ^>=4.22
   default-language: Haskell2010
   ghc-options:
     -Weverything
@@ -52,15 +52,15 @@
   autogen-modules: Paths_patrol
   build-depends:
     aeson ^>=2.1.2.1 || ^>=2.2.2,
-    bytestring ^>=0.11.4 || ^>=0.12.0.2,
+    bytestring ^>=0.12.0.2,
     case-insensitive ^>=1.2.1,
-    containers ^>=0.6.7 || ^>=0.7 || ^>=0.8,
+    containers ^>=0.7 || ^>=0.8,
     exceptions ^>=0.10.7,
     http-client ^>=0.7.17,
     http-client-tls ^>=0.3.6.4,
     http-types ^>=0.12.4,
     network-uri ^>=2.6.4.2 || ^>=2.7,
-    text ^>=2.0.2 || ^>=2.1,
+    text ^>=2.1,
     time ^>=1.12.2 || ^>=1.14 || ^>=1.15,
     uuid ^>=1.3.15,
 
