From 578403625c2450336a6ad88763f1cc34b40e9cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:34:22 +0000 Subject: [PATCH] Bump cohere from 5.14.0 to 5.20.0 Bumps cohere from 5.14.0 to 5.20.0. --- updated-dependencies: - dependency-name: cohere dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1d81ccc..3235e9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -456,14 +456,14 @@ files = [ [[package]] name = "cohere" -version = "5.14.0" +version = "5.20.0" description = "" optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "cohere-5.14.0-py3-none-any.whl", hash = "sha256:286b4ff66f9a59c06a30b8819fb8b2aee3354dc2f7dc83f19519da771e598a5e"}, - {file = "cohere-5.14.0.tar.gz", hash = "sha256:fdbf2d4c54049b74c8f79ff8ed6fd149c4c2055d3b5eae57b9c70716e65c78fd"}, + {file = "cohere-5.20.0-py3-none-any.whl", hash = "sha256:a95f17ed22be3f978363703beb6008b55000ce0e85124ddb976fa5b688014fea"}, + {file = "cohere-5.20.0.tar.gz", hash = "sha256:fb5ad5afa47447dd7eb090ad29bdb3a8181b0e758a3b03ba6ed8ca48d68d11a7"}, ] [package.dependencies] @@ -4402,7 +4402,7 @@ description = "A language and compiler for custom Deep Learning operations" optional = false python-versions = "*" groups = ["main"] -markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.13\"" +markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version == \"3.12\"" files = [ {file = "triton-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b0dd10a925263abbe9fa37dcde67a5e9b2383fc269fdf59f5657cac38c5d1d8"}, {file = "triton-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f34f6e7885d1bf0eaaf7ba875a5f0ce6f3c13ba98f9503651c1e6dc6757ed5c"}, @@ -4733,4 +4733,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "58f5d0b5080ef2d14fb3992258a5e8e7b46e8dc9067bfc6a17449e4c8b08a343" +content-hash = "b4d96823948aa53650c1282e992d9668a1e69062d7f3400f6231047037bc16a1" diff --git a/pyproject.toml b/pyproject.toml index ce23765..393fbe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ matplotlib = "^3.10.1" torch = "^2.5.1" transformers = "<=4.51.3" wandb = "^0.19.10" -cohere = "^5.14.0" +cohere = "^5.20.0" onnx = "^1.17.0" onnxruntime = "^1.21.1" ray = {extras = ["data", "train", "tune"], version = "^2.40.0"}