Skip to content

Commit

Permalink
fix(pyproject.toml): Lock pydantic on > 2.0 because it is not compati…
Browse files Browse the repository at this point in the history
…ble with 1.x since v0.15.2
  • Loading branch information
gmmcal committed Jan 23, 2024
1 parent bb3b518 commit 703ebc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aiokafka = "<1.0"
prometheus-client = "<1.0"
future = "^0.18.2"
PyYAML = ">=5.4,<7.0.0"
pydantic = "<3.0.0"
pydantic = ">=2.0.0,<3.0.0"

[tool.poetry.dev-dependencies]
pytest = "^6.1"
Expand Down

0 comments on commit 703ebc9

Please sign in to comment.