Skip to content

Commit 0eb6d0b

Browse files
Update beanie requirement from <1.12,>=1.11.0 to >=1.11.0,<1.14
Updates the requirements on [beanie](https://github.com/roman-right/beanie) to permit the latest version. - [Release notes](https://github.com/roman-right/beanie/releases) - [Changelog](https://github.com/roman-right/beanie/blob/main/docs/changelog.md) - [Commits](BeanieODM/beanie@1.11.0...1.13.0) --- updated-dependencies: - dependency-name: beanie dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4146588 commit 0eb6d0b

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
@@ -37,7 +37,7 @@ classifiers = [
3737
requires-python = ">=3.7"
3838
dependencies = [
3939
"fastapi-users >= 10.0.1",
40-
"beanie >=1.11.0,<1.12",
40+
"beanie >=1.11.0,<1.14",
4141
]
4242

4343
[project.optional-dependencies]

0 commit comments

Comments
 (0)