diff --git a/platform/poetry.lock b/platform/poetry.lock index 60b638b86b..ae2d167bce 100644 --- a/platform/poetry.lock +++ b/platform/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -2451,22 +2451,20 @@ files = [ [[package]] name = "replicate" -version = "0.8.4" +version = "0.34.2" description = "Python client for Replicate" optional = false python-versions = ">=3.8" files = [ - {file = "replicate-0.8.4-py3-none-any.whl", hash = "sha256:b433dc8f336001903f4652d68d094a92d6fcf46ca8273cfb0c84e53edc15e33d"}, - {file = "replicate-0.8.4.tar.gz", hash = "sha256:5620dab09d47749d6eaed2e3c980831fdceb7512ad52bd05111dfccc9f58697f"}, + {file = "replicate-0.34.2-py3-none-any.whl", hash = "sha256:ea3ab3cf07116d893badbe5f829de001bd39340e0f01302b73c101fd2816ec63"}, + {file = "replicate-0.34.2.tar.gz", hash = "sha256:e5fd7edaa6ff6be5c4b189b7c65874fa9bc968c6fb19a59d38cbeb6b4c5e10ee"}, ] [package.dependencies] +httpx = ">=0.21.0,<1" packaging = "*" -pydantic = ">1,<2" -requests = ">2" - -[package.extras] -dev = ["black", "mypy", "pytest", "responses", "ruff"] +pydantic = ">1.10.7" +typing-extensions = ">=4.5.0" [[package]] name = "requests" @@ -3410,4 +3408,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "248cb46ce6ba46dfb53d054e8c28192a0d53443fad28b61d0971506014b0513a" +content-hash = "4b8236168406fe52b812bde9ba1c3e214a020fde39c37e946c3f32e499e140be" diff --git a/platform/pyproject.toml b/platform/pyproject.toml index e48072e813..910d7da324 100644 --- a/platform/pyproject.toml +++ b/platform/pyproject.toml @@ -30,7 +30,7 @@ requests = "^2.31.0" langchain = "^0.0.295" openai = "^0.28.0" wikipedia = "^1.4.0" -replicate = "^0.8.4" +replicate = "^0.34.2" lanarky = "^0.7.15" tiktoken = "^0.5.1" grpcio = "^1.58.0"