Skip to content

Commit

Permalink
Merge pull request #7 from TonicAI/f/fixing-dependencies-and-pydantic
Browse files Browse the repository at this point in the history
Fixing dependencies on Validate and Pydantic breaking changes
  • Loading branch information
akamor authored Nov 14, 2024
2 parents ab03043 + 20bf9b7 commit d4901de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tonic-ragas-logger"
version = "1.2.2"
version = "1.2.3"
description = "Uploads results from ragas to Tonic Validate."
authors = []
readme = "README.md"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
python = ">=3.8.1,<4.0.0"
python-dotenv = "^1.0.1"
ragas = "^0.1.2"
tonic-validate = "^4.0.0"
tonic-validate = ">=6.2.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.15"
Expand Down

0 comments on commit d4901de

Please sign in to comment.