poetyr update
Browse files- poetry.lock +6 -6
- pyproject.toml +1 -1
poetry.lock
CHANGED
@@ -813,13 +813,13 @@ referencing = ">=0.31.0"
|
|
813 |
|
814 |
[[package]]
|
815 |
name = "litellm"
|
816 |
-
version = "1.
|
817 |
description = "Library to easily interface with LLM API providers"
|
818 |
optional = false
|
819 |
python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8"
|
820 |
files = [
|
821 |
-
{file = "litellm-1.
|
822 |
-
{file = "litellm-1.
|
823 |
]
|
824 |
|
825 |
[package.dependencies]
|
@@ -1200,8 +1200,8 @@ files = [
|
|
1200 |
|
1201 |
[package.dependencies]
|
1202 |
numpy = [
|
1203 |
-
{version = ">=1.23.2", markers = "python_version == \"3.11\""},
|
1204 |
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
|
|
1205 |
]
|
1206 |
python-dateutil = ">=2.8.2"
|
1207 |
pytz = ">=2020.1"
|
@@ -1415,8 +1415,8 @@ files = [
|
|
1415 |
annotated-types = ">=0.6.0"
|
1416 |
pydantic-core = "2.23.4"
|
1417 |
typing-extensions = [
|
1418 |
-
{version = ">=4.6.1", markers = "python_version < \"3.13\""},
|
1419 |
{version = ">=4.12.2", markers = "python_version >= \"3.13\""},
|
|
|
1420 |
]
|
1421 |
|
1422 |
[package.extras]
|
@@ -2457,4 +2457,4 @@ type = ["pytest-mypy"]
|
|
2457 |
[metadata]
|
2458 |
lock-version = "2.0"
|
2459 |
python-versions = "^3.11"
|
2460 |
-
content-hash = "
|
|
|
813 |
|
814 |
[[package]]
|
815 |
name = "litellm"
|
816 |
+
version = "1.48.5"
|
817 |
description = "Library to easily interface with LLM API providers"
|
818 |
optional = false
|
819 |
python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8"
|
820 |
files = [
|
821 |
+
{file = "litellm-1.48.5-py3-none-any.whl", hash = "sha256:d69ae3809047922f1051f0c501759be3363421e1e17230dc4483f8e630f364d1"},
|
822 |
+
{file = "litellm-1.48.5.tar.gz", hash = "sha256:7b698623647c588e7740ada3b1faea2ee005804d93c4e6c3c975a7f0a77b751a"},
|
823 |
]
|
824 |
|
825 |
[package.dependencies]
|
|
|
1200 |
|
1201 |
[package.dependencies]
|
1202 |
numpy = [
|
|
|
1203 |
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
1204 |
+
{version = ">=1.23.2", markers = "python_version == \"3.11\""},
|
1205 |
]
|
1206 |
python-dateutil = ">=2.8.2"
|
1207 |
pytz = ">=2020.1"
|
|
|
1415 |
annotated-types = ">=0.6.0"
|
1416 |
pydantic-core = "2.23.4"
|
1417 |
typing-extensions = [
|
|
|
1418 |
{version = ">=4.12.2", markers = "python_version >= \"3.13\""},
|
1419 |
+
{version = ">=4.6.1", markers = "python_version < \"3.13\""},
|
1420 |
]
|
1421 |
|
1422 |
[package.extras]
|
|
|
2457 |
[metadata]
|
2458 |
lock-version = "2.0"
|
2459 |
python-versions = "^3.11"
|
2460 |
+
content-hash = "93c1d23aecc997598d71a8a2d80f869203bb36da3c994c1e5054a5bd89da34d3"
|
pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.11"
|
11 |
-
litellm = "^1.
|
12 |
streamlit = "^1.38.0"
|
13 |
openai = "^1.46.0"
|
14 |
python-dotenv = "^1.0.1"
|
|
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.11"
|
11 |
+
litellm = "^1.48.5"
|
12 |
streamlit = "^1.38.0"
|
13 |
openai = "^1.46.0"
|
14 |
python-dotenv = "^1.0.1"
|