From 2ac3f2cc58e660fae6799bf2b824daf152ec274c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:42:47 +0000 Subject: [PATCH 1/2] langgraph-cli 0.1.58 --- Formula/l/langgraph-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index 8725040b7c73..ff27f2ad2215 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -3,8 +3,8 @@ class LanggraphCli < Formula desc "Command-line interface for deploying apps to the LangGraph platform" homepage "https://www.github.com/langchain-ai/langgraph" - url "https://files.pythonhosted.org/packages/55/48/6d247e2057e926eed6313fd3663897e7bbe173b041a3c626da24ad041969/langgraph_cli-0.1.56.tar.gz" - sha256 "703977211ed5e52a162c6bca1ddb9ab7097bfc4c16d2675b7a59477f0b22e3bc" + url "https://files.pythonhosted.org/packages/0d/65/7ef008cb1931009ee991bf37cc74f26ed14fb96f7f3079379ae6f455350b/langgraph_cli-0.1.58.tar.gz" + sha256 "3ca2ac0a9aa9868accdb088c5f2343766b674c7643d0467f4f91e3fab1b7efbb" license "MIT" bottle do From c630e84d067e3a04c64c1fd20e57dbb8f0a76a75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:55:02 +0000 Subject: [PATCH 2/2] langgraph-cli: update 0.1.58 bottle. --- Formula/l/langgraph-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index ff27f2ad2215..820d45400c40 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -8,7 +8,7 @@ class LanggraphCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "31934c2a71cdaad38a6f20d1b893cd5d21b9e4839642652e41b67ed279d7f051" + sha256 cellar: :any_skip_relocation, all: "5884c5eb0032e361e69227d56310e2c7180001c21e9bd30278476555d33b0fd0" end depends_on "python@3.13"