diff --git a/dataframe-parquet.cabal b/dataframe-parquet.cabal
--- a/dataframe-parquet.cabal
+++ b/dataframe-parquet.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               dataframe-parquet
-version:            1.0.1.0
+version:            1.0.1.1
 
 synopsis:           Parquet reader and writer for the dataframe ecosystem.
 description:
@@ -16,7 +16,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
 
@@ -49,7 +49,7 @@
                         bytestring >= 0.11 && < 0.13,
                         containers >= 0.6.7 && < 0.9,
                         dataframe-core ^>= 1.0,
-                        dataframe-operations ^>= 1.0,
+                        dataframe-operations ^>= 1.1,
                         dataframe-parsing ^>= 1.0,
                         directory >= 1.3.0.0 && < 2,
                         filepath >= 1.4 && < 2,
