diff --git a/poetry.lock b/poetry.lock index d3a199ad..6eb00f35 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.73.14" 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.73.14-py3-none-any.whl", hash = "sha256:e367e64ff6e6b730dd3ca76974fdb22b2941a8755d7de3b149157be2f19e00ab"}, ] [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.10,<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.10" 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.10-py3-none-any.whl", hash = "sha256:5073064753961d930366520a4fb04d3b9acd98d6d6eba946374421a9e18ff042"}, + {file = "synchronicity-0.9.10.tar.gz", hash = "sha256:7460a471190ba53c1ae3e15f9e51ed28d8bcc80df867194686ed28eaad5f19f2"}, ] [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 = "819136d6118924f2f92204be86cbc70d5cd75414c7275585e639064d4fa2d462" diff --git a/pyproject.toml b/pyproject.toml index de7640f3..d56fb915 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.74.0" [tool.poetry.group.llama-index.dependencies] llama-index = "*"