Skip to content

Commit

Permalink
feat: lazy parsing b3
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-right committed Dec 1, 2022
1 parent 9ed5250 commit f532a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beanie"
version = "1.16.0b2"
version = "1.16.0b3"
description = "Asynchronous Python ODM for MongoDB"
authors = ["Roman <roman-right@protonmail.com>"]
license = "Apache-2.0"
Expand All @@ -20,7 +20,7 @@ motor = ">=2.5,<4.0"
click = ">=7"
toml = "*"
yarl = ">=1.6"
lazy-model = "^0.0.2"
lazy-model = ">=0.0.3"

[tool.poetry.dev-dependencies]
pre-commit = "^2.3.0"
Expand Down

0 comments on commit f532a22

Please sign in to comment.