11[project ]
22name = " fast-agent-mcp"
3- version = " 0.6.16 "
3+ version = " 0.6.17 "
44description = " Define, Prompt and Test MCP enabled Agents and Workflows"
55readme = " README.md"
66license = { file = " LICENSE" }
@@ -14,39 +14,39 @@ classifiers = [
1414]
1515requires-python = " >=3.13.5,<3.15"
1616dependencies = [
17- " fastapi>=0.121 .0" ,
18- " fastmcp==3.2.0 " ,
17+ " fastapi==0.136 .0" ,
18+ " fastmcp==3.2.3 " ,
1919 " mcp==1.27.0" ,
20- " pydantic-settings>=2.7 .0" ,
21- " pydantic>=2.10.4 " ,
22- " pyyaml>= 6.0.2 " ,
23- " rich> =14.3.3" ,
24- " typer> =0.24.1" ,
25- " anthropic[vertex]>=0.86 .0" ,
20+ " pydantic-settings==2.13 .0" ,
21+ " pydantic==2.13.1 " ,
22+ " pyyaml== 6.0.3 " ,
23+ " rich= =14.3.3" ,
24+ " typer= =0.24.1" ,
25+ " anthropic[vertex]==0.96 .0" ,
2626 " openai[aiohttp]==2.31.0" ,
27- " prompt-toolkit> =3.0.52" ,
28- " aiohttp>= 3.13.2 " ,
27+ " prompt-toolkit= =3.0.52" ,
28+ " aiohttp== 3.13.5 " ,
2929 " opentelemetry-distro==0.60b1" ,
3030 " opentelemetry-exporter-otlp-proto-http==1.39.1" ,
3131 " opentelemetry-instrumentation-openai==0.52.1; python_version >= '3.10' and python_version < '4.0'" ,
3232 " opentelemetry-instrumentation-anthropic==0.52.1; python_version >= '3.10' and python_version < '4.0'" ,
3333 " opentelemetry-instrumentation-mcp==0.52.1; python_version >= '3.10' and python_version < '4.0'" ,
3434 " opentelemetry-instrumentation-google-genai==0.6b0" ,
35- " google-genai> =1.66.0" ,
36- " deprecated>=1.2.18 " ,
37- " a2a-sdk>= 0.3.16 " ,
38- " email-validator> =2.2.0" ,
39- " pyperclip> =1.9.0" ,
40- " keyring>=24.3.1 " ,
41- " python-frontmatter> =1.1.0" ,
42- " watchfiles>= 1.1.0 " ,
35+ " google-genai= =1.66.0" ,
36+ " deprecated==1.3.1 " ,
37+ " a2a-sdk== 0.3.26 " ,
38+ " email-validator= =2.2.0" ,
39+ " pyperclip= =1.9.0" ,
40+ " keyring==25.7.0 " ,
41+ " python-frontmatter= =1.1.0" ,
42+ " watchfiles== 1.1.1 " ,
4343 " agent-client-protocol==0.9.0" ,
44- " jsonschema> =4.25.1" ,
45- " tiktoken> =0.12.0" ,
46- " uvloop> =0.22.1; platform_system != 'Windows'" ,
47- " multilspy> =0.0.15" ,
48- " ruamel.yaml>=0.18.16 " ,
49- " mslex> =1.3.0" ,
44+ " jsonschema= =4.25.1" ,
45+ " tiktoken= =0.12.0" ,
46+ " uvloop= =0.22.1; platform_system != 'Windows'" ,
47+ " multilspy= =0.0.15" ,
48+ " ruamel.yaml==0.19.1 " ,
49+ " mslex= =1.3.0" ,
5050]
5151
5252[project .optional-dependencies ]
0 commit comments