brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
11 stars 24 forks source link

Use of `pydantic_settings` in `configuration.py` allows for environment variables #178

Closed cmutel closed 2 months ago

cmutel commented 3 months ago

e.g. if you have VERSION set, it will try to validate as an int, and you will get weird errors.