lex-llm-vertex 0.2.6 → 0.2.7

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: 278b657e5c2050cb2208929e9ae1e872666cbccc5ccfbf6cda2253550d9aca89
4
- data.tar.gz: 25ce6f8fdf008778892ff3ec8ca4940b07e3f53e7c5c847baa2ed622c04e8055
3
+ metadata.gz: ed2140852009fd8e4261da39a98a2f458b0241dcfa7cfb45d3bbf3aee9cc6fd4
4
+ data.tar.gz: c4a52cd4ead2d9e274b82d698800b92734dccb4716cb575468cf5567ca88f0b8
5
5
  SHA512:
6
- metadata.gz: ca1e2604260d332f28565e7d492a9e38ee1b983f8306d78bdfc36c071f7bd00665465c7462d216c44f319164771b3272e5e93a1a4737ccddd58d5feec39df659
7
- data.tar.gz: bf2fb3a0389015cda88dd1a934c178e1431fddff9bdc482314737e9823e2fa16d378c103571c2e9fd67214947fc898b93e2a4bd567c55eac370ce6f90eef01f1
6
+ metadata.gz: 957512b568de5bcbd20f3c73881e0fc175c0c54428ba2dee4722d3a935d7af578577a38ce940609cdb464d764967b6a655700a7e97eedf2e985d5486dd168953
7
+ data.tar.gz: c573c0bcf6ebfb0e08c584f0ee712b86264fe9621e01a28b2149b6e51c2cc208dbefd3f451393c7998f1c1739f4e41d14e623785abc8cf92acfc8f9097a2e23f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.7 - 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.6 - 2026-05-06
4
8
 
5
9
  - Load provider-owned fleet actors through the LegionIO subscription base and the canonical Vertex provider root.
@@ -112,7 +112,7 @@ module Legion
112
112
  "#{publisher_model_path(model)}:#{suffix}"
113
113
  end
114
114
 
115
- def list_models
115
+ def list_models(**)
116
116
  log.info { 'listing available Vertex models from static catalog' }
117
117
  STATIC_MODELS.map { |entry| model_info_from_static(entry) }.tap do |models|
118
118
  log.info { "discovered #{models.size} Vertex model(s); publishing to registry" }
@@ -4,7 +4,7 @@ module Legion
4
4
  module Extensions
5
5
  module Llm
6
6
  module Vertex
7
- VERSION = '0.2.6'
7
+ VERSION = '0.2.7'
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-vertex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - LegionIO