Skip to content

Commit 2705c45

Browse files
rjmalvesclaude
andcommitted
fix: pin cfinterface dependency to <=1.8.3 and bump version to 1.8.2
Pins cfinterface upper bound before the upcoming major upgrade to ensure stability for current users. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9b918fe commit 2705c45

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# v1.8.2
2+
3+
- Dependência cfinterface fixada em `>=1.8,<=1.8.3` para compatibilidade com a versão atual
4+
15
# v1.8.1
26

3-
- Aumento nas capacidade máximas de estágios (25) e subsistemas (15) para processamento
7+
- Aumento nas capacidade máximas de estágios (25) e subsistemas (15) para processamento
48

59
# v1.8.0
610

idecomp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
e saída do DECOMP.
77
"""
88

9-
__version__ = "1.8.1"
9+
__version__ = "1.8.2"
1010

1111
from . import decomp # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "idecomp"
77
dynamic = ["version"]
88
dependencies = [
9-
"cfinterface>=1.8",
9+
"cfinterface>=1.8,<=1.8.3",
1010
"numpy>=2.0",
1111
"pandas>=2.2",
1212
]

0 commit comments

Comments
 (0)