Skip to content

Commit d929ca3

Browse files
authored
fix: Weave - pin gql (#2198)
* fix: Weave - pin gql * better pin * another pin * pin 3.5
1 parent f94d2dd commit d929ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/weights_and_biases_weave/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
26-
dependencies = ["haystack-ai", "weave>=0.51.33"]
26+
dependencies = ["haystack-ai", "weave>=0.51.33", "gql>=3.5.0, <4"]
2727

2828
[project.urls]
2929
Source = "https://github.com/deepset-ai/haystack-core-integrations"

0 commit comments

Comments
 (0)