Skip to content
Closed
Show file tree
Hide file tree
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
requests==2.32.4
signxml==4.0.4
pytest==8.2.0
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/sql-server/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==2.2.2
gunicorn==23.0.0
python-tds==1.16.0
pyopenssl==25.0.0
pyopenssl==26.0.0
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

This update to pyopenssl==26.0.0 introduces a dependency conflict. According to its release notes, this version requires cryptography>=46.0.0. However, cloud-sql-python-connector==1.20.0 (on line 6) requires cryptography<43.0.0.

These conflicting version constraints are incompatible and will cause dependency resolution to fail during installation. This change should be reverted until a compatible version of cloud-sql-python-connector is available.

SQLAlchemy==2.0.40
cloud-sql-python-connector==1.20.0
sqlalchemy-pytds==1.0.2
Expand Down