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
@@ -1,7 +1,7 @@
Flask==2.2.5
functions-framework==3.9.2
google-cloud-secret-manager==2.21.1
lxml==5.2.1
lxml==6.0.2
Copy link
Contributor

Choose a reason for hiding this comment

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

high

This is a major version update for lxml which introduces some significant breaking changes. According to the release notes for v6.0.0, binary wheels now disable direct HTTP and FTP support for parsing from URLs. This can break code that relies on lxml to automatically fetch external resources like DTDs or schemas.

Given that this project uses signxml and likely processes CPIX XML documents, please verify that the application's XML processing logic does not rely on this feature. If it does, you will need to update the code to fetch external resources manually using a library like requests before passing them to the parser.

pycryptodome==3.21.0
pyOpenSSL==25.0.0
requests==2.32.4
Expand Down