Skip to content

Commit

Permalink
fix(pyproject.toml): Fix serialization issues with fastapi
Browse files Browse the repository at this point in the history
Upgrade package version to fix beanie/fastapi-users
incompatibility with pydantic.

Fixing:
kernelci#589
kernelci#587

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Dec 12, 2024
1 parent 53f962e commit a68ee8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ requires-python = ">=3.10"
license = {text = "LGPL-2.1-or-later"}
dependencies = [
"cloudevents == 1.9.0",
"beanie == 1.28.0",
"fastapi[all] == 0.115.0",
"fastapi-pagination == 0.12.30",
"fastapi-users[beanie, oauth] == 13.0.0",
"fastapi-users[beanie, oauth] == 14.0.0",
"fastapi-versioning == 0.10.0",
"MarkupSafe == 2.0.1",
"motor == 3.6.0",
Expand Down

0 comments on commit a68ee8a

Please sign in to comment.