Skip to content

Commit 56c60b9

Browse files
chore(deps): update beanie requirement in the python-dependencies group
Updates the requirements on [beanie](https://github.com/roman-right/beanie) to permit the latest version. Updates `beanie` to 2.0.0 - [Release notes](https://github.com/roman-right/beanie/releases) - [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md) - [Commits](BeanieODM/beanie@1.30.0...2.0.0) --- updated-dependencies: - dependency-name: beanie dependency-version: 2.0.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7fdaa9 commit 56c60b9

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
@@ -24,7 +24,7 @@ dependencies = [
2424
"google-api-python-client>=2.184.0",
2525
"fastapi-derive-responses>=0.1.4",
2626
"motor>=3.7.1",
27-
"beanie>=1.30.0,<2.0.0",
27+
"beanie>=1.30.0,<3.0.0",
2828
]
2929

3030
[dependency-groups]

0 commit comments

Comments
 (0)