We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b1cf1 + 43a76b4 commit a886d09Copy full SHA for a886d09
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "guardrails"
+name = "openai-guardrails"
3
version = "0.1.0"
4
description = "OpenAI Guardrails: A framework for building safe and reliable AI systems."
5
readme = "README.md"
src/guardrails/__init__.py
@@ -66,7 +66,7 @@
66
"resources", # resource modules
67
]
68
69
-__version__: str = _m.version("guardrails")
+__version__: str = _m.version("openai-guardrails")
70
71
# Expose a package-level logger and install a NullHandler so importing the
72
# library never configures global logging for the host application.
0 commit comments