diff --git a/platform/poetry.lock b/platform/poetry.lock index 60b638b86b..49a1562187 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.33.0" 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.33.0-py3-none-any.whl", hash = "sha256:deb687fe613ca94e750abcc2b51fb398cf9e8c9514e19422173e93596c702a3a"}, + {file = "replicate-0.33.0.tar.gz", hash = "sha256:79f179aa791072c2141bfc5481b786cdd79e368b53938be7dbd7b07af9c14f6b"}, ] [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 = "8160d84c42dc49524d2b2fd8915f3ff1a6208320f7ab6b2909d34874de80276c" diff --git a/platform/pyproject.toml b/platform/pyproject.toml index e48072e813..a196645e5f 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.33.0" lanarky = "^0.7.15" tiktoken = "^0.5.1" grpcio = "^1.58.0"