Skip to content

Commit 1af0bf1

Browse files
More reasonable lower limits for re2
1 parent 0a63ef3 commit 1af0bf1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ re2 = [
3030
# We need at least this version, which started publishing wheels for Python 3.13.
3131
# Ref: https://github.com/google/re2/issues/516
3232
"google-re2>=1.1.20250722; python_version == '3.13'",
33-
"google-re2>=1.1",
33+
# 1.1 started supporting 3.12.
34+
"google-re2>=1.1; python_version == '3.12'",
35+
"google-re2>=1",
3436
]
3537

3638
[project.urls]

uv.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)