Skip to content

Commit 5ddc895

Browse files
committed
Dropped poetry.lock and reinstalled to remove dataclasses version issue
1 parent 47742bc commit 5ddc895

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ black = "20.8b1"
3333
pre-commit = "~1.17.0"
3434
tox-gh-actions = "^1.3.0"
3535
# https://github.com/python-poetry/poetry/issues/2386
36-
dataclasses = { version = "^0.7", python = "^3.6.1, <3.7" }
36+
dataclasses = { version = "^0.6", python = "^3.6.1, <3.7" }
3737

3838
[build-system]
3939
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)