Skip to content

pillow/requests libraries update#1833

Merged
jcchr merged 1 commit into
mainfrom
jchrapko/python_libs
May 14, 2026
Merged

pillow/requests libraries update#1833
jcchr merged 1 commit into
mainfrom
jchrapko/python_libs

Conversation

@jcchr
Copy link
Copy Markdown
Contributor

@jcchr jcchr commented May 14, 2026

📝 Description

Update of versions of pillow/requests libraries.

✨ Type of Change

Select the type of change your PR introduces:

  • 🐞 Bug fix – Non-breaking change which fixes an issue
  • 🚀 New feature – Non-breaking change which adds functionality
  • 🔨 Refactor – Non-breaking change which refactors the code base
  • 💥 Breaking change – Changes that break existing functionality
  • 📚 Documentation update
  • 🔒 Security update
  • 🧪 Tests

🧪 Testing Scenarios

Describe how the changes were tested and how reviewers can test them too:

  • ✅ Tested manually
  • 🤖 Run automated end-to-end tests

✅ Checklist

Before submitting the PR, ensure the following:

  • 🔍 PR title is clear and meaningful
  • ✍️ PR description clearly explains the changes and their reason
  • 📝 I have linked the PR to the corresponding GitHub Issues, if any
  • 💬 I have commented my code, especially in hard-to-understand areas
  • 📄 I have made corresponding changes to the documentation
  • ✅ I have added tests that prove my fix is effective or my feature works

Copilot AI review requested due to automatic review settings May 14, 2026 06:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Python dependency versions for Pillow (in the initial_user service and the Interactive AI E2E test package) and Requests (in the Interactive AI E2E test package), reflecting newer upstream releases and updating the corresponding uv.lock files.

Changes:

  • Bump Pillow requirement for platform/services/initial_user to >=12.2.0 and update the lockfile resolution accordingly.
  • Bump pillow in interactive_ai/tests/e2e to ~=12.2.0 and update the lockfile resolution accordingly.
  • Update requests in interactive_ai/tests/e2e to ~=2.32.4 while the lockfile resolves to 2.32.5.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
platform/services/initial_user/pyproject.toml Updates the service’s declared Pillow minimum version.
platform/services/initial_user/uv.lock Updates locked metadata to reflect the new Pillow constraint/resolution.
interactive_ai/tests/e2e/pyproject.toml Updates declared Requests/Pillow constraints for the E2E test package.
interactive_ai/tests/e2e/uv.lock Updates locked resolutions for Pillow and Requests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread interactive_ai/tests/e2e/pyproject.toml
@jcchr jcchr added this pull request to the merge queue May 14, 2026
Merged via the queue into main with commit 9122000 May 14, 2026
19 checks passed
@jcchr jcchr deleted the jchrapko/python_libs branch May 14, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants