Skip to content

Commit bcf601b

Browse files
committed
bump proxy extras pip
1 parent 71ea926 commit bcf601b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed
Binary file not shown.
18.6 KB
Binary file not shown.

litellm-proxy-extras/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "litellm-proxy-extras"
3-
version = "0.4.10"
3+
version = "0.4.11"
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.4.10"
25+
version = "0.4.11"
2626
version_files = [
2727
"pyproject.toml:version",
2828
"../requirements.txt:litellm-proxy-extras==",

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ websockets = {version = "^15.0.1", optional = true}
5959
boto3 = {version = "1.36.0", optional = true}
6060
redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.9' and python_version < '3.14'"}
6161
mcp = {version = "^1.21.2", optional = true, python = ">=3.10"}
62-
litellm-proxy-extras = {version = "0.4.10", optional = true}
62+
litellm-proxy-extras = {version = "0.4.11", optional = true}
6363
rich = {version = "13.7.1", optional = true}
6464
litellm-enterprise = {version = "0.1.23", optional = true}
6565
diskcache = {version = "^5.6.1", optional = true}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sentry_sdk==2.21.0 # for sentry error handling
4444
detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests
4545
cryptography==44.0.1
4646
tzdata==2025.1 # IANA time zone database
47-
litellm-proxy-extras==0.4.10 # for proxy extras - e.g. prisma migrations
47+
litellm-proxy-extras==0.4.11 # for proxy extras - e.g. prisma migrations
4848
### LITELLM PACKAGE DEPENDENCIES
4949
python-dotenv==1.0.1 # for env
5050
tiktoken==0.8.0 # for calculating usage

0 commit comments

Comments
 (0)