Skip to content

Commit c51491b

Browse files
fix the fastmcp dep issue by downgrading fastmcp for now
1 parent 8720a33 commit c51491b

File tree

3 files changed

+70
-474
lines changed

3 files changed

+70
-474
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ solr = ["sqlalchemy-solr >= 0.2.0"]
139139
elasticsearch = ["elasticsearch-dbapi>=0.2.9, <0.3.0"]
140140
exasol = ["sqlalchemy-exasol >= 2.4.0, <3.0"]
141141
excel = ["xlrd>=1.2.0, <1.3"]
142-
fastmcp = ["fastmcp>=2.12.3"]
142+
fastmcp = ["fastmcp>=2.10.6"]
143143
firebird = ["sqlalchemy-firebird>=0.7.0, <0.8"]
144144
firebolt = ["firebolt-sqlalchemy>=1.0.0, <2"]
145145
gevent = ["gevent>=23.9.1"]

0 commit comments

Comments
 (0)