diff --git a/dataframe-th.cabal b/dataframe-th.cabal
--- a/dataframe-th.cabal
+++ b/dataframe-th.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.4
 name:               dataframe-th
-version:            2.0.0.0
+version:            2.1.0.0
 
 synopsis:           Record-based Template Haskell splices for the dataframe ecosystem.
 description:
@@ -35,10 +35,9 @@
     other-modules:      DataFrame.Internal.Schema.TH
     build-depends:      base >= 4 && < 5,
                         containers >= 0.6.7 && < 0.10,
-                        dataframe-core >= 2.0 && < 2.1,
-                        dataframe-core:internal >= 2.0 && < 2.1,
-                        dataframe-operations >= 2.0 && < 2.1,
-                        dataframe-parsing >= 2.0 && < 2.1,
+                        dataframe-core >= 2.1 && < 2.2,
+                        dataframe-operations >= 2.1 && < 2.2,
+                        dataframe-parsing >= 2.1 && < 2.2,
                         template-haskell >= 2.0 && < 3,
                         text >= 2.1 && < 3,
                         vector >= 0.13 && < 0.15
