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
8 stars 21 forks source link

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

Open cmutel opened 1 month ago

cmutel commented 1 month ago

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