@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " vector-mcp"
7- version = " 1.1.24 "
7+ version = " 1.1.25 "
88description = " Integrate RAG into AI Agents via MCP Server. Supports multiple Vector database technologies."
99readme = " README.md"
1010authors = [{ name = " Audel Rouhi" , email = " knucklessg1@gmail.com" }]
1111license = { text = " MIT" }
1212classifiers = [ " Development Status :: 5 - Production/Stable" , " License :: Public Domain" , " Environment :: Console" , " Operating System :: POSIX :: Linux" , " Programming Language :: Python :: 3" ,]
1313requires-python = " >=3.10"
1414dependencies = [
15- " agent-utilities[embeddings-openai,mcp]>=0.2.6 " ,
15+ " agent-utilities[embeddings-openai,mcp]>=0.2.7 " ,
1616 " chromadb>=1.5.1" ,
1717 " markdownify>=1.2.2" ,
1818 " beautifulsoup4>=4.14.3" ,
@@ -57,10 +57,10 @@ huggingface = [
5757 " sentence_transformers>=5.2.2" ,
5858]
5959agent = [
60- " agent-utilities[agent,logfire]>=0.2.6 " ,
60+ " agent-utilities[agent,logfire]>=0.2.7 " ,
6161]
6262all = [
63- " vector-mcp[postgres,chromadb,couchbase,qdrant,mongodb,huggingface,agent]>=1.1.24 "
63+ " vector-mcp[postgres,chromadb,couchbase,qdrant,mongodb,huggingface,agent]>=1.1.25 "
6464]
6565
6666[project .scripts ]
0 commit comments