Skip to content

[9.0] Unpin mysqlclient in the development environment - #8761

Merged
fstagni merged 1 commit into
DIRACGrid:rel-v9r0from
chrisburr:fix/unpin-mysqlclient-v9r0
Aug 28, 2026
Merged

[9.0] Unpin mysqlclient in the development environment#8761
fstagni merged 1 commit into
DIRACGrid:rel-v9r0from
chrisburr:fix/unpin-mysqlclient-v9r0

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.0.23 (see #6978 and #8647). 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 204c979 into DIRACGrid:rel-v9r0 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.

3 participants