Skip to content

Commit cf4971f

Browse files
authored
Merge pull request #156 from NatLabRockies/upgrade-pydantic
Upgrade Pydantic version
2 parents c75f870 + 03fcc27 commit cf4971f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"OpenDSSDirect.py==0.8.4",
3333
"pandas~=2.2.3",
3434
"pvder~=0.6.0",
35-
"pydantic~=2.10.0",
35+
"pydantic>=2,<3",
3636
"pymongo~=4.11.3",
3737
"requests~=2.32.3",
3838
"scikit-learn~=1.6.1",
@@ -78,4 +78,4 @@ include = [
7878
]
7979

8080
[tool.hatch.build.targets.wheel]
81-
packages = ["src/pydss"]
81+
packages = ["src/pydss"]

0 commit comments

Comments
 (0)