agentforge-reranker-mixedbread 0.2.3__tar.gz → 0.2.4__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentforge-reranker-mixedbread
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Mixedbread AI managed-API reranker for AgentForge
5
5
  Project-URL: Homepage, https://github.com/Scaffoldic/agentforge-py
6
6
  Project-URL: Repository, https://github.com/Scaffoldic/agentforge-py
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.13
18
18
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
19
19
  Classifier: Typing :: Typed
20
20
  Requires-Python: >=3.13
21
- Requires-Dist: agentforge-core~=0.2.3
21
+ Requires-Dist: agentforge-core~=0.2.4
22
22
  Provides-Extra: mixedbread
23
23
  Requires-Dist: mixedbread-ai>=2.0; extra == 'mixedbread'
24
24
  Description-Content-Type: text/markdown
@@ -2,7 +2,7 @@
2
2
 
3
3
  [project]
4
4
  name = "agentforge-reranker-mixedbread"
5
- version = "0.2.3"
5
+ version = "0.2.4"
6
6
  description = "Mixedbread AI managed-API reranker for AgentForge"
7
7
  readme = "README.md"
8
8
  requires-python = ">=3.13"
@@ -23,7 +23,7 @@ classifiers = [
23
23
  ]
24
24
 
25
25
  dependencies = [
26
- "agentforge-core ~= 0.2.3",
26
+ "agentforge-core ~= 0.2.4",
27
27
  ]
28
28
 
29
29
  [project.optional-dependencies]