File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 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.4.1 "
3+ version = " 0.4.2 "
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.4.1 "
25+ version = " 0.4.2 "
2626version_files = [
2727 " pyproject.toml:version" ,
2828 " ../requirements.txt:litellm-proxy-extras==" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " litellm"
3- version = " 1.79.1 "
3+ version = " 1.79.2 "
44description = " Library to easily interface with LLM API providers"
55authors = [" BerriAI" ]
66license = " MIT"
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.4.1 # for proxy extras - e.g. prisma migrations
46+ litellm-proxy-extras == 0.4.2 # 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