Skip to content

Commit 52e49c8

Browse files
committed
chore: bump dependencies, bump version
1 parent b9b1f66 commit 52e49c8

File tree

3 files changed

+104
-70
lines changed

3 files changed

+104
-70
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = [
77
]
88
requires-python = ">=3.11"
99
dependencies = [
10-
"pydantic_core==2.27.2",
11-
"pydantic==2.10.6",
10+
"pydantic_core>=2.41.1",
11+
"pydantic>=2.12.0",
1212
"sectionproperties>=3.9.0",
1313
]
1414

src/sectionproperties_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sectionproperties_tools
33
"""
44

5-
__version__ = "0.3.2"
5+
__version__ = "0.4.0"
66

77
from .extraction import (extract_properties, envelope_stress_results)
88
from .serialize import (

0 commit comments

Comments
 (0)