diff --git a/src/ol_openedx_course_translations/pyproject.toml b/src/ol_openedx_course_translations/pyproject.toml index dab14300..dc794ee1 100644 --- a/src/ol_openedx_course_translations/pyproject.toml +++ b/src/ol_openedx_course_translations/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "Django>=4.0", "djangorestframework>=3.14.0", "deepl>=1.25.0", - "litellm==1.82.5", + "litellm==1.83.0", "GitPython>=3.1.40", "requests>=2.31.0", "polib>=1.2.0", diff --git a/uv.lock b/uv.lock index 659e3502..892ba06d 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11" resolution-markers = [ "python_full_version >= '3.13'", @@ -1618,7 +1618,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.82.5" +version = "1.83.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -1634,9 +1634,9 @@ dependencies = [ { name = "tiktoken" }, { name = "tokenizers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d7/f0/ec42ee14b388ce1d08a1df638f894ed7f1e6ac35b9daf0588ff7f7d52262/litellm-1.82.5.tar.gz", hash = "sha256:7988a9b48c8ccd9e5ebced80a4dfce9ce87083b303c3f67082450a4ad6dd312f", size = 17406156, upload-time = "2026-03-21T00:03:53.239Z" } +sdist = { url = "https://files.pythonhosted.org/packages/22/92/6ce9737554994ca8e536e5f4f6a87cc7c4774b656c9eb9add071caf7d54b/litellm-1.83.0.tar.gz", hash = "sha256:860bebc76c4bb27b4cf90b4a77acd66dba25aced37e3db98750de8a1766bfb7a", size = 17333062, upload-time = "2026-03-31T05:08:25.331Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/68/1f/b6c8043eec81eade53a4d0e15a50b788ab0e82661e01a25e0b8536a4dca0/litellm-1.82.5-py3-none-any.whl", hash = "sha256:e1012ab816352215c4e00776dd48b0c68058b537888a8ff82cca62af19e6fb11", size = 15589652, upload-time = "2026-03-21T00:03:48.87Z" }, + { url = "https://files.pythonhosted.org/packages/19/2c/a670cc050fcd6f45c6199eb99e259c73aea92edba8d5c2fc1b3686d36217/litellm-1.83.0-py3-none-any.whl", hash = "sha256:88c536d339248f3987571493015784671ba3f193a328e1ea6780dbebaa2094a8", size = 15610306, upload-time = "2026-03-31T05:08:21.987Z" }, ] [[package]] @@ -2204,7 +2204,7 @@ requires-dist = [ [[package]] name = "ol-openedx-course-translations" -version = "0.5.1" +version = "0.5.2" source = { editable = "src/ol_openedx_course_translations" } dependencies = [ { name = "deepl" }, @@ -2226,7 +2226,7 @@ requires-dist = [ { name = "djangorestframework", specifier = ">=3.14.0" }, { name = "edx-opaque-keys" }, { name = "gitpython", specifier = ">=3.1.40" }, - { name = "litellm", specifier = "<=1.82.5" }, + { name = "litellm", specifier = "==1.83.0" }, { name = "polib", specifier = ">=1.2.0" }, { name = "requests", specifier = ">=2.31.0" }, { name = "srt", specifier = ">=3.5.3" },