Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gui = [
"PySide6-essentials >= 6.6,< 6.11",
]
mcp = [
"mcp >= 1.13.0, < 2",
"mcp >= 1.13.0, < 3",
]
# AWS Console sign-in profiles (the `login_session` key in ~/.aws/config) are
# resolved by botocore's LoginProvider, which needs awscrt to sign the DPoP
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mkdocs-click
# griffe version will match whichever griffelib mkdocstrings uses
griffe
# MCP (Model Context Protocol) library for MCP CLI command
mcp >= 1.13.0, < 2; python_version >= '3.10'
mcp >= 1.13.0, < 3; python_version >= '3.10'
2 changes: 1 addition & 1 deletion requirements-integ-testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deadline-cloud-test-fixtures
# MCP (Model Context Protocol) library for MCP server integration tests
mcp >= 1.13.0, < 2
mcp >= 1.13.0, < 3
pytest-asyncio == 1.*
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ moto[server] == 5.*
jsondiff == 2.*
pyinstrument == 5.*
# MCP (Model Context Protocol) library for MCP unit tests
mcp >= 1.13.0, < 2; python_version >= '3.10'
mcp >= 1.13.0, < 3; python_version >= '3.10'
# OpenJD model library for job template parsing in mock backend
openjd-model >= 0.11.3

Expand Down
Loading