Skip to content

Commit e0b19e6

Browse files
henchavesclaude
andcommitted
chore: bump giskard-checks lower bound to 1.0.3 in root pins
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3bf4e8e commit e0b19e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.14",
2020
]
2121

22-
dependencies = ["giskard-checks>=1.0.2,<2"]
22+
dependencies = ["giskard-checks>=1.0.3,<2"]
2323

2424
requires-python = ">=3.12"
2525

@@ -34,7 +34,7 @@ azure = ["giskard-llm[azure]>=1.0.0,<2"]
3434
litellm = ["giskard-agents[litellm]>=1.0.2,<2"]
3535

3636
# Optional checks dependencies
37-
regorus = ["giskard-checks[regorus]>=1.0.2,<2"]
37+
regorus = ["giskard-checks[regorus]>=1.0.3,<2"]
3838

3939
# Optional giskard libs
4040
scan = ["giskard-scan>=1.0.0,<2"]
@@ -45,7 +45,7 @@ deepteam = ["giskard-scan[deepteam]>=1.0.0,<2"] # Heavy dep, not included by def
4545

4646
# Aggregated packages
4747
all-llms = ["giskard-llm[all]>=1.0.0,<2"] # Install all native LLM providers
48-
all-checks = ["giskard-checks[all]>=1.0.2,<2"] # Install all optional checks dependencies
48+
all-checks = ["giskard-checks[all]>=1.0.3,<2"] # Install all optional checks dependencies
4949
full = ["giskard[all-llms,all-checks,scan,litellm]"]
5050

5151
[project.urls]

0 commit comments

Comments
 (0)