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 docs/recipes/automation/tp-setup/bootstrap/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"pydantic==2.11.7", # Data validation and settings management

# Domain-Specific
"fastmcp==2.12.0", # TIBCO MCP automation
"fastmcp==2.14.0", # TIBCO MCP automation

# Web Framework & API
"flask-cors==6.0.1", # CORS for Flask
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exceptiongroup==1.3.0
# via fastmcp
execnet==2.1.1
# via pytest-xdist
fastmcp==2.12.0
fastmcp==2.14.0
# via tp-automation (pyproject.toml)
flask==3.1.2
# via flask-cors
Expand Down