Skip to content
Merged
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-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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

This update to pyopenssl==26.0.0 introduces significant backward-incompatible changes that could affect the project:

  • Python 3.7 support is dropped: If your project still supports or runs on Python 3.7, this update will cause it to fail.
  • Requires cryptography>=46.0.0: The previous version of pyopenssl worked with older versions of cryptography. This update forces an upgrade of this transitive dependency, which could introduce unexpected issues or conflicts with other packages.

To ensure build stability and avoid potential issues with transitive dependencies, it is a good practice to explicitly pin cryptography in this requirements.txt file.

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