Skip to content

Commit 9c59d42

Browse files
committed
bump extras pkg
1 parent d6271ce commit 9c59d42

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
Binary file not shown.
16.4 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.1"
3+
version = "0.4.2"
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.1"
25+
version = "0.4.2"
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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "litellm"
3-
version = "1.79.1"
3+
version = "1.79.2"
44
description = "Library to easily interface with LLM API providers"
55
authors = ["BerriAI"]
66
license = "MIT"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sentry_sdk==2.21.0 # for sentry error handling
4343
detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests
4444
cryptography==44.0.1
4545
tzdata==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
4848
python-dotenv==1.0.1 # for env
4949
tiktoken==0.8.0 # for calculating usage

0 commit comments

Comments
 (0)