Skip to content

Commit 5797a52

Browse files
jan-janssenCopilot
andauthored
Update pydantic to 2.13.1 (#974)
* Update pydantic to 2.13.1 * Align openmpi CI env with pydantic 2.13.1 Agent-Logs-Url: https://github.com/pyiron/executorlib/sessions/a8d0b79e-7ec5-42e8-bbd1-cd996f07afa6 Co-authored-by: jan-janssen <3854739+jan-janssen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jan-janssen <3854739+jan-janssen@users.noreply.github.com>
1 parent a6bcadc commit 5797a52

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies:
1616
- jupyter-book =1.0.0
1717
- mpi4py =4.1.1
1818
- python =3.12
19-
- pydantic =2.13.0
19+
- pydantic =2.13.1
2020
- pyzmq =27.1.0

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- ipython =9.9.0
1818
- matplotlib =3.10.8
1919
- networkx =3.6.1
20-
- pydantic =2.13.0
20+
- pydantic =2.13.1
2121
- pygraphviz =1.14
2222
- pysqa =0.4.0
2323
- pyzmq =27.1.0

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1
1313
- networkx =3.6.1
14-
- pydantic =2.13.0
14+
- pydantic =2.13.1
1515
- pygraphviz =1.14
1616
- pysqa =0.4.0
1717
- pyzmq =27.1.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1
1313
- networkx =3.6.1
14-
- pydantic =2.13.0
14+
- pydantic =2.13.1
1515
- pygraphviz =1.14
1616
- pysqa =0.4.0
1717
- pyzmq =27.1.0

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies:
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1
1313
- networkx =3.6.1
14-
- pydantic =2.13.0
14+
- pydantic =2.13.1
1515
- pygraphviz =1.14
1616
- pyzmq =27.1.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ cluster = [
5656
"h5py==3.16.0",
5757
]
5858
validation = [
59-
"pydantic==2.13.0",
59+
"pydantic==2.13.1",
6060
]
6161
all = [
6262
"mpi4py==4.1.1",
6363
"pysqa==0.4.0",
6464
"h5py==3.16.0",
65-
"pydantic==2.13.0",
65+
"pydantic==2.13.1",
6666
"pygraphviz==1.14",
6767
"networkx==3.6.1",
6868
"ipython==9.9.0",

0 commit comments

Comments
 (0)