Skip to content

Fix regex dependency version conflict for Python 3.13 compatibility#35

Open
danchank wants to merge 1 commit into
Cyb3rWard0g:mainfrom
danchank:patch-1
Open

Fix regex dependency version conflict for Python 3.13 compatibility#35
danchank wants to merge 1 commit into
Cyb3rWard0g:mainfrom
danchank:patch-1

Conversation

@danchank
Copy link
Copy Markdown

@danchank danchank commented Aug 1, 2025

Update regex version in Poetry dependencies from ^2023.12.25 to ^2024.11.6

  • Resolves compilation errors when installing on Python 3.13/Windows
  • Aligns Poetry dependency version with pip-style [project] section
  • The older regex version (2023.12.25) fails to compile on Python 3.13 due to C extension compatibility issues
  • This change ensures consistent dependency resolution across both Poetry and pip installation methods

Fixes installation error: "Building wheel for regex (pyproject.toml) ... error"

Update regex version in Poetry dependencies from ^2023.12.25 to ^2024.11.6

- Resolves compilation errors when installing on Python 3.13/Windows
- Aligns Poetry dependency version with pip-style [project] section
- The older regex version (2023.12.25) fails to compile on Python 3.13 due to C extension compatibility issues
- This change ensures consistent dependency resolution across both Poetry and pip installation methods

Fixes installation error: "Building wheel for regex (pyproject.toml) ... error"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant