Skip to content

Commit b5caefe

Browse files
committed
update pydantic pin
1 parent ea382f7 commit b5caefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"numpy==2.0.2",
1111
"plotly>=6.2.0",
1212
"plotly-3d-primitives>=0.4.0",
13-
"pydantic==2.39.0",
13+
"pydantic==2.11.7",
1414
"pynitefea==1.1.2",
1515
"deepmerge>=2.0",
1616
]

src/pynite_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- combos: Functions for bulk importing load combinations
1010
"""
1111

12-
__version__ = "0.6.2"
12+
__version__ = "0.6.3"
1313

1414
from .reports import (
1515
extract_node_reactions,

0 commit comments

Comments
 (0)