Skip to content

Commit 9c1ab1f

Browse files
clareliguoriwzxxing
authored andcommitted
chore: Add support for Python 3.14
1 parent 3945fdb commit 9c1ab1f

File tree

3 files changed

+641
-3
lines changed

3 files changed

+641
-3
lines changed

examples/mcp-client/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mcp-client-example-llamaindex"
33
version = "0.1.0"
4-
requires-python = ">=3.10,<3.14"
4+
requires-python = ">=3.10,<3.15"
55
dependencies = [
66
"llama-index",
77
"llama-index-llms-openai",

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "1.1.5"
1414

1515
description = "MCP Proxy for AWS"
1616
readme = "README.md"
17-
requires-python = ">=3.10,<3.14"
17+
requires-python = ">=3.10,<3.15"
1818
dependencies = [
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]

0 commit comments

Comments
 (0)