Skip to content
Merged

v0.6.7 #1315

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/server_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down
Loading