v1.6.3
What's new
Fixed ✅
- Handling empty string values in Beaker config YAML files for compatibility with
beaker
CLI.
Any empty string values in a Beaker config YAML file are now converted toNone
when theConfig
object is loaded from the file.
On the other hand, if you try to explicitly set the value of a field to an empty string when initializing theBeaker
client (e.g.Beaker.from_env(default_org='')
)
you'll get aValueError
.
Commits
760cc93 Catch empty strings in config (#135)
cd72848 fix changelog