Skip to content

Commit 326368f

Browse files
committed
Update dependencies
1 parent 98ff047 commit 326368f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
[project]
22
name = "huey-mongodb"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "huey MongoDB backend"
55
authors = [{ name = "Leon", email = "[email protected]" }]
6-
dependencies = ["huey>=2.5.2", "pymongo>=4.10.1"]
6+
dependencies = ["huey>=2.5,<2.6", "pymongo>=4.9,<4.11"]
77
requires-python = ">=3.9"
88
readme = "README.md"
99
license = { text = "MIT" }
1010

1111

12+
[project.urls]
13+
Homepage = "https://github.com/Leon0824/huey-mongodb"
14+
15+
1216
[build-system]
1317
requires = ["pdm-backend"]
1418
build-backend = "pdm.backend"

0 commit comments

Comments
 (0)