Skip to content

Commit 5eaafd9

Browse files
authored
chore(deps): update dependency dataclasses to <0.8 (#478)
1 parent 63b2e41 commit 5eaafd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gapic-generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"protobuf >= 3.12.0",
5252
"pypandoc >= 1.4",
5353
"PyYAML >= 5.1.1",
54-
"dataclasses < 0.7; python_version < '3.7'"
54+
"dataclasses<0.8; python_version < '3.7'"
5555
),
5656
extras_require={':python_version<"3.7"': ("dataclasses >= 0.4",),},
5757
tests_require=("pyfakefs >= 3.6",),

0 commit comments

Comments
 (0)