airia 0.1.19__py3-none-any.whl → 0.1.20__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.
@@ -278,8 +278,8 @@ class ExportPipeline(BaseModel):
278
278
  steps: List of pipeline steps that make up the workflow
279
279
  """
280
280
  name: str = Field(..., description="Gets or sets the name.")
281
- execution_name: str = Field(
282
- ..., description="Gets or sets the execution name.", alias="executionName"
281
+ execution_name: Optional[str] = Field(
282
+ None, description="Gets or sets the execution name.", alias="executionName"
283
283
  )
284
284
  agent_description: str = Field(
285
285
  ..., description="Gets or sets the description.", alias="agentDescription"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airia
3
- Version: 0.1.19
3
+ Version: 0.1.20
4
4
  Summary: Python SDK for Airia API
5
5
  Author-email: Airia LLC <support@airia.com>
6
6
  License: MIT
@@ -52,7 +52,7 @@ airia/types/api/deployments/get_deployments.py,sha256=5Dm7pTkEFmIZ4p4Scle9x9p3Nq
52
52
  airia/types/api/pipeline_execution/__init__.py,sha256=01Cf0Cx-RZygtgQvYajSrikxmtUYbsDcBzFk7hkNnGc,360
53
53
  airia/types/api/pipeline_execution/_pipeline_execution.py,sha256=cJ2icsQvG5K15crNNbymje9B2tJduc_D64OnNXF043U,2429
54
54
  airia/types/api/pipelines_config/__init__.py,sha256=tNYV8AEGsKMfH4nMb-KGDfH1kvHO2b6VSoTB7TYQ7N8,2188
55
- airia/types/api/pipelines_config/export_pipeline_definition.py,sha256=Mc6S0N8gVG9amkFwQjS-47AuP5XxQQ88Sq5AknyGo50,38032
55
+ airia/types/api/pipelines_config/export_pipeline_definition.py,sha256=LzSA4d1KauZ5bccRp8K2bc0Kv0ELujxYJ9w5twrieek,38043
56
56
  airia/types/api/pipelines_config/get_pipeline_config.py,sha256=UEGnvzBPHAJMJEcMOKLZWXenaL96iyYoWt0zZjyzEUg,23514
57
57
  airia/types/api/pipelines_config/get_pipelines_config.py,sha256=RbiX5zISxzGRxzPGHe7QpO-Ro-0woQsPGLxtiP4Y4K4,15955
58
58
  airia/types/api/project/__init__.py,sha256=ervHvCeqt08JkMRsSrG1ZnQshE70of-8kf4VeW2HG9c,113
@@ -63,8 +63,8 @@ airia/types/api/store/get_files.py,sha256=v22zmOuTSFqzrS73L5JL_FgBeF5a5wutv1nK4I
63
63
  airia/types/sse/__init__.py,sha256=KWnNTfsQnthfrU128pUX6ounvSS7DvjC-Y21FE-OdMk,1863
64
64
  airia/types/sse/sse_messages.py,sha256=asq9KG5plT2XSgQMz-Nqo0WcKlXvE8UT3E-WLhCegPk,30244
65
65
  airia/utils/sse_parser.py,sha256=XCTkuaroYWaVQOgBq8VpbseQYSAVruF69AvKUwZQKTA,4251
66
- airia-0.1.19.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
67
- airia-0.1.19.dist-info/METADATA,sha256=qM77oMx97M45WDIMpFynYGZsxwRcstV-7B7imzBSLp0,4506
68
- airia-0.1.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
69
- airia-0.1.19.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
70
- airia-0.1.19.dist-info/RECORD,,
66
+ airia-0.1.20.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
67
+ airia-0.1.20.dist-info/METADATA,sha256=kC45u6Z6WpavxzRR6t9fbxKreOdU9DY4jxpEY148KbI,4506
68
+ airia-0.1.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
69
+ airia-0.1.20.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
70
+ airia-0.1.20.dist-info/RECORD,,
File without changes