Skip to content

Commit a1e5c94

Browse files
committed
bump to migrations to 0.2.25
1 parent e9e91a4 commit a1e5c94

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
31 KB
Binary file not shown.
15.5 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.2.23"
3+
version = "0.2.25"
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.2.23"
25+
version = "0.2.25"
2626
version_files = [
2727
"pyproject.toml:version",
2828
"../requirements.txt:litellm-proxy-extras==",

poetry.lock

Lines changed: 4 additions & 4 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 = "^13.1.0", 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.10.0", optional = true, python = ">=3.10"}
62-
litellm-proxy-extras = {version = "0.2.23", optional = true}
62+
litellm-proxy-extras = {version = "0.2.25", optional = true}
6363
rich = {version = "13.7.1", optional = true}
6464
litellm-enterprise = {version = "0.1.20", 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
@@ -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.2.23 # for proxy extras - e.g. prisma migrations
46+
litellm-proxy-extras==0.2.25 # 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)