diff --git a/pyproject.toml b/pyproject.toml index c6b57c4..02f88b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "openai~=1.109.1", "bcrypt~=5.0.0", "boto3~=1.40.70", - "boto3-stubs==1.40.70", + "boto3-stubs==1.42.97", "llmaix[marker,docling,paddleocr]~=0.0.26", "redis~=7.0.1", "celery~=5.5.3", diff --git a/uv.lock b/uv.lock index ef17c57..feacc67 100644 --- a/uv.lock +++ b/uv.lock @@ -236,15 +236,15 @@ wheels = [ [[package]] name = "boto3-stubs" -version = "1.40.70" +version = "1.42.97" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "botocore-stubs" }, { name = "types-s3transfer" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cd/72/6b36303e2db0561bea257525304f471d8d7880777f6d1f90d5c44c54c0a4/boto3_stubs-1.40.70.tar.gz", hash = "sha256:b3744178114f4b21342397a066d416f8f53bf859a0636acc7adf6b30b48f76a3", size = 99392, upload-time = "2025-11-10T20:42:30.324Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2c/36/cf331b6fa18348e5c5a40098f93eb698803db747e4265b0263d60e222c61/boto3_stubs-1.42.97.tar.gz", hash = "sha256:f7f4775b0851ff6db0e3fb097064af6437e4de31b797d874a737104998e028c6", size = 102651, upload-time = "2026-04-27T21:17:57.946Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6b/2c/501698e6c9895f5f8911f08cdaea9fbc5150816cf5a3c50e47e353c2b5a1/boto3_stubs-1.40.70-py3-none-any.whl", hash = "sha256:63b0752aa474cf28f2bfad1d50fa9bc7c50939b13f79618f1e9b1ce4fd72f97b", size = 68982, upload-time = "2025-11-10T20:42:23.994Z" }, + { url = "https://files.pythonhosted.org/packages/93/35/8298310d1cbaf5dcb7b16073a93a9cb64dc91ec951f32a1cb9e0cacc499b/boto3_stubs-1.42.97-py3-none-any.whl", hash = "sha256:47539eaab612d63b5b828657ee0977237725f7608f19563a2ae7f784042411bc", size = 70666, upload-time = "2026-04-27T21:17:54.87Z" }, ] [[package]] @@ -1475,7 +1475,7 @@ requires-dist = [ { name = "alembic", specifier = "==1.18.4" }, { name = "bcrypt", specifier = "~=5.0.0" }, { name = "boto3", specifier = "~=1.40.70" }, - { name = "boto3-stubs", specifier = "==1.40.70" }, + { name = "boto3-stubs", specifier = "==1.42.97" }, { name = "celery", specifier = "~=5.5.3" }, { name = "celery-types", specifier = "==0.23.0" }, { name = "fastapi", extras = ["standard"], specifier = ">=0.136.1" },