Skip to content

refactor: replace deprecated typing.Pattern with re.Pattern#589

Merged
mergify[bot] merged 1 commit intomainfrom
devs/jd/fix/deprecated-typing-pattern/Ic4a74dff54b2877ff64112220c6805f17c1ffefc
Feb 19, 2026
Merged

refactor: replace deprecated typing.Pattern with re.Pattern#589
mergify[bot] merged 1 commit intomainfrom
devs/jd/fix/deprecated-typing-pattern/Ic4a74dff54b2877ff64112220c6805f17c1ffefc

Conversation

@jd
Copy link
Copy Markdown
Owner

@jd jd commented Feb 19, 2026

typing.Pattern has been deprecated since Python 3.9 in favor of
re.Pattern. Since we require Python >=3.10, use the standard form.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

typing.Pattern has been deprecated since Python 3.9 in favor of
re.Pattern. Since we require Python >=3.10, use the standard form.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Change-Id: Ic4a74dff54b2877ff64112220c6805f17c1ffefc
@jd jd marked this pull request as ready for review February 19, 2026 09:48
mergify Bot added a commit that referenced this pull request Feb 19, 2026
mergify Bot added a commit that referenced this pull request Feb 19, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Feb 19, 2026

Merge Queue Status

Rule: default


This pull request spent 2 minutes 5 seconds in the queue, including 22 seconds running CI.

Required conditions to merge

@mergify mergify Bot added the queued label Feb 19, 2026
@mergify mergify Bot merged commit fea6430 into main Feb 19, 2026
9 checks passed
@mergify mergify Bot deleted the devs/jd/fix/deprecated-typing-pattern/Ic4a74dff54b2877ff64112220c6805f17c1ffefc branch February 19, 2026 09:51
@mergify mergify Bot removed the queued label Feb 19, 2026
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