Skip to content

Commit 33dd2b0

Browse files
committed
fix(pyproject.toml): Fix serialization issues with fastapi
Upgrade package version to fix beanie/fastapi-users incompatibility with pydantic. Fixing: #589 #587 Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 23534d2 commit 33dd2b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ requires-python = ">=3.10"
1313
license = {text = "LGPL-2.1-or-later"}
1414
dependencies = [
1515
"cloudevents == 1.9.0",
16+
"beanie == 1.28.0",
1617
"fastapi[all] == 0.115.0",
1718
"fastapi-pagination == 0.12.30",
18-
"fastapi-users[beanie, oauth] == 13.0.0",
19+
"fastapi-users[beanie, oauth] == 14.0.0",
1920
"fastapi-versioning == 0.10.0",
2021
"MarkupSafe == 2.0.1",
2122
"motor == 3.6.0",

0 commit comments

Comments
 (0)