mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
build(poetry.lock): git push origin
This commit is contained in:
parent
725cf3627d
commit
a93d6ce775
1 changed files with 26 additions and 1 deletions
27
poetry.lock
generated
27
poetry.lock
generated
|
|
@ -2468,6 +2468,17 @@ files = [
|
|||
{file = "litellm_proxy_extras-0.2.18.tar.gz", hash = "sha256:e5ded69834bb76a405ab201aa3b3983f2c1a0cc80362e2889bc0add509137e55"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "madoka"
|
||||
version = "0.7.1"
|
||||
description = "Memory-efficient CountMin Sketch key-value structure (based on Madoka C++ library)"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "madoka-0.7.1-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:7521eee9ace30b376bb54fdcb2cb42bf6b7a0346b0d0b612f25f3299aa4a95af"},
|
||||
{file = "madoka-0.7.1.tar.gz", hash = "sha256:e258baa84fc0a3764365993b8bf5e1b065383a6ca8c9f862fb3e3e709843fae7"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "mako"
|
||||
version = "1.3.10"
|
||||
|
|
@ -3712,6 +3723,20 @@ timezone = ["tzdata"]
|
|||
xlsx2csv = ["xlsx2csv (>=0.8.0)"]
|
||||
xlsxwriter = ["xlsxwriter"]
|
||||
|
||||
[[package]]
|
||||
name = "pondpond"
|
||||
version = "1.4.1"
|
||||
description = "Pond is a high performance object-pooling library for Python."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pondpond-1.4.1-py3-none-any.whl", hash = "sha256:641028ead4e8018ca6de1220c660ddd6d6fbf62a60e72f410655dd0451d82880"},
|
||||
{file = "pondpond-1.4.1.tar.gz", hash = "sha256:8afa34b869d1434d21dd2ec12644abc3b1733fcda8fcf355300338a13a79bb7b"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
madoka = ">=0.7.1"
|
||||
|
||||
[[package]]
|
||||
name = "priority"
|
||||
version = "2.0.0"
|
||||
|
|
@ -6282,4 +6307,4 @@ utils = ["numpydoc"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0, !=3.9.7"
|
||||
content-hash = "0cad34271ffe591a0d2293ae5f5539fa4c7626276766011f1530bf1f6cfea070"
|
||||
content-hash = "47df69e4199acde8eac6e197cf89f894fd228f9a6715eb55e7b1b6af3b9daaae"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue