Skip to content

Commit dfc8498

Browse files
committed
update pyproject toml
1 parent 424cd9a commit dfc8498

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,23 @@ Tracker = "https://jira.mongodb.org/projects/PYTHON/issues"
4949
dev = [
5050
"pre-commit>=4.0"
5151
]
52-
pip = ["pip>23.0"]
53-
gevent = ["gevent>=24.2.1"] # this is the first version with a universal macos wheel.
54-
eventlet = ["eventlet>0.29"]
52+
pip = ["pip"]
53+
# TODO: PYTHON-5464
54+
gevent = ["gevent", "cffi>=2.0.0b1;python_version=='3.14'"]
55+
eventlet = ["eventlet"]
5556
coverage = [
56-
"pytest-cov>=6.0",
57-
"coverage[toml]>=6.0,<=7.10.6"
57+
"pytest-cov",
58+
"coverage>=5,<=7.10.6"
5859
]
5960
mockupdb = [
6061
"mockupdb@git+https://github.com/mongodb-labs/mongo-mockup-db@master"
6162
]
62-
perf = ["simplejson>3.17"]
63+
perf = ["simplejson"]
6364
typing = [
6465
"mypy==1.18.1",
6566
"pyright==1.1.405",
66-
"typing_extensions>3.10",
67-
"pip>23.0"
67+
"typing_extensions",
68+
"pip"
6869
]
6970

7071
# Used to call hatch_build.py

uv.lock

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

0 commit comments

Comments
 (0)