Skip to content

Commit 3f4db96

Browse files
Merge pull request #651 from Kanchan-Microsoft/main
chore: upgrade package version
2 parents 68625e8 + bb443b4 commit 3f4db96

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
echo "Resource purging completed successfully"
366366
367367
- name: Send Notification on Failure
368-
368+
if: failure()
369369
run: |
370370
RUN_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
371371

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ The Multi-Agent Custom Automation Engine solution accelerator allows users to sp
1414

1515
</div>
1616
<br/>
17-
<br/>
1817

19-
>⚠️ **Disclaimer:** With any AI solutions you create using these templates, you are responsible for assessing all associated risks and for complying with all applicable laws and safety standards. Learn more in the transparency documents for [Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/responsible-ai/agents/transparency-note) and [Agent Framework](https://github.com/microsoft/agent-framework/blob/main/TRANSPARENCY_FAQ.md).
18+
**Note:** With any AI solutions you create using these templates, you are responsible for assessing all associated risks and for complying with all applicable laws and safety standards. Learn more in the transparency documents for [Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/responsible-ai/agents/transparency-note) and [Agent Framework](https://github.com/microsoft/agent-framework/blob/main/TRANSPARENCY_FAQ.md).
2019
<br/>
2120

2221
<h2><img src="./docs/images/readme/solution-overview.png" width="48" />

src/mcp_server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dynamic = ["version"]
1515

1616
# Core runtime dependencies (kept in sync with requirements.txt)
1717
dependencies = [
18-
"fastmcp==2.11.3",
19-
"uvicorn[standard]==0.32.1",
18+
"fastmcp==2.13.0",
19+
"uvicorn[standard]==0.38.0",
2020
"python-dotenv==1.1.1",
2121
"azure-identity==1.19.0",
2222
"pydantic==2.11.7",

src/mcp_server/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)