diff --git a/poetry.lock b/poetry.lock index d3a199ad..210b2e6d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aenum" @@ -159,20 +159,6 @@ files = [ [package.dependencies] frozenlist = ">=1.1.0" -[[package]] -name = "aiostream" -version = "0.5.2" -description = "Generator-based operators for asynchronous iteration" -optional = false -python-versions = ">=3.8" -files = [ - {file = "aiostream-0.5.2-py3-none-any.whl", hash = "sha256:054660370be9d37f6fe3ece3851009240416bd082e469fd90cc8673d3818cf71"}, - {file = "aiostream-0.5.2.tar.gz", hash = "sha256:b71b519a2d66c38f0872403ab86417955b77352f08d9ad02ad46fc3926b389f4"}, -] - -[package.dependencies] -typing-extensions = "*" - [[package]] name = "altair" version = "5.4.1" @@ -4799,24 +4785,23 @@ type = ["mypy (==1.11.2)"] [[package]] name = "modal" -version = "0.64.192" +version = "0.70.0" description = "Python client library for Modal" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "modal-0.64.192-py3-none-any.whl", hash = "sha256:4d20e201e4040b13841c0e34ea4ad0e58719568adc084eee6b1da71b7c618273"}, + {file = "modal-0.70.0-py3-none-any.whl", hash = "sha256:034d46315bfc42d38000390a0a09529e7f5d647bb0ceea22cb1cccc23d0708f7"}, ] [package.dependencies] aiohttp = "*" -aiostream = ">=0.5.2,<0.6.0" certifi = "*" click = ">=8.1.0" fastapi = "*" grpclib = "0.4.7" -protobuf = ">=3.19,<4.24.0 || >4.24.0,<5.0" +protobuf = ">=3.19,<4.24.0 || >4.24.0,<6.0" rich = ">=12.0.0" -synchronicity = ">=0.8.2,<0.9.0" +synchronicity = ">=0.9.8,<0.10.0" toml = "*" typer = ">=0.9" types-certifi = "*" @@ -8435,17 +8420,18 @@ dev = ["hypothesis (>=6.70.0)", "pytest (>=7.1.0)"] [[package]] name = "synchronicity" -version = "0.8.2" +version = "0.9.8" description = "Export blocking and async library versions from a single async implementation" optional = false python-versions = ">=3.8" files = [ - {file = "synchronicity-0.8.2-py3-none-any.whl", hash = "sha256:87c2adc3f388b80629e55d202bd8404b17cf28b857a58c0094bf3ab093d430c6"}, + {file = "synchronicity-0.9.8-py3-none-any.whl", hash = "sha256:ff1c1bec769ba8a6ded8298a30282fd32992e900a3270837d9256fd60e61862b"}, + {file = "synchronicity-0.9.8.tar.gz", hash = "sha256:f8246a2cd0c2658e260234be27eaaf3c461e11e2a80ab60b698a43c078359471"}, ] [package.dependencies] -sigtools = "4.0.1" -typing-extensions = ">=4.6" +sigtools = ">=4.0.1" +typing-extensions = ">=4.12.2" [[package]] name = "tenacity" @@ -10031,4 +10017,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7fc51225767e3a98147f7b0dacdce4486a1afd83dc3273f06fd9f6cdc35d1860" +content-hash = "9dc45aaefa0d927908e3b2bbfeb594c365f2e8e85fff4e377e8d29d0e4ec8b08" diff --git a/pyproject.toml b/pyproject.toml index de7640f3..81bafa08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ whatthepatch = "^1.0.6" protobuf = "^4.21.6,<5.0.0" # chromadb currently fails on 5.0+ opentelemetry-api = "1.25.0" opentelemetry-exporter-otlp-proto-grpc = "1.25.0" -modal = "^0.64.145" +modal = ">=0.64.145,<0.71.0" [tool.poetry.group.llama-index.dependencies] llama-index = "*"