Skip to content

Commit f41e0b6

Browse files
authored
MPT-17594: upgrade typer package (#35)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> Closes [MPT-17594](https://softwareone.atlassian.net/browse/MPT-17594) - Updated Typer dependency constraint from `>=0.9.0` to `==0.21.*` in `pyproject.toml` - Updated Typer version specification from `>=0.9.0` to `==0.21.*` in `.pre-commit-config.yaml` mypy hook additional dependencies - Tightens version pinning to ensure consistent use of Typer 0.21.x releases across the project <!-- end of auto-generated comment: release notes by coderabbit.ai --> [MPT-17594]: https://softwareone.atlassian.net/browse/MPT-17594?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents 566717f + b2cc180 commit f41e0b6

File tree

3 files changed

+145
-145
lines changed

3 files changed

+145
-145
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ repos:
3636
pass_filenames: false
3737
additional_dependencies:
3838
- mpt_api_client==5.0.*
39-
- typer>=0.9.0
39+
- typer==0.21.*
4040
- types-requests==2.32.*
4141
- pyairtable==3.3.*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = {text = "Apache-2.0 license"}
1010
dependencies = [
1111
"mpt-api-client==5.0.*",
1212
"pyairtable==3.3.*",
13-
"typer>=0.9.0",
13+
"typer==0.21.*",
1414
]
1515

1616
[project.scripts]

0 commit comments

Comments
 (0)