Skip to content

Commit

Permalink
fix: Constrain capellambse to v0.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Aug 12, 2024
1 parent d91a3aa commit 5157aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- capellambse==0.5.70
- types-pyyaml==6.0.11
- repo: https://github.com/pylint-dev/pylint
rev: v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"capellambse",
"capellambse>=0.5.70,<0.6",
"capellambse-context-diagrams",
"jinja2",
"fastapi",
Expand Down

0 comments on commit 5157aa1

Please sign in to comment.