litellm-dev 0.0.0.dev0__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.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: litellm-dev
3
+ Version: 1.88.0.dev1
4
+ Summary: Ad-hoc development channel for BerriAI/litellm. Real production releases live in 'litellm'.
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://litellm.ai
7
+ Project-URL: Repository, https://github.com/BerriAI/litellm
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # litellm-dev (ad-hoc channel)
12
+
13
+ Ad-hoc / pre-merge development builds of [BerriAI/litellm](https://github.com/BerriAI/litellm).
14
+ Production-track releases (`stable`, `rc`, `dev`) ship to the `litellm` package.
15
+
16
+ pip install --pre litellm-dev
@@ -0,0 +1,6 @@
1
+ # litellm-dev (ad-hoc channel)
2
+
3
+ Ad-hoc / pre-merge development builds of [BerriAI/litellm](https://github.com/BerriAI/litellm).
4
+ Production-track releases (`stable`, `rc`, `dev`) ship to the `litellm` package.
5
+
6
+ pip install --pre litellm-dev
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: litellm-dev
3
+ Version: 1.88.0.dev1
4
+ Summary: Ad-hoc development channel for BerriAI/litellm. Real production releases live in 'litellm'.
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://litellm.ai
7
+ Project-URL: Repository, https://github.com/BerriAI/litellm
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # litellm-dev (ad-hoc channel)
12
+
13
+ Ad-hoc / pre-merge development builds of [BerriAI/litellm](https://github.com/BerriAI/litellm).
14
+ Production-track releases (`stable`, `rc`, `dev`) ship to the `litellm` package.
15
+
16
+ pip install --pre litellm-dev
@@ -0,0 +1,3 @@
1
+ """Ad-hoc development build of BerriAI/litellm. Replace with a real release."""
2
+
3
+ __version__ = "1.88.0.dev1"
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "litellm-dev"
3
- version = "0.0.0.dev0"
4
- description = "Placeholder for the litellm-dev development channel of BerriAI/litellm. Real dev builds are published by the LiteLLM release pipeline."
3
+ version = "1.88.0.dev1"
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"
7
7
  license = "MIT"
@@ -1,19 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: litellm-dev
3
- Version: 0.0.0.dev0
4
- Summary: Placeholder for the litellm-dev development channel of BerriAI/litellm. Real dev builds are published by the LiteLLM release pipeline.
5
- License-Expression: MIT
6
- Project-URL: Homepage, https://litellm.ai
7
- Project-URL: Repository, https://github.com/BerriAI/litellm
8
- Requires-Python: >=3.10
9
- Description-Content-Type: text/markdown
10
-
11
- # litellm-dev (placeholder)
12
-
13
- Namespace placeholder for the `litellm-dev` development channel of
14
- [BerriAI/litellm](https://github.com/BerriAI/litellm).
15
-
16
- Real dev builds are published as PEP 440 pre-releases (`1.X.Y.devN`).
17
- Install the latest dev build with:
18
-
19
- pip install --pre litellm-dev
@@ -1,9 +0,0 @@
1
- # litellm-dev (placeholder)
2
-
3
- Namespace placeholder for the `litellm-dev` development channel of
4
- [BerriAI/litellm](https://github.com/BerriAI/litellm).
5
-
6
- Real dev builds are published as PEP 440 pre-releases (`1.X.Y.devN`).
7
- Install the latest dev build with:
8
-
9
- pip install --pre litellm-dev
@@ -1,19 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: litellm-dev
3
- Version: 0.0.0.dev0
4
- Summary: Placeholder for the litellm-dev development channel of BerriAI/litellm. Real dev builds are published by the LiteLLM release pipeline.
5
- License-Expression: MIT
6
- Project-URL: Homepage, https://litellm.ai
7
- Project-URL: Repository, https://github.com/BerriAI/litellm
8
- Requires-Python: >=3.10
9
- Description-Content-Type: text/markdown
10
-
11
- # litellm-dev (placeholder)
12
-
13
- Namespace placeholder for the `litellm-dev` development channel of
14
- [BerriAI/litellm](https://github.com/BerriAI/litellm).
15
-
16
- Real dev builds are published as PEP 440 pre-releases (`1.X.Y.devN`).
17
- Install the latest dev build with:
18
-
19
- pip install --pre litellm-dev
@@ -1,7 +0,0 @@
1
- """Placeholder for the litellm-dev development channel.
2
-
3
- See https://github.com/BerriAI/litellm for the real package.
4
- Real dev builds replace this stub.
5
- """
6
-
7
- __version__ = "0.0.0.dev0"