Skip to content

Commit 5ad0cbe

Browse files
authoredJan 23, 2025··
Merge pull request #205263 from Homebrew/bump-llm-0.20
llm 0.20
2 parents 56726c4 + 7865011 commit 5ad0cbe

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed
 

‎Formula/l/llm.rb

+24-24
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ class Llm < Formula
33

44
desc "Access large language models from the command-line"
55
homepage "https://llm.datasette.io/"
6-
url "https://files.pythonhosted.org/packages/1a/05/7f9f9295e166e71a839eaf961ea21bdc44a5f2f155c656be9943f2ff3d4a/llm-0.19.1.tar.gz"
7-
sha256 "64f0c9500ec26a7de61a3a07b1f0f1cdd333a753c4a7aba7791b4ed3cd54117f"
6+
url "https://files.pythonhosted.org/packages/e9/64/b49f49506d21167389cd845d1276300d1ac3b2acb3ef32b8717275d5e1cb/llm-0.20.tar.gz"
7+
sha256 "7f185db83d9e433923fe78fdd4ce4923952fb2c642273e3c099c03b0b48c1ad5"
88
license "Apache-2.0"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "f591d58322b38c216621f5cf1ba785482b9fc566955af896cf4075eb6c71c6ac"
12-
sha256 cellar: :any, arm64_sonoma: "ebfb07418336f597517c80a8977f8498a8e21ed5eae1e8b38fc0ba16986f5895"
13-
sha256 cellar: :any, arm64_ventura: "4f66ae2fd3ffb662e82e16ae527fae629397a3a0a3a463c63fbf37d9ef6b2403"
14-
sha256 cellar: :any, sonoma: "afdd65abb9222526959f7c26b307b5080658cc9b78921ffb9d61bc632c73d765"
15-
sha256 cellar: :any, ventura: "14881519926f9342961fdf54077d18123c854f1009197d28fcc82d546a59dcf9"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2a739c7dc043223cbd6d56b71d05b56ef5277ed0ba616d6aa738667797564c71"
11+
sha256 cellar: :any, arm64_sequoia: "0b8ae5891cc362c63deba1d2223d1a4846fc29db69e8ba7886732c3bac8bbe1b"
12+
sha256 cellar: :any, arm64_sonoma: "bc3b2fd96970c04782a49322d46e5b64fbaf4b33ee10fc34a2f6ea481eef0cb3"
13+
sha256 cellar: :any, arm64_ventura: "af215df709ed30415e6b026ef687fd9aba2d454eb15ee99c307bd7bb81cd9743"
14+
sha256 cellar: :any, sonoma: "9bba478e404d6a9c0e5358c9c717d7f488fc58e96c8216fe3efd1a4699cd0168"
15+
sha256 cellar: :any, ventura: "177e6ce0e4580c44cdfc8484cf894c5cd6c9b302e585b73315af588c0732b710"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "89e697f66c65235e3e819b83654730857f40fa2270399256d6acde716cdf13cf"
1717
end
1818

1919
depends_on "rust" => :build
@@ -27,13 +27,13 @@ class Llm < Formula
2727
end
2828

2929
resource "anyio" do
30-
url "https://files.pythonhosted.org/packages/f6/40/318e58f669b1a9e00f5c4453910682e2d9dd594334539c7b7817dabb765f/anyio-4.7.0.tar.gz"
31-
sha256 "2f834749c602966b7d456a7567cafcb309f96482b5081d14ac93ccd457f9dd48"
30+
url "https://files.pythonhosted.org/packages/a3/73/199a98fc2dae33535d6b8e8e6ec01f8c1d76c9adb096c6b7d64823038cde/anyio-4.8.0.tar.gz"
31+
sha256 "1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a"
3232
end
3333

3434
resource "click" do
35-
url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz"
36-
sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
35+
url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz"
36+
sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"
3737
end
3838

