Skip to content

Commit 6e3b9eb

Browse files
committed
async_pymongo: Set pymongo version range
Signed-off-by: wulan17 <wulan17@nusantararom.org>
1 parent 7d927e9 commit 6e3b9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages = [{include = "async_pymongo"}]
2929

3030
[tool.poetry.dependencies]
3131
python = "~=3.9"
32-
pymongo = ">=4.3.3"
32+
pymongo = ">=4.3.3 <=5.0.0"
3333

3434

3535
[build-system]

0 commit comments

Comments
 (0)