@@ -3,8 +3,8 @@ class LanggraphCli < Formula
33
44 desc "Command-line interface for deploying apps to the LangGraph platform"
55 homepage "https://www.github.com/langchain-ai/langgraph"
6- url "https://files.pythonhosted.org/packages/4d/f0/f987c13cf35214bbe1a6f6f911b3e61afaa071b7bb3d7b2a94ffd2cff921 /langgraph_cli-0.4.23 .tar.gz"
7- sha256 "620d2fe7506580d57e90384ae42495af7f6092e8f7c6c11f8e010a8e57177075 "
6+ url "https://files.pythonhosted.org/packages/1c/77/34ebed84736dacbf164617794c15cd9271c18773cf32eeb7086c8b7b6dfd /langgraph_cli-0.4.24 .tar.gz"
7+ sha256 "8f05f0aec38a5da3cb0e7250123530e83c0179d74be0021050bc5cd36ac0dafb "
88 license "MIT"
99
1010 bottle do
@@ -29,8 +29,8 @@ class LanggraphCli < Formula
2929 end
3030
3131 resource "click" do
32- url "https://files.pythonhosted.org/packages/57/75/31212c6bf2503fdf920d87fee5d7a86a2e3bcf444984126f13d8e4016804 /click-8.3.2 .tar.gz"
33- sha256 "14162b8b3b3550a7d479eafa77dfd3c38d9dc8951f6f69c78913a8f9a7540fd5 "
32+ url "https://files.pythonhosted.org/packages/bb/63/f9e1ea081ce35720d8b92acde70daaedace594dc93b693c869e0d5910718 /click-8.3.3 .tar.gz"
33+ sha256 "398329ad4837b2ff7cbe1dd166a4c0f8900c3ca3a218de04466f38f6497f18a2 "
3434 end
3535
3636 resource "h11" do
@@ -49,8 +49,8 @@ class LanggraphCli < Formula
4949 end
5050
5151 resource "idna" do
52- url "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60 /idna-3.11 .tar.gz"
53- sha256 "795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902 "
52+ url "https://files.pythonhosted.org/packages/ce/cc/762dfb036166873f0059f3b7de4565e1b5bc3d6f28a414c13da27e442f99 /idna-3.13 .tar.gz"
53+ sha256 "585ea8fe5d69b9181ec1afba340451fba6ba764af97026f92a91d4eef164a242 "
5454 end
5555
5656 resource "langgraph-sdk" do
@@ -61,6 +61,9 @@ class LanggraphCli < Formula
6161 resource "orjson" do
6262 url "https://files.pythonhosted.org/packages/9d/1b/2024d06792d0779f9dbc51531b61c24f76c75b9f4ce05e6f3377a1814cea/orjson-3.11.8.tar.gz"
6363 sha256 "96163d9cdc5a202703e9ad1b9ae757d5f0ca62f4fa0cc93d1f27b0e180cc404e"
64+
65+ # Remove nightly feature flag, Rust 1.95 is now stable
66+ patch :DATA
6467 end
6568
6669 resource "pathspec" do
@@ -109,3 +112,15 @@ def install
109112 assert_match "FROM" , dockerfile_content , "DOCKERFILE should contain 'FROM'"
110113 end
111114end
115+
116+ __END__
117+ --- a/src/lib.rs
118+ +++ b/src/lib.rs
119+ @@ -1,7 +1,6 @@
120+ // SPDX-License-Identifier: MPL-2.0
121+ // Copyright ijl (2018-2026)
122+
123+ -#![cfg_attr(feature = "cold_path", feature(cold_path))]
124+ #![cfg_attr(feature = "generic_simd", feature(portable_simd))]
125+ #![cfg_attr(feature = "optimize", feature(optimize_attribute))]
126+ #![allow(unused_features)] // portable_simd on universal2 cross-compile
0 commit comments