Skip to content

Commit cfeafbe

Browse files
authored
Merge pull request #23921 from BerriAI/litellm_mar17_extras
[Infra] Security and Proxy Extras for Nightly Only known flaky tests failing. The fix for security and proxy extras worked
2 parents 5e570b3 + 62835ff commit cfeafbe

File tree

7 files changed

+123
-51
lines changed

7 files changed

+123
-51
lines changed
Binary file not shown.
31.2 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.56"
3+
version = "0.4.57"
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.56"
25+
version = "0.4.57"
2626
version_files = [
2727
"pyproject.toml:version",
2828
"../requirements.txt:litellm-proxy-extras==",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ boto3 = { version = "^1.40.76", optional = true }
6161
redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.9' and python_version < '3.14'"}
6262
mcp = {version = ">=1.25.0,<2.0.0", optional = true, python = ">=3.10"}
6363
a2a-sdk = {version = "^0.3.22", optional = true, python = ">=3.10"}
64-
litellm-proxy-extras = {version = "^0.4.56", optional = true}
64+
litellm-proxy-extras = {version = "^0.4.57", optional = true}
6565
rich = {version = "^13.7.1", optional = true}
6666
litellm-enterprise = {version = "^0.1.33", optional = true}
6767
diskcache = {version = "^5.6.1", optional = true}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ grpcio>=1.75.0; python_version >= "3.14"
5757
sentry_sdk==2.21.0 # for sentry error handling
5858
detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests
5959
tzdata==2025.1 # IANA time zone database
60-
litellm-proxy-extras==0.4.56 # for proxy extras - e.g. prisma migrations
60+
litellm-proxy-extras==0.4.57 # for proxy extras - e.g. prisma migrations
6161
llm-sandbox==0.3.31 # for skill execution in sandbox
6262
### LITELLM PACKAGE DEPENDENCIES
6363
python-dotenv==1.0.1 # for env

0 commit comments

Comments
 (0)