* fix(tests): update supported versions in constants.py to include new releases - Updated SUPPORTED_VERSIONS to reflect the latest versions: 1.0.19, 1.1.0, and 1.1.1. - This change ensures that tests are aligned with the most current versioning. * refactor(tests): update file_names_mapping for input, output, and prompt components - Removed outdated version entries (1.0.15 to 1.0.18) and added new versions (1.1.0 and 1.1.1) for ChatInput, TextInput, ChatOutput, and Prompt components. - Ensures test cases are aligned with the latest component versions for improved accuracy and reliability. * fix(tests): update file_names_mapping in TestTextOutputComponent to reflect new versioning - Removed outdated version entries (1.0.17, 1.0.18) and added new versions (1.1.0, 1.1.1) for TextOutput component. - Ensures test cases are aligned with the latest component versions for improved accuracy and reliability.
1 line
50 B
Python
1 line
50 B
Python
SUPPORTED_VERSIONS = ["1.0.19", "1.1.0", "1.1.1"]
|