diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46bb1348dc..9396f323e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/docs/my-website/release_notes/v1.72.6-stable/index.md b/docs/my-website/release_notes/v1.72.6-stable/index.md index 183ee52358..c01298ee2a 100644 --- a/docs/my-website/release_notes/v1.72.6-stable/index.md +++ b/docs/my-website/release_notes/v1.72.6-stable/index.md @@ -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 ``` -:::info -This version is not out yet. -::: +``` showLineNumbers title="pip install litellm" +pip install litellm==1.72.6.post1 +```