From b9a4879595119c3dad518373cff44c704ad615c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 05:49:28 +0000 Subject: [PATCH] chore(deps): bump modal from 0.64.192 to 0.66.44 Bumps [modal](https://github.com/modal-labs/modal-client) from 0.64.192 to 0.66.44. - [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/modal-labs/modal-client/compare/v0.64.192...v0.66.44) --- updated-dependencies: - dependency-name: modal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 36 +++++++++++------------------------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 26 deletions(-) diff --git a/poetry.lock b/poetry.lock index d3a199ad..1a070321 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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.66.44" 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.66.44-py3-none-any.whl", hash = "sha256:96db64a32461f5c89e21049d66ee354d5c32cdd0d23b2cc0926e2e9052e9e03d"}, ] [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.3,<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.3" 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.3-py3-none-any.whl", hash = "sha256:73c06fe6613c698cbcfa6e77ab6b8d49cce3494c5afc3ef23b007b1fdff2256d"}, + {file = "synchronicity-0.9.3.tar.gz", hash = "sha256:d3856601e63e518a143ec42f57988d9e88e4f94716168b717fd4b1b64f4704fd"}, ] [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 = "8bd0852550ebd36f1e6c9329171a7b8f26073862b375049d10bf66df6f95073d" diff --git a/pyproject.toml b/pyproject.toml index de7640f3..c8cf024e 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.67.0" [tool.poetry.group.llama-index.dependencies] llama-index = "*"