Skip to content

Commit 41260fc

Browse files
chore(deps): update beanie requirement in the python-dependencies group
Updates the requirements on [beanie](https://github.com/BeanieODM/beanie) to permit the latest version. Updates `beanie` to 2.0.0 - [Release notes](https://github.com/BeanieODM/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 b660c92 commit 41260fc

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
@@ -20,7 +20,7 @@ dependencies = [
2020
"ruff>=0.9.2",
2121
"uvicorn>=0.34.0",
2222
# mongo = [
23-
"beanie>=1.30.0,<2.0.0",
23+
"beanie>=1.30.0,<3.0.0",
2424
# ]
2525
]
2626

0 commit comments

Comments
 (0)