3939
resource "click-default-group" do
@@ -57,8 +57,8 @@ class Llm < Formula
5757
end
5858

5959
resource "httpx" do
60-
url "https://files.pythonhosted.org/packages/10/df/676b7cf674dd1bdc71a64ad393c89879f75e4a0ab8395165b498262ae106/httpx-0.28.0.tar.gz"
61-
sha256 "0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0"
60+
url "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz"
61+
sha256 "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"
6262
end
6363

6464
resource "idna" do
@@ -67,13 +67,13 @@ class Llm < Formula
6767
end
6868

6969
resource "jiter" do
70-
url "https://files.pythonhosted.org/packages/78/1e/3462be93c2443392a710ae1c2bba2239f44bbf0c826baea77da9f8311678/jiter-0.8.0.tar.gz"
71-
sha256 "86fee98b569d4cc511ff2e3ec131354fafebd9348a487549c31ad371ae730310"
70+
url "https://files.pythonhosted.org/packages/f8/70/90bc7bd3932e651486861df5c8ffea4ca7c77d28e8532ddefe2abc561a53/jiter-0.8.2.tar.gz"
71+
sha256 "cd73d3e740666d0e639f678adb176fad25c1bcbdae88d8d7b857e1783bb4212d"
7272
end
7373

7474
resource "openai" do
75-
url "https://files.pythonhosted.org/packages/fa/64/4acd9331b3c0e1069f36692d4c29d2c8deea6649a1e150f45a096f91b339/openai-1.57.0.tar.gz"
76-
sha256 "76f91971c4bdbd78380c9970581075e0337b5d497c2fbf7b5255078f4b31abf9"
75+
url "https://files.pythonhosted.org/packages/d4/2d/9bdf4435d7669b4d027d6d69b4ac82f6be76153d9e90d3155d4224626a29/openai-1.60.0.tar.gz"
76+
sha256 "7fa536cd4b644718645b874d2706e36dbbef38b327e42ca0623275da347ee1a9"
7777
end
7878

7979
resource "pluggy" do
@@ -87,13 +87,13 @@ class Llm < Formula
8787
end
8888

8989
resource "pydantic" do
90-
url "https://files.pythonhosted.org/packages/45/0f/27908242621b14e649a84e62b133de45f84c255eecb350ab02979844a788/pydantic-2.10.3.tar.gz"
91-
sha256 "cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"
90+
url "https://files.pythonhosted.org/packages/6a/c7/ca334c2ef6f2e046b1144fe4bb2a5da8a4c574e7f2ebf7e16b34a6a2fa92/pydantic-2.10.5.tar.gz"
91+
sha256 "278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"
9292
end
9393

9494
resource "pydantic-core" do
95-
url "https://files.pythonhosted.org/packages/a6/9f/7de1f19b6aea45aeb441838782d68352e71bfa98ee6fa048d5041991b33e/pydantic_core-2.27.1.tar.gz"
96-
sha256 "62a763352879b84aa31058fc931884055fd75089cccbd9d58bb6afd01141b235"
95+
url "https://files.pythonhosted.org/packages/fc/01/f3e5ac5e7c25833db5eb555f7b7ab24cd6f8c322d3a3ad2d67a952dc0abc/pydantic_core-2.27.2.tar.gz"
96+
sha256 "eb026e5a4c1fee05726072337ff51d1efb6f59090b7da90d30ea58625b1ffb39"
9797
end
9898

9999
resource "python-dateutil" do
@@ -112,8 +112,8 @@ class Llm < Formula
112112
end
113113

114114
resource "setuptools" do
115-
url "https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz"
116-
sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"
115+
url "https://files.pythonhosted.org/packages/92/ec/089608b791d210aec4e7f97488e67ab0d33add3efccb83a056cbafe3a2a6/setuptools-75.8.0.tar.gz"
116+
sha256 "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"
117117
end
118118

119119
resource "six" do

0 commit comments

Comments
 (0)
Please sign in to comment.