Skip to content

Commit d026ad3

Browse files
authored
Pin typer (#513)
1 parent 753f965 commit d026ad3

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Changelog = "https://github.com/statisticsnorway/ssb-project-cli/releases"
1616

1717
[tool.poetry.dependencies]
1818
python = ">=3.10,<3.13"
19-
typer = ">=0.6.1"
19+
typer = "==0.16.1" # Pin typer because breaking changes may be released at any moment
2020
gitpython = ">=3.1.27"
2121
pygithub = ">=1.55"
2222
cruft = ">=2.11.1"
@@ -117,18 +117,12 @@ show_error_codes = true
117117
show_error_context = true
118118

119119
[[tool.mypy.overrides]]
120-
module = [
121-
"attr.*",
122-
"cruft.*",
123-
"tomli_w.*",
124-
]
120+
module = ["attr.*", "cruft.*", "tomli_w.*"]
125121
ignore_missing_imports = true
126122

127123
[build-system]
128124
requires = ["poetry-core>=2.0"]
129125
build-backend = "poetry.core.masonry.api"
130126

131127
[tool.pytest.ini_options]
132-
pythonpath = [
133-
"src"
134-
]
128+
pythonpath = ["src"]

0 commit comments

Comments
 (0)