airia 0.1.33__py3-none-any.whl → 0.1.34__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.
@@ -522,8 +522,8 @@ class ExportDataSource(BaseModel):
522
522
  description="Gets or sets the execution name of the datasource.",
523
523
  alias="executionName",
524
524
  )
525
- chunking_config: ExportChunkingConfig = Field(
526
- ..., description="Gets the chunking config.", alias="chunkingConfig"
525
+ chunking_config: Optional[ExportChunkingConfig] = Field(
526
+ None, description="Gets the chunking config.", alias="chunkingConfig"
527
527
  )
528
528
  data_source_type: str = Field(
529
529
  ..., description="Gets the data source type.", alias="dataSourceType"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airia
3
- Version: 0.1.33
3
+ Version: 0.1.34
4
4
  Summary: Python SDK for Airia API
5
5
  Author-email: Airia LLC <support@airia.com>
6
6
  License: MIT
@@ -82,7 +82,7 @@ airia/types/api/pipeline_execution/get_pipeline_execution.py,sha256=Mkp3bV9sajVq
82
82
  airia/types/api/pipeline_import/__init__.py,sha256=5m8e4faOYGCEFLQWJgj-v5H4NXPNtnlAKAxA4tGJUbw,267
83
83
  airia/types/api/pipeline_import/create_agent_from_pipeline_definition.py,sha256=vn2aZGPnahmstHYKKMMN1hyTMRWFa2uAjpAYGwaI2xg,4394
84
84
  airia/types/api/pipelines_config/__init__.py,sha256=tNYV8AEGsKMfH4nMb-KGDfH1kvHO2b6VSoTB7TYQ7N8,2188
85
- airia/types/api/pipelines_config/export_pipeline_definition.py,sha256=OzB9gYgm8Dy7crYrcrLMGchATTSmVwFiL2GJ4JK3gRs,59930
85
+ airia/types/api/pipelines_config/export_pipeline_definition.py,sha256=0ieujueaeHFRXD2h8TzjuvwmaW-f5OFxfQPtjeXcKFg,59941
86
86
  airia/types/api/pipelines_config/get_pipeline_config.py,sha256=gvyp_xGpxr3Elcsu04JSQRPDvjmxRCPDAAR0rbE-oGs,23538
87
87
  airia/types/api/pipelines_config/get_pipelines_config.py,sha256=RbiX5zISxzGRxzPGHe7QpO-Ro-0woQsPGLxtiP4Y4K4,15955
88
88
  airia/types/api/project/__init__.py,sha256=ervHvCeqt08JkMRsSrG1ZnQshE70of-8kf4VeW2HG9c,113
@@ -95,8 +95,8 @@ airia/types/api/tools/_tools.py,sha256=PSJYFok7yQdE4it55iQmbryFzKN54nT6N161X1Rkp
95
95
  airia/types/sse/__init__.py,sha256=KWnNTfsQnthfrU128pUX6ounvSS7DvjC-Y21FE-OdMk,1863
96
96
  airia/types/sse/sse_messages.py,sha256=asq9KG5plT2XSgQMz-Nqo0WcKlXvE8UT3E-WLhCegPk,30244
97
97
  airia/utils/sse_parser.py,sha256=XCTkuaroYWaVQOgBq8VpbseQYSAVruF69AvKUwZQKTA,4251
98
- airia-0.1.33.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
99
- airia-0.1.33.dist-info/METADATA,sha256=Knaqa6nNBWDQCLehYLvsHAt8YT2FDN4G4uj1VFuRJGM,4506
100
- airia-0.1.33.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
101
- airia-0.1.33.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
102
- airia-0.1.33.dist-info/RECORD,,
98
+ airia-0.1.34.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
99
+ airia-0.1.34.dist-info/METADATA,sha256=p7IFX2iEY2j3KEzKd8h4bv4kNpIEyhjOW-TuWXZ7wWs,4506
100
+ airia-0.1.34.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
101
+ airia-0.1.34.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
102
+ airia-0.1.34.dist-info/RECORD,,
File without changes