Skip to content

Commit 856fb9e

Browse files
Merge pull request #685 from brodjieski/dev_2.0
Update project dependencies
2 parents f3145ea + 2c946a8 commit 856fb9e

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
"openpyxl>=3.1.5,<4",
3131
"numpy>=2.3.0,<3",
3232
"pandas>=2.3.3,<3",
33+
"pillow>=11.2.1<12",
3334
"pydantic>=2.12,<3",
3435
"pyyaml>=6.0.2,<7",
3536
"jsonschema>=4.23.0,<5",

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ openpyxl==3.1.5
3030
# via mscp (pyproject.toml)
3131
pandas==2.3.3
3232
# via mscp (pyproject.toml)
33+
pillow==11.2.1
34+
# via mscp (pyproject.toml)
3335
pydantic==2.12.0
3436
# via mscp (pyproject.toml)
3537
pydantic-core==2.41.1

src/mscp/classes/baseline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from ..common_utils.logger_instance import logger
2323
from .macsecurityrule import Macsecurityrule
2424

25+
__all__ = ["Author", "Profile", "Baseline"]
2526

2627
class BaseModelWithAccessors(BaseModel):
2728
"""Pydantic base class with dict-style accessors.

0 commit comments

Comments
 (0)