Skip to content

Commit

Permalink
Merge branch 'main' into snowflake-privatekey-update
Browse files Browse the repository at this point in the history
  • Loading branch information
iireland-ii authored Nov 14, 2024
2 parents 25a7992 + a986ace commit f2c15d1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions integrations/deepeval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

## [integrations/deepeval-v0.1.2] - 2024-11-14

### 🚀 Features

- Implement `DeepEvalEvaluator` (#346)

### 🐛 Bug Fixes

- Fix order of API docs (#447)

This PR will also push the docs to Readme
- Deepeval - pin indirect dependencies based on python version (#1187)

### 📚 Documentation

- Update paths and titles (#397)
- Update category slug (#442)
- Update `deepeval-haystack` docstrings (#527)
- Disable-class-def (#556)

### 🧪 Testing

- Do not retry tests in `hatch run test` command (#954)

### ⚙️ Miscellaneous Tasks

- Exculde evaluator private classes in API docs (#392)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Update ruff linting scripts and settings (#1105)
- Adopt uv as installer (#1142)

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion integrations/deepeval/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["haystack-ai", "deepeval==0.20.57"]
dependencies = ["haystack-ai", "deepeval==0.20.57", "langchain<0.3; python_version < '3.10'"]

[project.urls]
Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/deepeval"
Expand Down

0 comments on commit f2c15d1

Please sign in to comment.