release(qdrant): 0.2.1 (#32889)

This commit is contained in:
ccurme
2025-09-10 13:21:16 -04:00
committed by GitHub
parent 10dfeea110
commit 450870c9ac
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"langchain-core!=0.3.0,!=0.3.1,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,<0.4.0,>=0.2.43", "langchain-core!=0.3.0,!=0.3.1,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,<0.4.0,>=0.2.43",
] ]
name = "langchain-qdrant" name = "langchain-qdrant"
version = "0.2.0" version = "0.2.1"
description = "An integration package connecting Qdrant and LangChain" description = "An integration package connecting Qdrant and LangChain"
readme = "README.md" readme = "README.md"

View File

@@ -1,5 +1,5 @@
version = 1 version = 1
revision = 3 revision = 2
requires-python = ">=3.9" requires-python = ">=3.9"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.13'", "python_full_version >= '3.13'",
@@ -541,7 +541,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.75" version = "0.3.76"
source = { editable = "../../core" } source = { editable = "../../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@@ -599,7 +599,7 @@ typing = [
[[package]] [[package]]
name = "langchain-qdrant" name = "langchain-qdrant"
version = "0.2.0" version = "0.2.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "langchain-core" }, { name = "langchain-core" },