From e8cd6a7d76ec7dc53ed434250a9e1bacdf473e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:54:32 +0000 Subject: [PATCH] chore(deps): bump modal from 0.61.54 to 0.62.141 Bumps [modal](https://github.com/modal-labs/modal-client) from 0.61.54 to 0.62.141. - [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/modal-labs/modal-client/compare/v0.61.54...v0.62.141) --- updated-dependencies: - dependency-name: modal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index df3dda0..3d2dd87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -2108,12 +2108,12 @@ test = ["mypy (>=1.0)", "pytest (>=7.0.0)"] [[package]] name = "modal" -version = "0.61.54" +version = "0.62.141" description = "Python client library for Modal" optional = false python-versions = ">=3.8" files = [ - {file = "modal-0.61.54-py3-none-any.whl", hash = "sha256:3f447662d4e5feccfba38b87b7bd0b2ef58abceadefcb55ee4240b13cbaac267"}, + {file = "modal-0.62.141-py3-none-any.whl", hash = "sha256:c67e24ab159f8c048e261632cad983fe04118d6713aab155310d07acd4f6c6b3"}, ] [package.dependencies] @@ -2125,9 +2125,9 @@ fastapi = "*" grpclib = "0.4.7" protobuf = ">=3.19,<4.24.0 || >4.24.0,<5.0" rich = ">=12.0.0" -synchronicity = ">=0.6.2,<0.7.0" +synchronicity = ">=0.6.6,<0.7.0" toml = "*" -typer = ">=0.9.0,<0.10.0" +typer = ">=0.9" types-certifi = "*" types-toml = "*" typing-extensions = ">=4.6,<5.0" @@ -4200,12 +4200,12 @@ mpmath = ">=0.19" [[package]] name = "synchronicity" -version = "0.6.2" +version = "0.6.7" description = "Export blocking and async library versions from a single async implementation" optional = false python-versions = ">=3.8" files = [ - {file = "synchronicity-0.6.2-py3-none-any.whl", hash = "sha256:7b59fc367fd6235573e5b488537b6f90967a00422cfdf9c57438809211973863"}, + {file = "synchronicity-0.6.7-py3-none-any.whl", hash = "sha256:188397ea96ebbff20d7990259af30f7679e04aebccb89e14eb6cbc3243543f4b"}, ] [package.dependencies] @@ -5187,4 +5187,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "540e9089d888d143730a920351d11a04a2daad7e6faf3cbaf566e48226d1f83a" +content-hash = "323e95b2be46ff973b060767614048356f451a162f99b608d6ab5dd8cab24154" diff --git a/pyproject.toml b/pyproject.toml index 1e9aaff..6f84752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ langchain-community = "^0.0.28" langchain-together = "^0.0.2.post1" langchain-fireworks = "^0.1.1" semantic-router = "^0.0.28" -modal = "^0.61.54" +modal = ">=0.61.54,<0.63.0" typer = "^0.9.0" [build-system]