Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed version conflict for regex package due to full year in version #1228

Merged
merged 2 commits into from
Sep 7, 2024

Conversation

bhancockio
Copy link
Collaborator

@bhancockio bhancockio commented Aug 20, 2024

This PR addresses the version conflict issue related to the regex package when using a version formatted as 2024.x.x, which was initially brought up by @matthias in PR #1217.

Changes:

  • Updated the pyproject.toml to include the correct versioning format for the regex package.
  • Ensured compatibility with installations and projects using a 2024.x.x version of regex.
  • Verified that all dependencies align with the updated version format.

This resolves issue #1004, ensuring that our project remains compatible with the regex package versioning going forward.

Closes PR #1217

@bhancockio bhancockio self-assigned this Aug 20, 2024
Copy link
Collaborator

@pythonbyte pythonbyte left a comment

Choose a reason for hiding this comment

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

Approved ✅

@joaomdmoura joaomdmoura merged commit d6db557 into main Sep 7, 2024
3 of 4 checks passed
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.

3 participants