We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94d2dd commit d929ca3Copy full SHA for d929ca3
1 file changed
integrations/weights_and_biases_weave/pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
"Programming Language :: Python :: Implementation :: CPython",
24
"Programming Language :: Python :: Implementation :: PyPy",
25
]
26
-dependencies = ["haystack-ai", "weave>=0.51.33"]
+dependencies = ["haystack-ai", "weave>=0.51.33", "gql>=3.5.0, <4"]
27
28
[project.urls]
29
Source = "https://github.com/deepset-ai/haystack-core-integrations"
0 commit comments