Skip to content

Commit

Permalink
Compatibility with pydantic >=1.10, <3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoMaurizzi committed Aug 28, 2024
1 parent 97305d0 commit 484b941
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 @@ -32,7 +32,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
osmflex = "^0.2.0"
pydantic = "^1.10.0"
pydantic = ">=1.10, <3"
typer = "^0.4.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 484b941

Please sign in to comment.