From af253aa7f0100d013da2e0fe195e7574da313725 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Jul 2026 01:53:25 +0000 Subject: [PATCH] CompatHelper: bump compat for HTTP to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ae5b2e3..c1f1cd4 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ Combinatorics = "1" GenericTensorNetworks = "4.1.0" GraphIO = "0.7.1" Graphs = "1.9.0" -HTTP = "1.11.0" +HTTP = "1.11.0, 2" HiGHS = "1.7.5" IterTools = "1.10.0" JSON3 = "1.14.1"