tako-sdk 2.2.2__tar.gz → 2.2.3__tar.gz
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.
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/PKG-INFO +3 -4
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/pyproject.toml +5 -6
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/lib/dataset.py +3 -2
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/.gitignore +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/LICENSE +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/README.md +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/__init__.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/__init__.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/api/__init__.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/api/agent_api.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/api/tako_api.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/api_client.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/api_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/configuration.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/exceptions.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/__init__.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/agent_answer_assumption.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/agent_answer_citation.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/agent_answer_definition.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/agent_answer_metadata.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/agent_answer_methodology_note.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/agent_output_settings.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/agent_run_status.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_effort.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_metadata.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_result.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_result_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_run.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_run_list.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_run_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_run_summary.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_agent_stream_envelope.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/answer_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/api_error_type.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/base_api_error.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/block.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/block1.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/component_config.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/component_type_enum.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/content_item.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/contents_delivery_mode.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/contents_format.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/contents_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/contents_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/create_card400_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/create_card_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/data_pipeline_answer_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/data_source_settings.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/entity_class_name.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/error_object.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/export_pricing.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/graph_node.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/graph_node_type.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/graph_related_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/graph_relation.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/graph_relation_page.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/graph_search_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/heartbeat_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/knowledge_card_methodology.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/knowledge_card_relevance.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/ner_label.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/output_settings.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/reasoning_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/relation_kind.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/result_content.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/rows_inner_inner.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/run_summary_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_agent_effort.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_agent_result.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_agent_result_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_agent_run.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_agent_run_list.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_agent_run_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_agent_run_summary.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_agent_stream_envelope.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_effort_level.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/search_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/source_settings.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/sources.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/status_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/stream_category.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/stream_done_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/stream_reset_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/structured_output_status.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/subagent_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tako_card.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tako_card_node.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tako_card_source.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tako_dataset.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tako_dataset_column.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tako_dataset_column_type.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tako_dataset_source.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tako_source_index.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/text_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/thin_viz_card.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tool_call_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tool_error_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tool_result_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/tool_retry_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/usage.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/usage_compute.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/usage_data.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/models/web_result.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/py.typed +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/aio/rest.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/api/__init__.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/api/agent_api.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/api/tako_api.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/api_client.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/api_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/configuration.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/exceptions.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/lib/__init__.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/lib/agent.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/lib/client.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/lib/schema.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/lib/streaming.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/__init__.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/agent_answer_assumption.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/agent_answer_citation.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/agent_answer_definition.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/agent_answer_metadata.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/agent_answer_methodology_note.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/agent_output_settings.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/agent_run_status.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_effort.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_metadata.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_result.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_result_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_run.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_run_list.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_run_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_run_summary.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_agent_stream_envelope.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/answer_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/api_error_type.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/base_api_error.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/block.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/block1.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/component_config.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/component_type_enum.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/content_item.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/contents_delivery_mode.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/contents_format.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/contents_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/contents_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/create_card400_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/create_card_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/data_pipeline_answer_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/data_source_settings.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/entity_class_name.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/error_object.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/export_pricing.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/graph_node.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/graph_node_type.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/graph_related_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/graph_relation.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/graph_relation_page.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/graph_search_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/heartbeat_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/knowledge_card_methodology.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/knowledge_card_relevance.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/ner_label.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/output_settings.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/reasoning_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/relation_kind.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/result_content.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/rows_inner_inner.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/run_summary_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_agent_effort.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_agent_result.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_agent_result_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_agent_run.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_agent_run_list.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_agent_run_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_agent_run_summary.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_agent_stream_envelope.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_effort_level.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_request.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/search_response.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/source_settings.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/sources.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/status_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/stream_category.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/stream_done_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/stream_reset_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/structured_output_status.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/subagent_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tako_card.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tako_card_node.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tako_card_source.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tako_dataset.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tako_dataset_column.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tako_dataset_column_type.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tako_dataset_source.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tako_source_index.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/text_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/thin_viz_card.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tool_call_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tool_error_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tool_result_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/tool_retry_event.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/usage.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/usage_compute.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/usage_data.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/models/web_result.py +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/py.typed +0 -0
- {tako_sdk-2.2.2 → tako_sdk-2.2.3}/tako/rest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: tako-sdk
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: The official Python library for the tako API
|
|
5
5
|
Project-URL: Homepage, https://tako.com
|
|
6
6
|
Project-URL: Documentation, https://docs.tako.com
|
|
@@ -13,7 +13,6 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
14
14
|
Classifier: Operating System :: POSIX
|
|
15
15
|
Classifier: Operating System :: POSIX :: Linux
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -21,13 +20,13 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.14
|
|
22
21
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
23
22
|
Classifier: Typing :: Typed
|
|
24
|
-
Requires-Python: >=3.
|
|
23
|
+
Requires-Python: >=3.10
|
|
25
24
|
Requires-Dist: httpx-sse>=0.4
|
|
26
25
|
Requires-Dist: httpx<1,>=0.27
|
|
27
26
|
Requires-Dist: pydantic<3,>=2
|
|
28
27
|
Requires-Dist: python-dateutil>=2.8.2
|
|
29
28
|
Requires-Dist: typing-extensions>=4.7.1
|
|
30
|
-
Requires-Dist: urllib3<3,>=2.
|
|
29
|
+
Requires-Dist: urllib3<3,>=2.7.0
|
|
31
30
|
Provides-Extra: pandas
|
|
32
31
|
Requires-Dist: pandas>=1.5; extra == 'pandas'
|
|
33
32
|
Description-Content-Type: text/markdown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tako-sdk"
|
|
3
|
-
version = "2.2.
|
|
3
|
+
version = "2.2.3"
|
|
4
4
|
description = "The official Python library for the tako API"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "MIT"
|
|
@@ -13,7 +13,7 @@ authors = [
|
|
|
13
13
|
# httpx -> async (tako/aio/) client
|
|
14
14
|
# httpx-sse -> hand-written SSE layer (tako/lib)
|
|
15
15
|
dependencies = [
|
|
16
|
-
"urllib3>=2.
|
|
16
|
+
"urllib3>=2.7.0,<3",
|
|
17
17
|
"python-dateutil>=2.8.2",
|
|
18
18
|
"pydantic>=2,<3",
|
|
19
19
|
"typing-extensions>=4.7.1",
|
|
@@ -21,11 +21,10 @@ dependencies = [
|
|
|
21
21
|
"httpx-sse>=0.4",
|
|
22
22
|
]
|
|
23
23
|
|
|
24
|
-
requires-python = ">= 3.
|
|
24
|
+
requires-python = ">= 3.10"
|
|
25
25
|
classifiers = [
|
|
26
26
|
"Typing :: Typed",
|
|
27
27
|
"Intended Audience :: Developers",
|
|
28
|
-
"Programming Language :: Python :: 3.9",
|
|
29
28
|
"Programming Language :: Python :: 3.10",
|
|
30
29
|
"Programming Language :: Python :: 3.11",
|
|
31
30
|
"Programming Language :: Python :: 3.12",
|
|
@@ -96,7 +95,7 @@ markers = [
|
|
|
96
95
|
# reproducible; they are exercised by the import check and tests, not pyright.
|
|
97
96
|
[tool.pyright]
|
|
98
97
|
typeCheckingMode = "strict"
|
|
99
|
-
pythonVersion = "3.
|
|
98
|
+
pythonVersion = "3.10"
|
|
100
99
|
include = ["tako/lib"]
|
|
101
100
|
exclude = [".venv", ".nox", ".git"]
|
|
102
101
|
reportImplicitOverride = true
|
|
@@ -118,7 +117,7 @@ disallow_incomplete_defs = true
|
|
|
118
117
|
[tool.ruff]
|
|
119
118
|
line-length = 120
|
|
120
119
|
output-format = "grouped"
|
|
121
|
-
target-version = "
|
|
120
|
+
target-version = "py310"
|
|
122
121
|
# Lint only hand-written code; generated clients are produced by openapi-generator.
|
|
123
122
|
extend-exclude = [
|
|
124
123
|
"tako/api",
|
|
@@ -80,7 +80,7 @@ class TakoDatasetView:
|
|
|
80
80
|
def records(self) -> List[Dict[str, Any]]:
|
|
81
81
|
"""One dict per row, keyed by column name. No third-party dependency."""
|
|
82
82
|
names = self.column_names
|
|
83
|
-
return [dict(zip(names, row)) for row in self._normalized_rows()]
|
|
83
|
+
return [dict(zip(names, row, strict=False)) for row in self._normalized_rows()]
|
|
84
84
|
|
|
85
85
|
def to_dataframe(self) -> Any:
|
|
86
86
|
"""A pandas ``DataFrame`` with dtypes coerced from the ``columns`` header.
|
|
@@ -114,7 +114,8 @@ class TakoDatasetView:
|
|
|
114
114
|
frame[name] = pd.to_numeric(frame[name], errors="coerce")
|
|
115
115
|
elif col_type == "boolean":
|
|
116
116
|
frame[name] = frame[name].astype("boolean")
|
|
117
|
-
# "string" (and anything unrecognized) stays object
|
|
117
|
+
# "string" (and anything unrecognized) stays uncoerced: object
|
|
118
|
+
# under pandas < 3, the new str/string dtype under pandas 3
|
|
118
119
|
except (ValueError, TypeError):
|
|
119
120
|
pass # leave the column untouched on an unexpected value
|
|
120
121
|
return frame
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|