Skip to content
Open
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 cloud-media-livestream/keypublisher/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ functions-framework==3.9.2
google-cloud-secret-manager==2.21.1
lxml==5.2.1
pycryptodome==3.21.0
pyOpenSSL==25.0.0
pyOpenSSL==26.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

critical

This is a major version update with significant breaking changes that require careful verification before merging:

  • Python 3.7 support is dropped. According to the release notes, pyOpenSSL v26.0.0 no longer supports Python 3.7. Merging this without ensuring your deployment environment uses Python 3.8+ will cause the application to fail.
  • cryptography dependency update. The minimum required version of cryptography is now 46.0.0. This could cause conflicts with other packages that depend on an older version, leading to build or installation failures.

Due to the high risk of breaking the application, this change must be thoroughly tested in an environment that matches production before being merged.

requests==2.32.4
signxml==4.0.4
pytest==8.2.0
Expand Down