docs(index.md): update release note with rc patch

This commit is contained in:
Krrish Dholakia
2025-06-17 22:55:43 -07:00
parent 2740c8d77d
commit 01af7fe1a8
2 changed files with 10 additions and 10 deletions

View File

@@ -14,12 +14,12 @@ repos:
types: [python]
files: (litellm/|litellm_proxy_extras/|enterprise/).*\.py
exclude: ^litellm/__init__.py$
- id: black
name: black
entry: poetry run black
language: system
types: [python]
files: (litellm/|litellm_proxy_extras/|enterprise/).*\.py
# - id: black
# name: black
# entry: poetry run black
# language: system
# types: [python]
# files: (litellm/|litellm_proxy_extras/|enterprise/).*\.py
- repo: https://github.com/pycqa/flake8
rev: 7.0.0 # The version of flake8 to use
hooks:

View File

@@ -36,15 +36,15 @@ The production version will be released on Wednesday.
docker run
-e STORE_MODEL_IN_DB=True
-p 4000:4000
ghcr.io/berriai/litellm:main-v1.72.6.rc
ghcr.io/berriai/litellm:main-v1.72.6.post1-nightly
```
</TabItem>
<TabItem value="pip" label="Pip">
:::info
This version is not out yet.
:::
``` showLineNumbers title="pip install litellm"
pip install litellm==1.72.6.post1
```
</TabItem>
</Tabs>