From 72a6e8442a4144f15f69fe1eabf74f87a1241b63 Mon Sep 17 00:00:00 2001 From: Benjamin Doran <20494558+BenjaminDoran@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:19:55 -0500 Subject: [PATCH] Update Chain.jl Compat Chain updated to v1.0 to indicate stability of API, with no braking changes to the API from v0.6 See https://github.com/jkrumbiegel/Chain.jl/releases/tag/v1.0.0 This updates the compat bound on DataFramesMeta --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9f30935..58921dd 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" TableMetadataTools = "9ce81f87-eacc-4366-bf80-b621a3098ee2" [compat] -Chain = "0.5, 0.6" +Chain = "0.5, 0.6, 1" DataFrames = "1" MacroTools = "0.5" OrderedCollections = "1"