Skip to content

Commit

Permalink
Update typer (#885)
Browse files Browse the repository at this point in the history
### Related issues

- Removes block from #820 


### Summary

- Updates `typer` to 0.12.0
- Moves CLI to new `Annotated` API
- Removes duplicated function signatures in `cli.py` that are also in
`solr_cli.py`

### Checks

- [x] All tests have passed (or issues created for failing tests)

---------

Co-authored-by: Patrick Golden <[email protected]>
  • Loading branch information
ptgolden and Patrick Golden authored Nov 7, 2024
1 parent 714b664 commit 64b4d01
Show file tree
Hide file tree
Showing 6 changed files with 460 additions and 643 deletions.
37 changes: 9 additions & 28 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ loguru = "*"
pystow = ">=0.5.4"
requests = "^2.31.0"
rich = "*"
typer = "^0.7.0"
typer-cli = "^0.0.13"
typer = "^0.12.0"
beautifulsoup4 = "^4.12.3"
spacy = "^3.7.6"

Expand Down
Loading

0 comments on commit 64b4d01

Please sign in to comment.