File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " qdrant-loader-core"
10- version = " 0.7.2 "
10+ version = " 0.7.3 "
1111description = " Shared core for provider-agnostic LLM support and configuration mapping for qdrant-loader ecosystem"
1212readme = " README.md"
1313requires-python = " >=3.12"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " qdrant-loader-mcp-server"
10- version = " 0.7.2 "
10+ version = " 0.7.3 "
1111description = " A Model Context Protocol (MCP) server that provides RAG capabilities to Cursor using Qdrant."
1212readme = " README.md"
1313requires-python = " >=3.12"
@@ -41,7 +41,7 @@ dependencies = [
4141 " click>=8.0.0" ,
4242 " tomli>=2.0.0" ,
4343 " networkx>=3.0.0" ,
44- " qdrant-loader-core==0.7.2 " ,
44+ " qdrant-loader-core==0.7.3 " ,
4545]
4646classifiers = [
4747 " Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " qdrant-loader"
10- version = " 0.7.2 "
10+ version = " 0.7.3 "
1111description = " A tool for collecting and vectorizing technical content from multiple sources and storing it in a QDrant vector database."
1212readme = " README.md"
1313requires-python = " >=3.12"
@@ -35,7 +35,7 @@ dependencies = [
3535 " structlog>=23.0.0" ,
3636 " httpx>=0.24.0" ,
3737 " openai>=1.0.0" ,
38- " qdrant-loader-core[openai]==0.7.2 " ,
38+ " qdrant-loader-core[openai]==0.7.3 " ,
3939 " qdrant-client>=1.7.0" ,
4040 " PyYAML>=6.0.0" ,
4141 " beautifulsoup4>=4.12.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " qdrant-loader-workspace"
10- version = " 0.7.2 "
10+ version = " 0.7.3 "
1111description = " A comprehensive toolkit for loading data into Qdrant vector database with MCP server support"
1212readme = " README.md"
1313authors = [
You can’t perform that action at this time.
0 commit comments