Skip to content

Commit d3a0aa6

Browse files
author
Georgii Aleksahin
authored
Merge pull request #27 from StGrail/task/ERP-1225/upgrade_python_to_3_12
[ERP-1125]: decrease pydantic version
2 parents 8224606 + 1f215c5 commit d3a0aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
[tool.poetry.dependencies]
2222
python = "^3.12"
2323
httpx = {extras=["http2"], version="^0.25.1"}
24-
pydantic = {extras = ["email"], version = "^2.5.1"}
24+
pydantic = "^2.5.0"
2525

2626
[tool.poetry.dev-dependencies]
2727
pytest = "^7.4.3"

0 commit comments

Comments
 (0)