Skip to content

Commit f335917

Browse files
authored
Merge pull request #3 from modern-python/lock-versions
set upper bound for packages
2 parents f6886fb + f15bacc commit f335917

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
@@ -15,7 +15,7 @@ classifiers = [
1515
"Typing :: Typed",
1616
"Topic :: Software Development :: Libraries",
1717
]
18-
dependencies = ["fastapi>=0.100", "modern-di>=2,<3"]
18+
dependencies = ["fastapi>=0.100,<1", "modern-di>=2,<3"]
1919
version = "0"
2020

2121
[project.urls]

0 commit comments

Comments
 (0)