agentforge-litellm 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-litellm
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: LiteLLM router-based LLM provider for AgentForge — 100+ underlying providers through one interface
5
5
  Project-URL: Homepage, https://github.com/Scaffoldic/agentforge-py
6
6
  Project-URL: Repository, https://github.com/Scaffoldic/agentforge-py
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.13
19
19
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
20
  Classifier: Typing :: Typed
21
21
  Requires-Python: >=3.13
22
- Requires-Dist: agentforge-core~=0.2.3
22
+ Requires-Dist: agentforge-core~=0.2.4
23
23
  Provides-Extra: litellm
24
24
  Requires-Dist: litellm>=1.50; extra == 'litellm'
25
25
  Description-Content-Type: text/markdown
@@ -11,7 +11,7 @@
11
11
 
12
12
  [project]
13
13
  name = "agentforge-litellm"
14
- version = "0.2.3"
14
+ version = "0.2.4"
15
15
  description = "LiteLLM router-based LLM provider for AgentForge — 100+ underlying providers through one interface"
16
16
  readme = "README.md"
17
17
  requires-python = ">=3.13"
@@ -32,7 +32,7 @@ classifiers = [
32
32
  ]
33
33
 
34
34
  dependencies = [
35
- "agentforge-core ~= 0.2.3",
35
+ "agentforge-core ~= 0.2.4",
36
36
  ]
37
37
 
38
38
  [project.optional-dependencies]