Skip to content

Commit efa80cf

Browse files
chore(deps): update astrapy requirement in /integrations/astra
Updates the requirements on [astrapy](https://github.com/datastax/astrapy) to permit the latest version. - [Release notes](https://github.com/datastax/astrapy/releases) - [Changelog](https://github.com/datastax/astrapy/blob/main/CHANGES) - [Commits](datastax/astrapy@v1.5.2...v2.2.1) --- updated-dependencies: - dependency-name: astrapy dependency-version: 2.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec7b468 commit efa80cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
haystack-ai
22
sentence_transformers==2.2.2
33
openai==1.6.1
4-
astrapy>=1.5.0,<2.0
4+
astrapy>=2.2.1,<3.0

integrations/astra/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
2626
dependencies = [
27-
"astrapy>=1.5.2,<2.0",
27+
"astrapy>=2.2.1,<3.0",
2828
"haystack-ai>=2.26.1",
2929
"pydantic",
3030
"typing_extensions",

0 commit comments

Comments
 (0)