Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep bugfixes #34

Merged
merged 2 commits into from
Aug 31, 2023
Merged

dep bugfixes #34

merged 2 commits into from
Aug 31, 2023

Conversation

classabbyamp
Copy link
Member

@classabbyamp classabbyamp commented Aug 30, 2023

Description

  • cli: fix compat with newer versions of typer
  • all: require pydantic v2

Fixes #33

Type of change

  • Bug fix

How has this been tested?

ran the CLI with all backends

Checklist

  • Issue exists for PR
  • Code reviewed by the author
  • Code documented (comments or other documentation)
  • Changes tested
  • All tests pass (see DEVELOPING.md, if it exists)
  • CHANGELOG.md updated if needed
  • Informative commit messages
  • Descriptive PR title

@classabbyamp classabbyamp added the bug Something isn't working label Aug 30, 2023
@classabbyamp classabbyamp requested a review from 0x5c August 30, 2023 22:47
click-help-colors is no longer compatible with typer and the colours
look fine as-is, so drop it.
fastapi/typer#47 (comment)

fixes #33
fixes a warning when using pydantic v2
@classabbyamp classabbyamp changed the title bugfixes dep bugfixes Aug 31, 2023
@classabbyamp classabbyamp merged commit 604bbf1 into master Aug 31, 2023
14 checks passed
@classabbyamp classabbyamp deleted the bugfixes branch August 31, 2023 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cli is throwing "unexpected keyword argument 'rich_markup_mode'"
2 participants