Skip to content

Commit a1c2c66

Browse files
authored
Merge pull request #111 from Exabyte-io/feature/SOF-7570-fix
update: set min versions of esse and pydantic
2 parents b8a69d3 + 2cb5dae commit a1c2c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies = [
1818
# add requirements here
1919
"numpy",
2020
"jsonschema>=2.6.0",
21-
"pydantic>=2.10.5",
22-
"mat3ra-esse",
21+
"pydantic>=2.7.1",
22+
"mat3ra-esse>=2025.4.3.post0",
2323
"mat3ra-utils>=2024.5.15.post0",
2424
]
2525

0 commit comments

Comments
 (0)