We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd3c10 commit 17c8b0fCopy full SHA for 17c8b0f
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "galileo"
3
-version = "1.46.1"
+version = "1.46.2"
4
description = "Client library for the Galileo platform."
5
authors = [{ name = "Galileo Technologies Inc.", email = "team@galileo.ai" }]
6
readme = "README.md"
src/galileo/__init__.py
@@ -47,7 +47,7 @@
47
from galileo_core.schemas.protect.ruleset import Ruleset
48
from galileo_core.schemas.protect.stage import StageType
49
50
-__version__ = "1.46.1"
+__version__ = "1.46.2"
51
52
__all__ = [
53
"AgentSpan",
0 commit comments