File tree Expand file tree Collapse file tree 3 files changed +641
-3
lines changed
examples/mcp-client/llamaindex Expand file tree Collapse file tree 3 files changed +641
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " mcp-client-example-llamaindex"
33version = " 0.1.0"
4- requires-python = " >=3.10,<3.14 "
4+ requires-python = " >=3.10,<3.15 "
55dependencies = [
66 " llama-index" ,
77 " llama-index-llms-openai" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ version = "1.1.5"
1414
1515description = " MCP Proxy for AWS"
1616readme = " README.md"
17- requires-python = " >=3.10,<3.14 "
17+ requires-python = " >=3.10,<3.15 "
1818dependencies = [
1919 " fastmcp (>=2.13.1,<2.14.1)" ,
2020 " boto3>=1.41.0" ,
@@ -35,6 +35,7 @@ classifiers = [
3535 " Programming Language :: Python :: 3.11" ,
3636 " Programming Language :: Python :: 3.12" ,
3737 " Programming Language :: Python :: 3.13" ,
38+ " Programming Language :: Python :: 3.14" ,
3839]
3940
4041[project .urls ]
You can’t perform that action at this time.
0 commit comments