File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " litellm-proxy-extras"
3- version = " 0.2.29 "
3+ version = " 0.2.30 "
44description = " Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
55authors = [" BerriAI" ]
66readme = " README.md"
@@ -22,7 +22,7 @@ requires = ["poetry-core"]
2222build-backend = " poetry.core.masonry.api"
2323
2424[tool .commitizen ]
25- version = " 0.2.29 "
25+ version = " 0.2.30 "
2626version_files = [
2727 " pyproject.toml:version" ,
2828 " ../requirements.txt:litellm-proxy-extras==" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ websockets = {version = "^13.1.0", optional = true}
5959boto3 = {version = " 1.36.0" , optional = true }
6060redisvl = {version = " ^0.4.1" , optional = true , markers = " python_version >= '3.9' and python_version < '3.14'" }
6161mcp = {version = " ^1.10.0" , optional = true , python = " >=3.10" }
62- litellm-proxy-extras = {version = " 0.2.29 " , optional = true }
62+ litellm-proxy-extras = {version = " 0.2.30 " , optional = true }
6363rich = {version = " 13.7.1" , optional = true }
6464litellm-enterprise = {version = " 0.1.20" , optional = true }
6565diskcache = {version = " ^5.6.1" , optional = true }
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ sentry_sdk==2.21.0 # for sentry error handling
4343detect-secrets == 1.5.0 # Enterprise - secret detection / masking in LLM requests
4444cryptography == 44.0.1
4545tzdata == 2025.1 # IANA time zone database
46- litellm-proxy-extras == 0.2.29 # for proxy extras - e.g. prisma migrations
46+ litellm-proxy-extras == 0.2.30 # for proxy extras - e.g. prisma migrations
4747### LITELLM PACKAGE DEPENDENCIES
4848python-dotenv == 1.0.1 # for env
4949tiktoken == 0.8.0 # for calculating usage
You can’t perform that action at this time.
0 commit comments