lex-llm-anthropic 0.2.5 → 0.2.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 252dd911c10a76d9d23226a35240579ab7f835fae19d3974cbaaed01318f439d
4
- data.tar.gz: e0a232078d4a3b9a74b3a4d251caa22106798a67493e0f0247f8a6cc9125558e
3
+ metadata.gz: f5ffb30606527237b262367541e2855945a51f3b678dae09cde5e874ad4b68dd
4
+ data.tar.gz: d96e03b52d36827fca0a297e208994da831336f50e64aa234ad07602675835b2
5
5
  SHA512:
6
- metadata.gz: 46891728b8ba7c71c01cf07d0987023507c0e801d3de9af0f0b03ff8cab5b9bc9bb9b25f5c5757ad008763f74bf759cd39d14eb6f198f57822cbb98ef3c9db63
7
- data.tar.gz: de200293bd0fcc79b7cf6b1c72e6bd4cb4b03083f2e64490ef0df27b2d3a63dc3bac859bf4de50a5a7f4ac301928cf3151ea0148b7e4f14c92522b28f7ee5185
6
+ metadata.gz: 720aa58289499d4289a695e7b83e6f15a6ba6f2508d5fff9d49e203c5cd0c8c14ead5a8b3bcdd22d1f5e08346b6f9ac4c5fb1f54026de32063bcf9c966e2053f
7
+ data.tar.gz: f2647cccc377307c382fec5f20acd6a778bf62c0914e59232a79ec6273c4398c73e89a4191a014c8e23e0159d4bc81ca4435096a21e5691c92164ba99dd713cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.6 - 2026-05-08
4
+
5
+ - Accept keyword arguments in `list_models` to match the base provider contract called by `discover_offerings`.
6
+
3
7
  ## 0.2.5 - 2026-05-06
4
8
 
5
9
  - Load provider-owned fleet actors through the LegionIO subscription base and the canonical Anthropic provider root.
@@ -51,7 +51,7 @@ module Legion
51
51
  raise NotImplementedError, 'Anthropic does not expose embeddings through this provider'
52
52
  end
53
53
 
54
- def list_models
54
+ def list_models(**)
55
55
  super.tap do |models|
56
56
  self.class.registry_publisher.publish_models_async(models, readiness: readiness(live: false))
57
57
  end
@@ -4,7 +4,7 @@ module Legion
4
4
  module Extensions
5
5
  module Llm
6
6
  module Anthropic
7
- VERSION = '0.2.5'
7
+ VERSION = '0.2.6'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-llm-anthropic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - LegionIO