Skip to content

Commit 4292860

Browse files
committed
bump litellm-proxy-extras
1 parent d6103c3 commit 4292860

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

litellm-proxy-extras/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "litellm-proxy-extras"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
55
authors = ["BerriAI"]
66
readme = "README.md"
@@ -22,7 +22,7 @@ requires = ["poetry-core"]
2222
build-backend = "poetry.core.masonry.api"
2323

2424
[tool.commitizen]
25-
version = "0.1.12"
25+
version = "0.1.13"
2626
version_files = [
2727
"pyproject.toml:version",
2828
"../requirements.txt:litellm-proxy-extras==",

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ websockets = {version = "^13.1.0", optional = true}
5555
boto3 = {version = "1.34.34", optional = true}
5656
redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.9' and python_version < '3.14'"}
5757
mcp = {version = "1.5.0", optional = true, python = ">=3.10"}
58-
litellm-proxy-extras = {version = "0.1.12", optional = true}
58+
litellm-proxy-extras = {version = "0.1.13", optional = true}
5959

6060
[tool.poetry.extras]
6161
proxy = [

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sentry_sdk==2.21.0 # for sentry error handling
3737
detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests
3838
cryptography==43.0.1
3939
tzdata==2025.1 # IANA time zone database
40-
litellm-proxy-extras==0.1.12 # for proxy extras - e.g. prisma migrations
40+
litellm-proxy-extras==0.1.13 # for proxy extras - e.g. prisma migrations
4141
### LITELLM PACKAGE DEPENDENCIES
4242
python-dotenv==1.0.0 # for env
4343
tiktoken==0.8.0 # for calculating usage

0 commit comments

Comments
 (0)