airia 0.1.22__py3-none-any.whl → 0.1.23__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.
@@ -13,7 +13,7 @@ from .base_pipeline_execution import BasePipelineExecution
13
13
  class PipelineExecution(BasePipelineExecution):
14
14
  def __init__(self, request_handler: RequestHandler):
15
15
  super().__init__(request_handler)
16
-
16
+
17
17
  def _upload_files(
18
18
  self, files: List[str], images: List[str]
19
19
  ) -> tuple[List[str], List[str]]:
@@ -467,8 +467,8 @@ class ExportPrompt(BaseModel):
467
467
  description="Gets or sets the version change description.",
468
468
  alias="versionChangeDescription",
469
469
  )
470
- prompt_message_list: List[ExportPromptMessageList] = Field(
471
- ...,
470
+ prompt_message_list: Optional[List[ExportPromptMessageList]] = Field(
471
+ None,
472
472
  description="Gets or sets the prompt message list.",
473
473
  alias="promptMessageList",
474
474
  )
@@ -652,8 +652,8 @@ class ExportModel(BaseModel):
652
652
  credentials_definition: Optional[ExportCredentials] = Field(
653
653
  None, description="Gets or sets the credentials.", alias="credentialsDefinition"
654
654
  )
655
- deployment_type: str = Field(
656
- ..., description="Gets or sets the deployment type.", alias="deploymentType"
655
+ deployment_type: Optional[str] = Field(
656
+ None, description="Gets or sets the deployment type.", alias="deploymentType"
657
657
  )
658
658
  source_type: str = Field(
659
659
  ..., description="Gets or sets the source type.", alias="sourceType"
@@ -692,24 +692,24 @@ class ExportModel(BaseModel):
692
692
  token_units: Optional[int] = Field(
693
693
  None, description="Gets or sets the token units.", alias="tokenUnits"
694
694
  )
695
- has_tool_support: bool = Field(
696
- ...,
695
+ has_tool_support: Optional[bool] = Field(
696
+ None,
697
697
  description="Gets or sets a value indicating whether the model has tool support.",
698
698
  alias="hasToolSupport",
699
699
  )
700
- allow_airia_credentials: bool = Field(
701
- ...,
700
+ allow_airia_credentials: Optional[bool] = Field(
701
+ None,
702
702
  description="Gets or sets a value indicating whether to allow Airia credentials.",
703
703
  alias="allowAiriaCredentials",
704
704
  )
705
- allow_byok_credentials: bool = Field(
706
- ...,
705
+ allow_byok_credentials: Optional[bool] = Field(
706
+ None,
707
707
  description="Gets or sets a value indicating whether to allow BYOK credentials.",
708
708
  alias="allowBYOKCredentials",
709
709
  )
710
710
  author: Optional[str] = Field(None, description="Gets or sets the author.")
711
- price_type: str = Field(
712
- ..., description="Gets or sets the price type.", alias="priceType"
711
+ price_type: Optional[str] = Field(
712
+ None, description="Gets or sets the price type.", alias="priceType"
713
713
  )
714
714
 
715
715
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airia
3
- Version: 0.1.22
3
+ Version: 0.1.23
4
4
  Summary: Python SDK for Airia API
5
5
  Author-email: Airia LLC <support@airia.com>
6
6
  License: MIT
@@ -29,7 +29,7 @@ airia/client/deployments/sync_deployments.py,sha256=gEq2M0uUi5GLw8lxf8QasAHx48FZ
29
29
  airia/client/pipeline_execution/__init__.py,sha256=7qEZsPRTLySC71zlwYioBuJs6B4BwRCgFL3TQyFWXmc,175
30
30
  airia/client/pipeline_execution/async_pipeline_execution.py,sha256=RDXqaMxfA1QlIsF4v8g6oPCi2SichNzWy7DdlFmc3zE,9734
31
31
  airia/client/pipeline_execution/base_pipeline_execution.py,sha256=wmzVTjbvFcgq2TxSb-7v47HhvkLhhkid_H40Mn2F85A,4548
32
- airia/client/pipeline_execution/sync_pipeline_execution.py,sha256=C9Gq08G4Y3im4kX7U3fDZli6b2pXuTJICC7TRhxapQ0,9618
32
+ airia/client/pipeline_execution/sync_pipeline_execution.py,sha256=7RptUGCO0XBighyC19oH1ulrENMwRxHyXzr9Y7pUilI,9614
33
33
  airia/client/pipelines_config/__init__.py,sha256=Mjn3ie-bQo6zjayxrJDvoJG2vKis72yGt_CQkvtREw4,163
34
34
  airia/client/pipelines_config/async_pipelines_config.py,sha256=H3W5yCUWsd93cq1i-PdQXyq6MG_dW0Jq7pjU2ZfqNf0,7611
35
35
  airia/client/pipelines_config/base_pipelines_config.py,sha256=UotK6-SB19fUSlUEHM_aNQTWD4GLlRUynF-Gs0Nvu0c,3917
@@ -58,7 +58,7 @@ airia/types/api/deployments/get_deployments.py,sha256=5Dm7pTkEFmIZ4p4Scle9x9p3Nq
58
58
  airia/types/api/pipeline_execution/__init__.py,sha256=01Cf0Cx-RZygtgQvYajSrikxmtUYbsDcBzFk7hkNnGc,360
59
59
  airia/types/api/pipeline_execution/_pipeline_execution.py,sha256=hMMR-nqxEoxvLU6-u4Tc_0gIQxoIZrdpP4oS-fXnO_M,2449
60
60
  airia/types/api/pipelines_config/__init__.py,sha256=tNYV8AEGsKMfH4nMb-KGDfH1kvHO2b6VSoTB7TYQ7N8,2188
61
- airia/types/api/pipelines_config/export_pipeline_definition.py,sha256=pC4WVKdhhRTifHVC4LaogsvvFoql-D51Ih1HPN7ADU0,38090
61
+ airia/types/api/pipelines_config/export_pipeline_definition.py,sha256=UdXoG2c_MpzRF7apLz-4K-wsSyu_Jw0xAliCkCWlFD8,38156
62
62
  airia/types/api/pipelines_config/get_pipeline_config.py,sha256=UEGnvzBPHAJMJEcMOKLZWXenaL96iyYoWt0zZjyzEUg,23514
63
63
  airia/types/api/pipelines_config/get_pipelines_config.py,sha256=RbiX5zISxzGRxzPGHe7QpO-Ro-0woQsPGLxtiP4Y4K4,15955
64
64
  airia/types/api/project/__init__.py,sha256=ervHvCeqt08JkMRsSrG1ZnQshE70of-8kf4VeW2HG9c,113
@@ -69,8 +69,8 @@ airia/types/api/store/get_files.py,sha256=v22zmOuTSFqzrS73L5JL_FgBeF5a5wutv1nK4I
69
69
  airia/types/sse/__init__.py,sha256=KWnNTfsQnthfrU128pUX6ounvSS7DvjC-Y21FE-OdMk,1863
70
70
  airia/types/sse/sse_messages.py,sha256=asq9KG5plT2XSgQMz-Nqo0WcKlXvE8UT3E-WLhCegPk,30244
71
71
  airia/utils/sse_parser.py,sha256=XCTkuaroYWaVQOgBq8VpbseQYSAVruF69AvKUwZQKTA,4251
72
- airia-0.1.22.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
73
- airia-0.1.22.dist-info/METADATA,sha256=cY5c_kPomaH8ILU5D6n6TCb-HVaGafAkgDJX3X4jL58,4506
74
- airia-0.1.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
75
- airia-0.1.22.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
76
- airia-0.1.22.dist-info/RECORD,,
72
+ airia-0.1.23.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
73
+ airia-0.1.23.dist-info/METADATA,sha256=1t1g5uKAet39HfnPFTbcsKRTgojdfPSJyAmD6f3odcY,4506
74
+ airia-0.1.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
75
+ airia-0.1.23.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
76
+ airia-0.1.23.dist-info/RECORD,,
File without changes