Skip to content

Commit 0b677fd

Browse files
feat(lt): remove lt and other deprecated resources
BREAKING CHANGE: LanguageTranslator functionality has been removed
1 parent 9dd173b commit 0b677fd

File tree

7 files changed

+5
-4346
lines changed

7 files changed

+5
-4346
lines changed

.github/workflows/integration-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
- name: Execute Python integration tests
3636
# continue-on-error: true
3737
env:
38-
LANGUAGE_TRANSLATOR_APIKEY: ${{ secrets.LT_APIKEY }}
39-
LANGUAGE_TRANSLATOR_URL: "https://api.us-south.language-translator.watson.cloud.ibm.com"
4038
NATURAL_LANGUAGE_UNDERSTANDING_APIKEY: ${{ secrets.NLU_APIKEY }}
4139
NATURAL_LANGUAGE_UNDERSTANDING_URL: "https://api.us-south.natural-language-understanding.watson.cloud.ibm.com"
4240
SPEECH_TO_TEXT_APIKEY: ${{ secrets.STT_APIKEY }}
@@ -54,7 +52,6 @@ jobs:
5452
run: |
5553
pip3 install -U python-dotenv
5654
pytest test/integration/test_discovery_v2.py -rap
57-
pytest test/integration/test_language_translator_v3.py -rap
5855
pytest test/integration/test_natural_language_understanding_v1.py -rap
5956
pytest test/integration/test_speech_to_text_v1.py -rap
6057
pytest test/integration/test_text_to_speech_v1.py -rap

examples/language_translator_v3.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

ibm_watson/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
from .assistant_v1 import AssistantV1
1919
from .assistant_v2 import AssistantV2
20-
from .language_translator_v3 import LanguageTranslatorV3
2120
from .natural_language_understanding_v1 import NaturalLanguageUnderstandingV1
2221
from .text_to_speech_v1 import TextToSpeechV1
2322
from .discovery_v2 import DiscoveryV2

0 commit comments

Comments
 (0)