Skip to content

Commit af15d25

Browse files
Update pydantic requirement from >=1.10.2,<2.1.0 to >=1.10.2,<2.3.0
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.2...v2.2.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c91201f commit af15d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include=[
3737
[tool.poetry.dependencies]
3838
python = ">=3.7,<4.0"
3939
redis = ">=3.5.3,<5.0.0"
40-
pydantic = ">=1.10.2,<2.1.0"
40+
pydantic = ">=1.10.2,<2.3.0"
4141
click = "^8.0.1"
4242
types-redis = ">=3.5.9,<5.0.0"
4343
python-ulid = "^1.0.3"

0 commit comments

Comments
 (0)