diff --git a/platform/poetry.lock b/platform/poetry.lock index 60b638b86b..26a43a73df 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.1" 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.1-py3-none-any.whl", hash = "sha256:beeebbdd83dca46eee960c383dfd8dcc48d7922d9fe9e613f242cc69ed522f2f"}, + {file = "replicate-0.34.1.tar.gz", hash = "sha256:57cf80c7f4d7f6ae503b1bef400f57c26d494724002d7e9a8750d01394dcfc76"}, ] [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 = "1bc9e7a01b9242c421e3852ad7d0f9740e4618679cbe4d42b5ac9b3a819a9b07" diff --git a/platform/pyproject.toml b/platform/pyproject.toml index e48072e813..233a6414d5 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.1" lanarky = "^0.7.15" tiktoken = "^0.5.1" grpcio = "^1.58.0"