• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

deepset-ai / haystack / 12299237618

12 Dec 2024 03:10PM UTC coverage: 90.479%. Remained the same
12299237618

Pull #8632

github

web-flow
Merge 9ec36d7c3 into 3f77d3ab6
Pull Request #8632: chore: pin `openai>=1.56.1`

8106 of 8959 relevant lines covered (90.48%)

0.9 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

60.0
haystack/version.py
1
# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
2
#
3
# SPDX-License-Identifier: Apache-2.0
4

5
from importlib import metadata
1✔
6

7
try:
1✔
8
    __version__ = str(metadata.version("haystack-ai"))
1✔
9
except metadata.PackageNotFoundError:
×
10
    __version__ = "main"
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc