Skip to content

build: package upgrade#809

Open
Kanchan-Microsoft wants to merge 1 commit intodev-v4from
psl-pckg-upgrade
Open

build: package upgrade#809
Kanchan-Microsoft wants to merge 1 commit intodev-v4from
psl-pckg-upgrade

Conversation

@Kanchan-Microsoft
Copy link
Contributor

Purpose

This pull request primarily updates backend and frontend dependencies to newer versions and adds several new packages to support backend functionality. The main focus is on keeping the project up-to-date and improving compatibility and security.

Backend dependency updates and additions:

  • Updated key backend dependencies in src/backend/pyproject.toml:
    • Upgraded semantic-kernel from 1.35.3 to 1.39.3
    • Upgraded mcp from 1.13.1 to 1.23.0
    • Added new dependencies: werkzeug==3.1.5 and azure-core==1.38.0
  • Updated dependencies in src/mcp_server/pyproject.toml:
    • Upgraded fastmcp from 2.13.0 to 2.14.0
    • Added werkzeug==3.1.5 and urllib3==2.6.3

Frontend dependency updates:

  • Updated react-router-dom version from ^7.6.0 to ^7.12.0 in both src/frontend/package.json and src/frontend/package-lock.json
  • Upgraded related frontend dependencies in src/frontend/package-lock.json:
    • react-router from 7.8.2 to 7.13.0
    • react-router-dom from 7.8.2 to 7.13.0
    • cookie from 1.0.2 to 1.1.1
    • set-cookie-parser from 2.7.1 to 2.7.2

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant