diff --git a/libs/langchain/poetry.lock b/libs/langchain/poetry.lock index edf7ef5112d76..8cda2cabb6832 100644 --- a/libs/langchain/poetry.lock +++ b/libs/langchain/poetry.lock @@ -2691,7 +2691,7 @@ tqdm = ["tqdm"] name = "future" version = "0.18.3" description = "Clean single-source support for Python 3 and 2" -optional = false +optional = true python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ {file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"}, @@ -2989,7 +2989,7 @@ requests = "*" name = "gpudb" version = "7.2.0.0b0" description = "Python client for Kinetica DB" -optional = false +optional = true python-versions = "*" files = [ {file = "gpudb-7.2.0.0b0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:1ce8a0369165c81f9e3b6334bcae0a8818fc6ea403a01e4fb66f0b56f9dab9a2"}, @@ -7796,7 +7796,7 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "pytest-order" version = "1.2.0" description = "pytest plugin to run your tests in a specific order" -optional = false +optional = true python-versions = ">=3.6" files = [ {file = "pytest-order-1.2.0.tar.gz", hash = "sha256:944f86b6d441aa7b1da80f801c6ab65b84bbeba472d0a7a12eb43ba26650101a"}, @@ -11570,4 +11570,4 @@ text-helpers = ["chardet"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "9b63d246bb576c3c688a47aae2b810a02bb4af4e444c8521997c0660837e784c" +content-hash = "c70d0393bd2e8176265fa569301a997226615d9a9be37ad7136fe54d64fc95ac" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index c203eeb07311d..ab2fcf212e5e0 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -150,9 +150,9 @@ databricks-vectorsearch = {version = "^0.21", optional = true} couchbase = {version = "^4.1.9", optional = true} dgml-utils = {version = "^0.3.0", optional = true} datasets = {version = "^2.15.0", optional = true} -gpudb = "7.2.0.0b0" -pytest-vcr = "^1.0.2" -pytest-order = "^1.2.0" +gpudb = {version="7.2.0.0b0", optional=true} +pytest-vcr = {version="^1.0.2", optional=true} +pytest-order = {version="^1.2.0", optional=true} [tool.poetry.group.test.dependencies] # The only dependencies that should be added are