We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b2e41 commit 5eaafd9Copy full SHA for 5eaafd9
1 file changed
packages/gapic-generator/setup.py
@@ -51,7 +51,7 @@
51
"protobuf >= 3.12.0",
52
"pypandoc >= 1.4",
53
"PyYAML >= 5.1.1",
54
- "dataclasses < 0.7; python_version < '3.7'"
+ "dataclasses<0.8; python_version < '3.7'"
55
),
56
extras_require={':python_version<"3.7"': ("dataclasses >= 0.4",),},
57
tests_require=("pyfakefs >= 3.6",),
0 commit comments