codemie-test-harness 0.1.223__py3-none-any.whl → 0.1.224__py3-none-any.whl

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.

Potentially problematic release.


This version of codemie-test-harness might be problematic. Click here for more details.

@@ -37,6 +37,7 @@ class ModelTypes(str, Enum):
37
37
  CLAUDE_4_OPUS = "claude-4-opus"
38
38
  CLAUDE_4_1_OPUS = "claude-4-1-opus"
39
39
  CLAUDE_4_SONNET_1M = "claude-4-sonnet-1m"
40
+ CLAUDE_4_5_HAIKU = "claude-4-5-haiku"
40
41
 
41
42
  # Other
42
43
  RLAB_QWQ_32B = "rlab-qwq-32b"
@@ -56,6 +56,7 @@ MODEL_RESPONSES = [
56
56
  LlmResponseData(ModelTypes.CLAUDE_4_1_OPUS, AWS_ENVS),
57
57
  LlmResponseData(ModelTypes.CLAUDE_4_SONNET_1M, AWS_ENVS),
58
58
  LlmResponseData(ModelTypes.CLAUDE_4_5_SONNET, AWS_ENVS),
59
+ LlmResponseData(ModelTypes.CLAUDE_4_5_HAIKU, AWS_ENVS),
59
60
  # Other LLMs test data
60
61
  LlmResponseData(ModelTypes.RLAB_QWQ_32B, OTHER_ENVS),
61
62
  LlmResponseData(ModelTypes.DEEPSEEK_R1, OTHER_ENVS),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: codemie-test-harness
3
- Version: 0.1.223
3
+ Version: 0.1.224
4
4
  Summary: Autotest for CodeMie backend and UI
5
5
  Author: Anton Yeromin
6
6
  Author-email: anton_yeromin@epam.com
@@ -13,7 +13,7 @@ Requires-Dist: aws-assume-role-lib (>=2.10.0,<3.0.0)
13
13
  Requires-Dist: boto3 (>=1.39.8,<2.0.0)
14
14
  Requires-Dist: click (>=8.1.7,<9.0.0)
15
15
  Requires-Dist: codemie-plugins (>=0.1.123,<0.2.0)
16
- Requires-Dist: codemie-sdk-python (==0.1.223)
16
+ Requires-Dist: codemie-sdk-python (==0.1.224)
17
17
  Requires-Dist: pytest (>=8.4.1,<9.0.0)
18
18
  Requires-Dist: pytest-playwright (>=0.7.0,<0.8.0)
19
19
  Requires-Dist: pytest-repeat (>=0.9.3,<0.10.0)
@@ -73,7 +73,7 @@ codemie_test_harness/tests/e2e/test_e2e.py,sha256=BjBzyCeZCSGE1iGhjdYKBo6pMwimZ2
73
73
  codemie_test_harness/tests/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
74
  codemie_test_harness/tests/enums/environment.py,sha256=p1qAX5kGZ83eZVZf1xE2OMaJ6Br8AWcudKrPQCY1Zms,3099
75
75
  codemie_test_harness/tests/enums/integrations.py,sha256=L4sItzBjFBR65gMCebSYchADjwxmTtpEWQZvxd9aSnU,188
76
- codemie_test_harness/tests/enums/model_types.py,sha256=aAT7v0B3i4ryXbh1__xaUAsYHE54Kdn488Pklz6YqaE,1316
76
+ codemie_test_harness/tests/enums/model_types.py,sha256=Kc1uxjivCaHMdHex4SYde5wopD6GjDsr44db_K0KIPs,1358
77
77
  codemie_test_harness/tests/enums/tools.py,sha256=y-FMN0K4jtG9vlZMnwqLqtuJyfIzFm3D548SGF-cUqw,6587
78
78
  codemie_test_harness/tests/integrations/__init__.py,sha256=5vnZbxvYQ1Y91O8DJG3QfBHWcdYsMii59cMBzsvHBCg,237
79
79
  codemie_test_harness/tests/integrations/project/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -157,7 +157,7 @@ codemie_test_harness/tests/test_data/google_datasource_test_data.py,sha256=9hO8K
157
157
  codemie_test_harness/tests/test_data/index_test_data.py,sha256=VZJC_Fmko32EHaybUwCy0mWMiwAeUAAmhRa0Xt4oTHQ,1115
158
158
  codemie_test_harness/tests/test_data/integrations_test_data.py,sha256=qfsJG2wmYPcZPZ5JpIJPqhnyTqLQlFEd4uOEzK4264A,38795
159
159
  codemie_test_harness/tests/test_data/keycloak_tool_test_data.py,sha256=uF8YqHGgLpQVxKdpKXLe-7F-ipEGQiHHh28nZvvVGM8,1244
160
- codemie_test_harness/tests/test_data/llm_test_data.py,sha256=srhtBg8vU4IgN2hpmtk2m8Uxu9KaVQNFGfQM9XcuJx8,2535
160
+ codemie_test_harness/tests/test_data/llm_test_data.py,sha256=NJvBLl-PlWFn_HzQ3yYckJ7FG5o2epGVzZ6jcgpuHcY,2595
161
161
  codemie_test_harness/tests/test_data/mcp_server_test_data.py,sha256=m6PImS_J2gPNY5ijf9MG_eOX_LxJjTZ23AXQDgaK_Oc,7151
162
162
  codemie_test_harness/tests/test_data/notification_tools_test_data.py,sha256=D7KLP-cyQljU2Io21CukphnzMadJ7VJ0FhXFdU3GfGk,794
163
163
  codemie_test_harness/tests/test_data/open_api_tools_test_data.py,sha256=mvf0legyzLy1Ng-gqtQntR9HskFwVCDaLqPzDRXV8rM,3093
@@ -417,7 +417,7 @@ codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/__init__.
417
417
  codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/test_workflow_with_servicenow_tools.py,sha256=D835gaRbCnB4va5mi9TdA_u9StSpGXQ_fgzwW0S2pwo,1173
418
418
  codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
419
419
  codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/test_workflow_with_vcs_tools.py,sha256=Se9imIiBYuJU78m1pLu0g4ZmHygKZjr6JjIWkGXTy1Q,1364
420
- codemie_test_harness-0.1.223.dist-info/METADATA,sha256=Gj4xWyOTQ8ZIJzhSOK2Ku_rtgHlZgM8bgp6zIZze1Oc,27184
421
- codemie_test_harness-0.1.223.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
422
- codemie_test_harness-0.1.223.dist-info/entry_points.txt,sha256=n98t-EOM5M1mnMl_j2X4siyeO9zr0WD9a5LF7JyElIM,73
423
- codemie_test_harness-0.1.223.dist-info/RECORD,,
420
+ codemie_test_harness-0.1.224.dist-info/METADATA,sha256=KLYh0W0-VBL1mczrRSYQfDBmREphumnAb6AcTFvHKjE,27184
421
+ codemie_test_harness-0.1.224.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
422
+ codemie_test_harness-0.1.224.dist-info/entry_points.txt,sha256=n98t-EOM5M1mnMl_j2X4siyeO9zr0WD9a5LF7JyElIM,73
423
+ codemie_test_harness-0.1.224.dist-info/RECORD,,