deepl-haystack 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: deepl-haystack
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Haystack integration with DeepL translation services provider.
5
5
  Home-page: https://github.com/dribia/deepl-haystack
6
6
  License: Apache-2.0
@@ -2,10 +2,7 @@
2
2
 
3
3
  from importlib.metadata import PackageNotFoundError, version
4
4
 
5
- from .components.translators.deepl.translator import (
6
- DeepLDocumentTranslator,
7
- DeepLTextTranslator,
8
- )
5
+ from .components import DeepLDocumentTranslator, DeepLTextTranslator
9
6
 
10
7
  try:
11
8
  __version__ = version(__name__)
@@ -1,4 +1,4 @@
1
- """DeepL translator component."""
1
+ """DeepL translator components."""
2
2
 
3
3
  from typing import Any, Dict, List, Optional, Union
4
4
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "deepl-haystack"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "Haystack integration with DeepL translation services provider."
5
5
  authors = ["Albert Iribarne <iribarne@dribia.com>"]
6
6
  maintainers = ["Albert Iribarne <iribarne@dribia.com>", "Dribia Data Research <code@dribia.com>"]
File without changes
File without changes