v1.1.0
Changed
Flag
instances now raise an error if used in a bool context. This prevents the occasional mistake of testing an instance for truthiness rather than testingflag.value
.absl-py
no longer depends onsix
.
Flag
instances now raise an error if used in a bool context. This prevents the occasional mistake of testing an instance for truthiness rather than testing flag.value
.absl-py
no longer depends on six
.