We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 203f992 + 52e49c8 commit 28607f8Copy full SHA for 28607f8
pyproject.toml
@@ -7,8 +7,8 @@ authors = [
7
]
8
requires-python = ">=3.11"
9
dependencies = [
10
- "pydantic_core==2.27.2",
11
- "pydantic==2.10.6",
+ "pydantic_core>=2.41.1",
+ "pydantic>=2.12.0",
12
"sectionproperties>=3.9.0",
13
14
src/sectionproperties_tools/__init__.py
@@ -2,7 +2,7 @@
2
sectionproperties_tools
3
"""
4
5
-__version__ = "0.3.2"
+__version__ = "0.4.0"
6
from .extraction import (extract_properties, envelope_stress_results)
from .serialize import (
0 commit comments