Skip to content

Commit 5b121bf

Browse files
committed
llm: migrate to [email protected]
Signed-off-by: Rui Chen <[email protected]> llm: need `python-setuptools` Signed-off-by: Rui Chen <[email protected]>
1 parent 0bd0b5b commit 5b121bf

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Formula/l/llm.rb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ class Llm < Formula
2121
depends_on "rust" => :build
2222
depends_on "pygments"
2323
depends_on "python-certifi"
24+
depends_on "python-setuptools"
2425
depends_on "python-tabulate"
2526
depends_on "python-typing-extensions"
26-
depends_on "python@3.11"
27+
depends_on "python@3.12"
2728
depends_on "pyyaml"
2829
depends_on "six"
2930

3031
resource "aiohttp" do
31-
url "https://files.pythonhosted.org/packages/d6/12/6fc7c7dcc84e263940e87cbafca17c1ef28f39dae6c0b10f51e4ccc764ee/aiohttp-3.8.5.tar.gz"
32-
sha256 "b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc"
32+
url "https://files.pythonhosted.org/packages/c4/50/a717a133bda2efc27efbf8a65398c925b6d0605213da0db6929627ccb758/aiohttp-3.9.0b0.tar.gz"
33+
sha256 "cecc64fd7bae6debdf43437e3c83183c40d4f4d86486946f412c113960598eee"
3334
end
3435

3536
resource "aiosignal" do
@@ -38,8 +39,8 @@ class Llm < Formula
3839
end
3940

4041
resource "annotated-types" do
41-
url "https://files.pythonhosted.org/packages/42/97/41ccb6acac36fdd13592a686a21b311418f786f519e5794b957afbcea938/annotated_types-0.5.0.tar.gz"
42-
sha256 "47cdc3490d9ac1506ce92c7aaa76c579dc3509ff11e098fc867e5130ab7be802"
42+
url "https://files.pythonhosted.org/packages/67/fe/8c7b275824c6d2cd17c93ee85d0ee81c090285b6d52f4876ccc47cf9c3c4/annotated_types-0.6.0.tar.gz"
43+
sha256 "563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d"
4344
end
4445

4546
resource "async-timeout" do
@@ -138,8 +139,8 @@ class Llm < Formula
138139
end
139140

140141
resource "urllib3" do
141-
url "https://files.pythonhosted.org/packages/8b/00/db794bb94bf09cadb4ecd031c4295dd4e3536db4da958e20331d95f1edb7/urllib3-2.0.6.tar.gz"
142-
sha256 "b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"
142+
url "https://files.pythonhosted.org/packages/af/47/b215df9f71b4fdba1025fc05a77db2ad243fa0926755a52c5e71659f4e3c/urllib3-2.0.7.tar.gz"
143+
sha256 "c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"
143144
end
144145

145146
resource "yarl" do

0 commit comments

Comments
 (0)