Skip to content

v0.4.0

Compare
Choose a tag to compare
@lpm0073 lpm0073 released this 03 Nov 19:51
· 2806 commits to main since this release

0.4.0 (2023-11-03)

Bug Fixes

  • add a .env file to root so that test environment matches prod (293b20e)
  • add openai_utils source location to the sys path for Python (30eed8e)
  • need to setup venv from ./requirements.txt so that the dev imports are included (a907e98)
  • paths should begin with ./ (c8060bc)
  • physically copy openai_utils to pip packages folder (772b1d6)
  • switch to Pytest (be7746b)

Features

  • add automated Python unit testing workflow to Github Actions (dea18fc)