diff --git a/.github/workflows/server_ci.yml b/.github/workflows/server_ci.yml index 1fb1d9242..99f49353f 100644 --- a/.github/workflows/server_ci.yml +++ b/.github/workflows/server_ci.yml @@ -54,7 +54,7 @@ jobs: - name: Run Pytest run: | - pip install pytest openai guardrails-ai + pip install pytest pytest-asyncio openai guardrails-ai pytest server_ci/tests docker stop guardrails-container docker rm guardrails-container \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6f2be0828..3c8acf2a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "guardrails-ai" -version = "0.6.6" +version = "0.6.7" description = "Adding guardrails to large language models." authors = [ {name = "Guardrails AI", email = "contact@guardrailsai.com"}