diff --git a/dataframe-th.cabal b/dataframe-th.cabal
--- a/dataframe-th.cabal
+++ b/dataframe-th.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               dataframe-th
-version:            1.0.1.0
+version:            1.0.1.1
 
 synopsis:           Record-based Template Haskell splices for the dataframe ecosystem.
 description:
@@ -13,7 +13,7 @@
 license-file:       LICENSE
 author:             Michael Chavinda
 maintainer:         mschavinda@gmail.com
-copyright:          (c) 2024-2025 Michael Chavinda
+copyright:          (c) 2024-2026 Michael Chavinda
 category:           Data
 tested-with:        GHC ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2
 
@@ -34,7 +34,7 @@
     build-depends:      base >= 4 && < 5,
                         containers >= 0.6.7 && < 0.9,
                         dataframe-core ^>= 1.0,
-                        dataframe-operations ^>= 1.0,
+                        dataframe-operations ^>= 1.1,
                         dataframe-parsing ^>= 1.0,
                         template-haskell >= 2.0 && < 3,
                         text >= 2.0 && < 3,
