Skip to content

Commit d569cc1

Browse files
committed
fix min deps
1 parent 739341e commit d569cc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Tracker = "https://jira.mongodb.org/projects/PYTHON/issues"
4848

4949
[dependency-groups]
5050
dev = []
51-
pip = ["pip"]
51+
pip = ["pip>=20.2"]
5252
gevent = ["gevent>=20.6.0"]
5353
coverage = [
5454
"pytest-cov>=2.10.0",
@@ -61,8 +61,8 @@ perf = ["simplejson>=3.17.0"]
6161
typing = [
6262
"mypy==1.19.0",
6363
"pyright==1.1.407",
64-
"typing_extensions",
65-
"pip"
64+
"typing_extensions>=3.7.4.2",
65+
"pip>=20.2"
6666
]
6767

6868
# Used to call hatch_build.py

uv.lock

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

0 commit comments

Comments
 (0)