Skip to content

Commit

Permalink
qdrant: release 0.2.0.dev1 (#26388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Sep 12, 2024
1 parent bde3dba commit 458d6f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions libs/partners/qdrant/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions libs/partners/qdrant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-qdrant"
version = "0.1.3"
version = "0.2.0.dev1"
description = "An integration package connecting Qdrant and LangChain"
authors = []
readme = "README.md"
Expand All @@ -23,9 +23,8 @@ disallow_untyped_defs = true

[tool.poetry.dependencies]
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"
pydantic = "^2.7.4"
fastembed = { version = "^0.3.3", python = ">=3.9,<3.13", optional = true }

[tool.poetry.extras]
Expand Down

0 comments on commit 458d6f7

Please sign in to comment.