Skip to content

Commit ae0e45b

Browse files
authored
fix: always use dataclasses 0.6 (#481)
1 parent 5eaafd9 commit ae0e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gapic-generator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ MarkupSafe==1.1.1
66
protobuf==3.12.2
77
pypandoc==1.5
88
PyYAML==5.3.1
9-
dataclasses==0.6; python_version < '3.7'
9+
dataclasses==0.6 # TODO(busunkim) remove when 3.6 support is dropped

0 commit comments

Comments
 (0)