fix: update werkzeug to 3.1.6 and add idna 3.15 to dependencies#267
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates Python dependency pins for the backend API and processor components to incorporate upstream fixes (Werkzeug) and align idna to a newer version via uv override pins, with corresponding lockfile updates.
Changes:
- Bumped
werkzeugfrom3.1.4to3.1.6insrc/backend-apioverride dependencies and lockfile. - Added/pinned
idna==3.15in bothsrc/backend-apiandsrc/processoroverride dependencies and lockfiles. - Regenerated
uv.lockfiles to reflect the updated override set and resolved package versions.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/backend-api/pyproject.toml | Updates tool.uv.override-dependencies to bump Werkzeug and add idna==3.15. |
| src/backend-api/uv.lock | Updates manifest overrides and resolved packages for Werkzeug and idna. |
| src/processor/pyproject.toml | Adds idna==3.15 to tool.uv.override-dependencies. |
| src/processor/uv.lock | Updates manifest overrides and resolved package entry for idna. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Roopan-Microsoft
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates dependency versions in the
pyproject.tomlfiles for both the backend API and processor components. The main changes involve upgrading existing libraries and adding a new dependency to ensure compatibility and security.Dependency updates:
werkzeugfrom version 3.1.4 to 3.1.6 insrc/backend-api/pyproject.tomlto include the latest fixes and improvements.idna==3.15as a dependency in bothsrc/backend-api/pyproject.tomlandsrc/processor/pyproject.tomlfor improved domain name handling and compatibility with other libraries. [1] [2]Does this introduce a breaking change?