qdrant: release 0.2.0.dev1 (#26388)

This commit is contained in:
ccurme
2024-09-12 11:38:12 -04:00
committed by GitHub
parent bde3dbaed2
commit 458d6f76ad
2 changed files with 8 additions and 9 deletions

View File

@@ -620,7 +620,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.0.dev1" version = "0.3.0.dev5"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@@ -629,7 +629,7 @@ develop = true
[package.dependencies] [package.dependencies]
jsonpatch = "^1.33" jsonpatch = "^1.33"
langsmith = "^0.1.75" langsmith = "^0.1.117"
packaging = ">=23.2,<25" packaging = ">=23.2,<25"
pydantic = "^2.7.4" pydantic = "^2.7.4"
PyYAML = ">=5.3" PyYAML = ">=5.3"
@@ -642,13 +642,13 @@ url = "../../core"
[[package]] [[package]]
name = "langsmith" name = "langsmith"
version = "0.1.115" version = "0.1.118"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
optional = false optional = false
python-versions = "<4.0,>=3.8.1" python-versions = "<4.0,>=3.8.1"
files = [ files = [
{file = "langsmith-0.1.115-py3-none-any.whl", hash = "sha256:04e35cfd4c2d4ff1ea10bb577ff43957b05ebb3d9eb4e06e200701f4a2b4ac9f"}, {file = "langsmith-0.1.118-py3-none-any.whl", hash = "sha256:f017127b3efb037da5e46ff4f8583e8192e7955191737240c327f3eadc144d7c"},
{file = "langsmith-0.1.115.tar.gz", hash = "sha256:3b775377d858d32354f3ee0dd1ed637068cfe9a1f13e7b3bfa82db1615cdffc9"}, {file = "langsmith-0.1.118.tar.gz", hash = "sha256:ff1ca06c92c6081250244ebbce5d0bb347b9d898d2e9b60a13b11f0f0720f09f"},
] ]
[package.dependencies] [package.dependencies]
@@ -2056,4 +2056,4 @@ fastembed = ["fastembed"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "5ee9ce7ba2e1f6f2cc0ef47c529c25da7c1e67cf49768624789eeeddfe40be6d" content-hash = "97912fb88d52004e107efe17259b1e31e03bf5134d5b28694cfe6b65b8402c1a"

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-qdrant" name = "langchain-qdrant"
version = "0.1.3" version = "0.2.0.dev1"
description = "An integration package connecting Qdrant and LangChain" description = "An integration package connecting Qdrant and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"
@@ -23,9 +23,8 @@ disallow_untyped_defs = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev" langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true }
qdrant-client = "^1.10.1" qdrant-client = "^1.10.1"
pydantic = "^2.7.4"
fastembed = { version = "^0.3.3", python = ">=3.9,<3.13", optional = true } fastembed = { version = "^0.3.3", python = ">=3.9,<3.13", optional = true }
[tool.poetry.extras] [tool.poetry.extras]