liter_llm 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/liter_llm_rb/native/Cargo.lock +16 -16
- data/ext/liter_llm_rb/native/Cargo.toml +3 -3
- data/lib/liter_llm/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4731f45ec92b3513cee494e0bcd541d0ebc8029b618a277df0bc463500a6ea62
|
|
4
|
+
data.tar.gz: d3c6389321a1d76d938148c9f0477f0a79bcc6632ad443ae621ec0fadbb1ac02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a7a8107dd3b2f6342d6adb5645fc93a11c85ea02399f90bbaec61bf9fa6bd51581eb567e160e90ce700ca1abe24ef0e9dd8e5c7b19aacc52dc229480ceadd7f
|
|
7
|
+
data.tar.gz: 06aabb6fe542d63b2ea280f39efccbbe12bfbbb15a004d8fdd4ebc75a56a662409a194e1c50e8dbcb75ced7c4233708f30af815d289c32580aea82ee03a7c7d0
|
|
@@ -284,7 +284,7 @@ version = "0.72.1"
|
|
|
284
284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
285
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
286
286
|
dependencies = [
|
|
287
|
-
"bitflags 2.13.
|
|
287
|
+
"bitflags 2.13.2",
|
|
288
288
|
"cexpr",
|
|
289
289
|
"clang-sys",
|
|
290
290
|
"itertools 0.13.0",
|
|
@@ -319,9 +319,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
319
319
|
|
|
320
320
|
[[package]]
|
|
321
321
|
name = "bitflags"
|
|
322
|
-
version = "2.13.
|
|
322
|
+
version = "2.13.2"
|
|
323
323
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
324
|
-
checksum = "
|
|
324
|
+
checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
|
|
325
325
|
|
|
326
326
|
[[package]]
|
|
327
327
|
name = "block-buffer"
|
|
@@ -1735,9 +1735,9 @@ checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
|
|
|
1735
1735
|
|
|
1736
1736
|
[[package]]
|
|
1737
1737
|
name = "liter-llm"
|
|
1738
|
-
version = "2.0.
|
|
1738
|
+
version = "2.0.1"
|
|
1739
1739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1740
|
-
checksum = "
|
|
1740
|
+
checksum = "af953eb2f67fcf14a1c7602b6ff3939f797e477701efbcc15a6005b4c8b8098a"
|
|
1741
1741
|
dependencies = [
|
|
1742
1742
|
"ahash",
|
|
1743
1743
|
"arc-swap",
|
|
@@ -1780,7 +1780,7 @@ dependencies = [
|
|
|
1780
1780
|
|
|
1781
1781
|
[[package]]
|
|
1782
1782
|
name = "liter-llm-rb"
|
|
1783
|
-
version = "2.0.
|
|
1783
|
+
version = "2.0.1"
|
|
1784
1784
|
dependencies = [
|
|
1785
1785
|
"futures",
|
|
1786
1786
|
"liter-llm",
|
|
@@ -2127,7 +2127,7 @@ version = "0.10.81"
|
|
|
2127
2127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2128
2128
|
checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
|
|
2129
2129
|
dependencies = [
|
|
2130
|
-
"bitflags 2.13.
|
|
2130
|
+
"bitflags 2.13.2",
|
|
2131
2131
|
"cfg-if",
|
|
2132
2132
|
"foreign-types",
|
|
2133
2133
|
"libc",
|
|
@@ -2560,7 +2560,7 @@ version = "0.5.18"
|
|
|
2560
2560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2561
2561
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2562
2562
|
dependencies = [
|
|
2563
|
-
"bitflags 2.13.
|
|
2563
|
+
"bitflags 2.13.2",
|
|
2564
2564
|
]
|
|
2565
2565
|
|
|
2566
2566
|
[[package]]
|
|
@@ -2779,7 +2779,7 @@ version = "1.1.4"
|
|
|
2779
2779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2780
2780
|
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
2781
2781
|
dependencies = [
|
|
2782
|
-
"bitflags 2.13.
|
|
2782
|
+
"bitflags 2.13.2",
|
|
2783
2783
|
"errno",
|
|
2784
2784
|
"libc",
|
|
2785
2785
|
"linux-raw-sys",
|
|
@@ -2912,7 +2912,7 @@ version = "3.7.0"
|
|
|
2912
2912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2913
2913
|
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
2914
2914
|
dependencies = [
|
|
2915
|
-
"bitflags 2.13.
|
|
2915
|
+
"bitflags 2.13.2",
|
|
2916
2916
|
"core-foundation",
|
|
2917
2917
|
"core-foundation-sys",
|
|
2918
2918
|
"libc",
|
|
@@ -3121,9 +3121,9 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
3121
3121
|
|
|
3122
3122
|
[[package]]
|
|
3123
3123
|
name = "smallvec"
|
|
3124
|
-
version = "1.16.
|
|
3124
|
+
version = "1.16.1"
|
|
3125
3125
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3126
|
-
checksum = "
|
|
3126
|
+
checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891"
|
|
3127
3127
|
|
|
3128
3128
|
[[package]]
|
|
3129
3129
|
name = "socket2"
|
|
@@ -3493,7 +3493,7 @@ version = "0.6.11"
|
|
|
3493
3493
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3494
3494
|
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
3495
3495
|
dependencies = [
|
|
3496
|
-
"bitflags 2.13.
|
|
3496
|
+
"bitflags 2.13.2",
|
|
3497
3497
|
"bytes",
|
|
3498
3498
|
"futures-util",
|
|
3499
3499
|
"http 1.5.0",
|
|
@@ -3512,7 +3512,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3512
3512
|
checksum = "08a05a66a4fdd61cbbe0a1d755ffe0ca6aba159dd4820936a0ff8a8278245b9c"
|
|
3513
3513
|
dependencies = [
|
|
3514
3514
|
"async-compression",
|
|
3515
|
-
"bitflags 2.13.
|
|
3515
|
+
"bitflags 2.13.2",
|
|
3516
3516
|
"bytes",
|
|
3517
3517
|
"futures-core",
|
|
3518
3518
|
"futures-util",
|
|
@@ -3719,9 +3719,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
3719
3719
|
|
|
3720
3720
|
[[package]]
|
|
3721
3721
|
name = "uuid"
|
|
3722
|
-
version = "1.26.
|
|
3722
|
+
version = "1.26.1"
|
|
3723
3723
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3724
|
-
checksum = "
|
|
3724
|
+
checksum = "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce"
|
|
3725
3725
|
dependencies = [
|
|
3726
3726
|
"getrandom 0.4.3",
|
|
3727
3727
|
"js-sys",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:e07af2fe6006eaf02697aa912b0e7a005ffae42e6233d7e8c667d1953fc9aed5
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify
|
|
5
5
|
|
|
6
6
|
[package]
|
|
7
7
|
name = "liter-llm-rb"
|
|
8
|
-
version = "2.0.
|
|
8
|
+
version = "2.0.1"
|
|
9
9
|
edition = "2024"
|
|
10
10
|
license = "MIT"
|
|
11
11
|
description = "Universal LLM API client with Rust-powered polyglot bindings."
|
|
@@ -31,7 +31,7 @@ wasm-http = ["liter-llm/wasm-http"]
|
|
|
31
31
|
|
|
32
32
|
[dependencies]
|
|
33
33
|
futures = "0.3"
|
|
34
|
-
liter-llm = { version = "2.0.
|
|
34
|
+
liter-llm = { version = "2.0.1", features = ["native-http", "full"] }
|
|
35
35
|
magnus = "0.8"
|
|
36
36
|
rb-sys = ">=0.9.130, <0.10"
|
|
37
37
|
serde = { version = "1", features = ["derive"] }
|
data/lib/liter_llm/version.rb
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:313721f1477761d1bde0d16d7e67fcaaa3e879ce4798a51a8664e3930cf6f1fb
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify
|
|
5
5
|
# frozen_string_literal: true
|
|
6
6
|
|
|
7
7
|
module LiterLlm
|
|
8
8
|
## The version string for this package.
|
|
9
|
-
VERSION = "2.0.
|
|
9
|
+
VERSION = "2.0.1"
|
|
10
10
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: liter_llm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Na'aman Hirschfeld
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-09-
|
|
11
|
+
date: 2026-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rb_sys
|