Skip to content

Commit f41911d

Browse files
committed
chore: Remove typer-cli to allow newer Typer 0.4
1 parent e26283d commit f41911d

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ safety = "*"
4747
pytest-cov = "*"
4848
python-multipart = "*"
4949
flake8 = "*"
50-
typer-cli = "^0.0.12"
5150
types-PyYAML = "^6.0.3"
5251
types-certifi = "^2020.0.0"
5352
types-python-dateutil = "^2.0.0"
@@ -78,7 +77,6 @@ regen_integration = """
7877
openapi-python-client update --url https://raw.githubusercontent.com/openapi-generators/openapi-test-server/main/openapi.json --config integration-tests-config.yaml\
7978
&& mypy integration-tests --strict
8079
"""
81-
docs = "typer openapi_python_client/cli.py utils docs > usage.md"
8280

8381
[tool.black]
8482
line-length = 120

0 commit comments

Comments
 (0)