@@ -20,7 +20,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "doris-mcp-server"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
description = "Enterprise-grade Model Context Protocol (MCP) server implementation for Apache Doris"
|
||||
authors = [
|
||||
{name = "Yijia Su", email = "freeoneplus@apache.org"}
|
||||
@@ -46,6 +46,10 @@ dependencies = [
|
||||
# Database drivers
|
||||
"aiomysql>=0.2.0",
|
||||
"PyMySQL>=1.1.0",
|
||||
# ADBC (Arrow Flight SQL) dependencies
|
||||
"adbc-driver-manager>=0.8.0",
|
||||
"adbc-driver-flightsql>=0.8.0",
|
||||
"pyarrow>=14.0.0",
|
||||
# Async and utility libraries
|
||||
"asyncio-mqtt>=0.16.0",
|
||||
"aiofiles>=23.0.0",
|
||||
|
||||
Reference in New Issue
Block a user