Skip to content

Commit

Permalink
Make deta deps version flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
butvinm committed Sep 12, 2023
1 parent cc49d97 commit f0141b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/rickh94/odetam"
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
pydantic = "^1.7"
deta = { extras = ["async"], version = "1.1.0a2" }
deta = { extras = ["async"], version = "^1.1.0a2" }
ujson = "^4.0"
typing-extensions = "^4.5.0"

Expand Down

0 comments on commit f0141b6

Please sign in to comment.