release(qdrant): 1.0.0 (#33577)

This commit is contained in:
Mason Daugherty
2025-10-17 11:17:01 -04:00
committed by GitHub
parent 6f4978041e
commit 85567f1dc3
2 changed files with 5 additions and 5 deletions

View File

@@ -9,10 +9,10 @@ requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"qdrant-client>=1.10.1,<2.0.0",
"pydantic>=2.7.4,<3.0.0",
"langchain-core>=1.0.0a7,<2.0.0",
"langchain-core>=1.0.0,<2.0.0",
]
name = "langchain-qdrant"
version = "1.0.0a1"
version = "1.0.0"
description = "An integration package connecting Qdrant and LangChain"
readme = "README.md"