Skip to content

Commit

Permalink
fix: deepeval - pin indirect dependencies based on python version (#1187
Browse files Browse the repository at this point in the history
)

* try pinning pydantic

* retry

* again

* more precise pin

* fix

* better
  • Loading branch information
anakin87 authored Nov 14, 2024
1 parent 025a05a commit ee4ca75
Showing 1 changed file with 1 addition and 1 deletion.
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 ee4ca75

Please sign in to comment.