Skip to content

0.0.14-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mdbecker mdbecker released this 27 Jun 00:48
· 2 commits to main since this release
  • Replaces the default load_dotenv() call with specifying a path to the .env file in the current working directory.
  • This enables environment variable loading for applications installed through pip which may not have the .env file in the module's directory.

This fix ensures that configuration handling is compatible with both local and pip installed instances of the application.

Full Changelog: 0.0.14-rc.2...0.0.14-rc.3