Skip to content

0.0.14-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mdbecker mdbecker released this 26 Jun 22:18
· 3 commits to main since this release
858fd20
  • Copies a new docker.env file into the Docker container to handle database URI configuration.
  • Updates README.md to provide documentation on how to use environment variables for configuration.
  • Removes the import exception handling for importlib.metadata in gull_api/__init__.py to simplify imports.
  • Adds a new config.py in gull_api which uses python-dotenv to load environment variables from a .env file.
  • Refactors db.py to use environment variables for the database URI instead of a db_config.json file.
  • Updates main.py to use the new configuration handling for loading cli.json.
  • Adds a new script run_gull_api.py that provides a command-line interface for running the API using uvicorn.
  • Adds python-dotenv to pyproject.toml dependencies.
  • Updates and adds relevant unit tests for the new changes.

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