Skip to content

Commit

Permalink
Pin typer to address issues in argument defaults (mamba-org#672)
Browse files Browse the repository at this point in the history
* pin typer>=0.9,<1.0

* pin typer in setup.cfg
  • Loading branch information
RobinHolzingerQC authored Nov 22, 2023
1 parent 506da2f commit 0b49467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python>=3.7
- pip
- fastapi
- typer
- typer >=0.9,<1.0
- authlib=0.15.5
- psycopg2
- httpx>=0.22.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
sqlalchemy-utils
tenacity
toml
typer
typer >=0.9,<1.0
typing_extensions
ujson
uvicorn
Expand Down

0 comments on commit 0b49467

Please sign in to comment.