Skip to content

[integration] Unpin mysqlclient in the development environment - #8762

Merged
fstagni merged 1 commit into
DIRACGrid:integrationfrom
chrisburr:fix/unpin-mysqlclient-integration
Aug 28, 2026
Merged

[integration] Unpin mysqlclient in the development environment#8762
fstagni merged 1 commit into
DIRACGrid:integrationfrom
chrisburr:fix/unpin-mysqlclient-integration

Conversation

@chrisburr

Copy link
Copy Markdown
Member

The <2.1 constraint dated from mysqlclient 2.1 removing the module-level MySQLdb.escape_string, which DIRAC stopped using in v9.1.13 (see #6978 and #8645). setup.cfg was never constrained, so this was the last place still forcing the old version.

No need for release notes

The <2.1 constraint dated from mysqlclient 2.1 removing the module-level
MySQLdb.escape_string, which DIRAC no longer uses. Require >=2.2.0 to
match DIRACOS2 and because the diracgrid channel only carries 2.0.3,
which would otherwise win over conda-forge on channel priority.
@fstagni
fstagni merged commit 2e778ac into DIRACGrid:integration Aug 28, 2026
23 checks passed
@DIRACGridBot DIRACGridBot added the sweep:ignore Prevent sweeping from being ran for this PR label Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sweep:ignore Prevent sweeping from being ran for this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants