Skip to content

feat(deps): Soften black dependency for generated clients. #416

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Soften black dependency.
Projects using black as a dependency and this library
will no longer have to use the specific version of black
that this library does.
  • Loading branch information
christhekeele committed May 7, 2021
commit df5d9b4e43a8b94f9871ccae7a56ed680a1daf1e
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jinja2 = "^2.11.1"
typer = "^0.3"
colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
shellingham = "^1.3.2"
black = "^21.4b0"
black = "*"
isort = "^5.0.5"
pyyaml = "^5.3.1"
importlib_metadata = {version = "^2.0.0", python = "<3.8"}
Expand Down