Skip to content

Commit c4ed576

Browse files
committed
annotate api client dep
1 parent cd8cafc commit c4ed576

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

poetry.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ dependencies = [
3838
"opentelemetry-exporter-otlp-proto-grpc>=1.24.0,<2.0.0",
3939
"opentelemetry-exporter-otlp-proto-http>=1.24.0,<2.0.0",
4040
"guardrails-hub-types>=0.0.4,<0.1.0",
41-
"guardrails-api-client>=0.4.0,<0.5.0",
41+
"guardrails-api-client==0.4.0a1,<0.5.0; python_version < '3.10'",
42+
"guardrails-api-client>=0.4.0,<0.5.0; python_version >= '3.10'",
4243
"diff-match-patch>=20230430,<20241101",
4344
"semver>=3.0.2,<4.0.0"
4445
]
@@ -109,7 +110,6 @@ uv = [
109110
]
110111
llama = [
111112
"llama-index>=0.11.0,<1.0.0"
112-
113113
]
114114
docs = [
115115
"mkdocs>=1.5.3",

0 commit comments

Comments
 (0)