codemie-sdk-python 0.1.203__py3-none-any.whl → 0.1.205__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-sdk-python might be problematic. Click here for more details.

@@ -184,7 +184,9 @@ class AssistantService:
184
184
  Chat response or streaming response
185
185
  """
186
186
  pydantic_schema = None
187
- if issubclass(request.output_schema, BaseModel):
187
+ if request.output_schema is not None and issubclass(
188
+ request.output_schema, BaseModel
189
+ ):
188
190
  pydantic_schema = deepcopy(request.output_schema)
189
191
  request.output_schema = request.output_schema.model_json_schema()
190
192
 
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: codemie-sdk-python
3
- Version: 0.1.203
3
+ Version: 0.1.205
4
4
  Summary: CodeMie SDK for Python
5
5
  Author: Vadym Vlasenko
6
6
  Author-email: vadym_vlasenko@epam.com
7
7
  Requires-Python: >=3.12,<4.0
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.12
10
- Requires-Dist: pydantic (>=2.11.1,<3.0.0)
10
+ Requires-Dist: pydantic (>=2.12.2,<3.0.0)
11
11
  Requires-Dist: requests (>=2.31.0,<3.0.0)
12
12
  Description-Content-Type: text/markdown
13
13
 
@@ -18,7 +18,7 @@ codemie_sdk/models/workflow.py,sha256=qfk0rBJnFUMpcEDq_E5GB3hzYKbe_bb2NYJlLZJwUE
18
18
  codemie_sdk/models/workflow_execution_payload.py,sha256=iEGkdw1jm09aniZiXswbQeLtoiUYIxhc3vsBvZL00JE,515
19
19
  codemie_sdk/models/workflow_state.py,sha256=okEMKzkiBU3GHs9VNBoiEMOnOeZRMXGYtpL0NYSg-FY,1374
20
20
  codemie_sdk/models/workflow_thoughts.py,sha256=CjHaIPgca9kQAjpoq8IpX4MuDeql1SvaoKS5RmyU2SE,616
21
- codemie_sdk/services/assistant.py,sha256=BsTR_uoPoZtta6icfw2M0Ea6w2VIhYndDUVqsHJuZJo,7888
21
+ codemie_sdk/services/assistant.py,sha256=H1s0l4yZLTRH1vIkbUxgqe_jY7fytC7CtYQauMkLrPY,7948
22
22
  codemie_sdk/services/conversation.py,sha256=Ss0mkGaBi4u8-YKzhRYUJOfoFqJueDp9JurI5DRCGT8,2566
23
23
  codemie_sdk/services/datasource.py,sha256=d8LImpireGOnXKvj4h8iafq_ZQMn177_GGLLiE5g7wU,7405
24
24
  codemie_sdk/services/files.py,sha256=MKLJEv208yUkeRO2JfC4XWPeJ4TKg5ZGaxaBU5GXzoM,1955
@@ -31,6 +31,6 @@ codemie_sdk/services/workflow_execution.py,sha256=P57fz3fsUnKLg8qUYszMxCn_ykovh2
31
31
  codemie_sdk/services/workflow_execution_state.py,sha256=tXoaa8yT09xgYEUNiHhVULe76TwGwVgZupMIUyyLxdo,2070
32
32
  codemie_sdk/utils/__init__.py,sha256=BXAJJfAzO89-kMYvWWo9wSNhSbGgF3vB1In9sePFhMM,109
33
33
  codemie_sdk/utils/http.py,sha256=ZtXb-hlwqXmjSTKRncgO-9MYoXnmHt2Dljno0kPy7mA,9506
34
- codemie_sdk_python-0.1.203.dist-info/METADATA,sha256=D7Znbb9EmSlBDI22onqP5sWn27_xjn2jHsa6CuiTQDw,24494
35
- codemie_sdk_python-0.1.203.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
36
- codemie_sdk_python-0.1.203.dist-info/RECORD,,
34
+ codemie_sdk_python-0.1.205.dist-info/METADATA,sha256=ar5oGTyjmeUrwlvg4yjTJ_EoF2N64wKrpqLqBJg6w2U,24494
35
+ codemie_sdk_python-0.1.205.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
36
+ codemie_sdk_python-0.1.205.dist-info/RECORD,,