Skip to content

Commit

Permalink
Relax upper constraint on Pydantic version
Browse files Browse the repository at this point in the history
Change constraint from `<=2.6.4` to `<3.0.0`.
  • Loading branch information
VladimirSvoboda committed Aug 16, 2024
1 parent d3bcc7e commit 98073f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [{ name = "urasakikeisuke", email = "[email protected]" }]
dependencies = [
"numpy>=1.21.0",
"python-lzf>=0.2.4",
"pydantic >=1.10.8, <=2.6.4",
"pydantic >=1.10.8, <3.0.0",
]
readme = "README.md"
requires-python = ">= 3.8.2"
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ pluggy==1.5.0
# via pytest
# via tox
pre-commit==3.8.0
pydantic==2.6.4
pydantic==2.8.2
# via pypcd4
pydantic-core==2.16.3
pydantic-core==2.20.1
# via pydantic
pyproject-api==1.7.1
# via tox
Expand Down
4 changes: 2 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ annotated-types==0.7.0
# via pydantic
numpy==2.0.1
# via pypcd4
pydantic==2.6.4
pydantic==2.8.2
# via pypcd4
pydantic-core==2.16.3
pydantic-core==2.20.1
# via pydantic
python-lzf==0.2.6
# via pypcd4
Expand Down

0 comments on commit 98073f0

Please sign in to comment.