Skip to content

Commit 150ccbf

Browse files
Split out re2 resolution markers
We only need the specific minimum version for 3.13; all other versions can have the relaxed requirement.
1 parent 5fa28ef commit 150ccbf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ dependencies = [
2929
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
32-
"google-re2>=1.1.20250722",
32+
"google-re2>=1.1.20250722; python_version == '3.13'",
33+
"google-re2>=1",
3334
]
3435

3536
[project.urls]

uv.lock

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)