Skip to content

Commit a8d022d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ websockets>=13.1,<17.0.0
6565
# Database clients
6666
motor>=3.6.0,<4.0.0
6767
pymongo>=4.10.0,<5.0.0
68-
beanie>=2.0.0,<2.1.0
68+
beanie>=2.0.0,<2.2.0
6969
redis>=5.2.0,<6.0.0
7070
qdrant-client>=1.12.0,<2.0.0
7171

0 commit comments

Comments
 (0)