Skip to content

Commit 827770f

Browse files
authored
Merge pull request #17 from FAIRmat-NFDI/loosen_pydantic_version
Loosen pydantic version
2 parents 05a4147 + bbaaba0 commit 827770f

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
@@ -29,7 +29,7 @@ dependencies = [
2929
"nomad-lab >= 1.4.2",
3030
"nomad-simulations @ git+https://github.com/nomad-coe/nomad-simulations.git@develop",
3131
"nomad-schema-plugin-simulation-workflow>=1.0.1",
32-
"nomad-nmr-schema @ git+https://github.com/FAIRmat-NFDI/nomad-schema-plugin-nmr.git@v0.1.4",
32+
"nomad-nmr-schema @ git+https://github.com/FAIRmat-NFDI/nomad-schema-plugin-nmr.git@v0.1.5",
3333
]
3434

3535
[project.urls]
@@ -46,7 +46,7 @@ dev = [
4646
"pytest-cov",
4747
"structlog",
4848
"nomad-lab[infrastructure]", # for search and MetadataRequired to work
49-
"pydantic>=2.0,<2.11",
49+
"pydantic>=2.0",
5050
]
5151

5252
[tool.ruff]

0 commit comments

Comments
 (0)