litellm-dev 1.84.0.dev1__tar.gz → 1.88.0.dev1__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: litellm-dev
3
- Version: 1.84.0.dev1
3
+ Version: 1.88.0.dev1
4
4
  Summary: Ad-hoc development channel for BerriAI/litellm. Real production releases live in 'litellm'.
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://litellm.ai
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: litellm-dev
3
- Version: 1.84.0.dev1
3
+ Version: 1.88.0.dev1
4
4
  Summary: Ad-hoc development channel for BerriAI/litellm. Real production releases live in 'litellm'.
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://litellm.ai
@@ -1,3 +1,3 @@
1
1
  """Ad-hoc development build of BerriAI/litellm. Replace with a real release."""
2
2
 
3
- __version__ = "1.84.0.dev1"
3
+ __version__ = "1.88.0.dev1"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "litellm-dev"
3
- version = "1.84.0.dev1"
3
+ version = "1.88.0.dev1"
4
4
  description = "Ad-hoc development channel for BerriAI/litellm. Real production releases live in 'litellm'."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"