mixedbread 0.47.0__tar.gz → 0.47.1__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.
- mixedbread-0.47.1/.release-please-manifest.json +3 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/CHANGELOG.md +10 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/PKG-INFO +1 -1
- {mixedbread-0.47.0 → mixedbread-0.47.1}/pyproject.toml +1 -1
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_version.py +1 -1
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/test_files.py +14 -14
- mixedbread-0.47.0/.release-please-manifest.json +0 -3
- {mixedbread-0.47.0 → mixedbread-0.47.1}/.gitignore +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/CONTRIBUTING.md +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/LICENSE +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/README.md +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/SECURITY.md +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/api.md +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/bin/check-release-environment +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/bin/publish-pypi +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/examples/.keep +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/noxfile.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/release-please-config.json +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/requirements-dev.lock +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/requirements.lock +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_base_client.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_client.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_compat.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_constants.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_exceptions.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_files.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_models.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_qs.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_resource.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_streaming.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_types.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_compat.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_datetime_parse.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_json.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_logs.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_proxy.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_reflection.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_resources_proxy.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_streams.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_sync.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_transform.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_typing.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/_utils/_utils.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/lib/.keep +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/lib/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/lib/multipart_upload.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/lib/polling.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/pagination.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/py.typed +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/api_keys.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/chat.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/data_sources/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/data_sources/connectors.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/data_sources/data_sources.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/embeddings.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/extractions/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/extractions/content.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/extractions/extractions.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/extractions/jobs.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/extractions/schema.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/files/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/files/files.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/files/uploads.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/parsing/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/parsing/jobs.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/parsing/parsing.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/stores/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/stores/files.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/stores/stores.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/api_key.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/api_key_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/api_key_created.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/api_key_delete_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/api_key_list_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/client_embed_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/client_rerank_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_source.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_source_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_source_delete_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_source_list_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_source_oauth2_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_source_type.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_source_update_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/connector_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/connector_delete_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/connector_list_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/connector_update_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/data_source_connector.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/embedding.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/embedding_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/embedding_create_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/encoding_format.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/expires_after.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/expires_after_param.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/content_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/created_json_schema.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/enhanced_json_schema.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/extraction_job.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/extraction_result.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/image_url_input_param.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/job_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/schema_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/schema_enhance_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/schema_validate_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/text_input_param.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/validated_json_schema.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/file_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/file_delete_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/file_list_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/file_object.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/file_update_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/multipart_upload_part.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/multipart_upload_part_param.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/multipart_upload_part_url.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_abort_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_complete_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_create_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_list_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_retrieve_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/info_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/linear_data_source_param.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/multi_encoding_embedding.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/notion_data_source_param.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/oauth2_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/pagination_with_total.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/chunking_strategy.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/element_type.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/job_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/job_delete_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/job_list_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/job_list_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/parsing_job.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/parsing_job_status.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/parsing/return_format.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/rerank_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/scored_audio_url_input_chunk.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/scored_image_url_input_chunk.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/scored_text_input_chunk.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/scored_video_url_input_chunk.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/shared/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/shared/search_filter.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/shared/search_filter_condition.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/shared/usage.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/shared_params/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/shared_params/search_filter.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/shared_params/search_filter_condition.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_chunk_search_options_param.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_delete_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_list_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_metadata_facets_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_metadata_facets_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_question_answering_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_question_answering_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_search_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_search_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_update_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/file_create_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/file_delete_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/file_list_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/file_list_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/file_retrieve_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/file_search_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/file_search_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/file_update_params.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/scored_store_file.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/store_file.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/stores/store_file_status.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/data_sources/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/data_sources/test_connectors.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/extractions/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/extractions/test_content.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/extractions/test_jobs.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/extractions/test_schema.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/files/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/files/test_uploads.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/parsing/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/parsing/test_jobs.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/stores/__init__.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/stores/test_files.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/test_api_keys.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/test_chat.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/test_client.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/test_data_sources.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/test_embeddings.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/api_resources/test_stores.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/conftest.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/sample_file.txt +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_client.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_deepcopy.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_extract_files.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_files.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_models.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_qs.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_required_args.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_response.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_streaming.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_transform.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_utils/test_datetime_parse.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_utils/test_json.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_utils/test_proxy.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/test_utils/test_typing.py +0 -0
- {mixedbread-0.47.0 → mixedbread-0.47.1}/tests/utils.py +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.47.1 (2026-03-12)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.47.0...v0.47.1](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.47.0...v0.47.1)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* **ci:** skip uploading artifacts on stainless-internal branches ([ffb6f62](https://github.com/mixedbread-ai/mixedbread-python/commit/ffb6f62c5ad6afb7b6330ef4159a32f35327b1b9))
|
|
10
|
+
* **test:** do not count install time for mock server timeout ([5094a5c](https://github.com/mixedbread-ai/mixedbread-python/commit/5094a5c23d75363566963e806d60bf214575c89d))
|
|
11
|
+
* update placeholder string ([eeb1328](https://github.com/mixedbread-ai/mixedbread-python/commit/eeb13288a93f42b17d3f21a7980d22c34c7afc8b))
|
|
12
|
+
|
|
3
13
|
## 0.47.0 (2026-03-05)
|
|
4
14
|
|
|
5
15
|
Full Changelog: [v1.0.0...v0.47.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v1.0.0...v0.47.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: mixedbread
|
|
3
|
-
Version: 0.47.
|
|
3
|
+
Version: 0.47.1
|
|
4
4
|
Summary: The official Python library for the Mixedbread API
|
|
5
5
|
Project-URL: Homepage, https://github.com/mixedbread-ai/mixedbread-python
|
|
6
6
|
Project-URL: Repository, https://github.com/mixedbread-ai/mixedbread-python
|
|
@@ -29,14 +29,14 @@ class TestFiles:
|
|
|
29
29
|
@parametrize
|
|
30
30
|
def test_method_create(self, client: Mixedbread) -> None:
|
|
31
31
|
file = client.files.create(
|
|
32
|
-
file=b"
|
|
32
|
+
file=b"Example data",
|
|
33
33
|
)
|
|
34
34
|
assert_matches_type(FileObject, file, path=["response"])
|
|
35
35
|
|
|
36
36
|
@parametrize
|
|
37
37
|
def test_raw_response_create(self, client: Mixedbread) -> None:
|
|
38
38
|
response = client.files.with_raw_response.create(
|
|
39
|
-
file=b"
|
|
39
|
+
file=b"Example data",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
assert response.is_closed is True
|
|
@@ -47,7 +47,7 @@ class TestFiles:
|
|
|
47
47
|
@parametrize
|
|
48
48
|
def test_streaming_response_create(self, client: Mixedbread) -> None:
|
|
49
49
|
with client.files.with_streaming_response.create(
|
|
50
|
-
file=b"
|
|
50
|
+
file=b"Example data",
|
|
51
51
|
) as response:
|
|
52
52
|
assert not response.is_closed
|
|
53
53
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
@@ -99,7 +99,7 @@ class TestFiles:
|
|
|
99
99
|
def test_method_update(self, client: Mixedbread) -> None:
|
|
100
100
|
file = client.files.update(
|
|
101
101
|
file_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
102
|
-
file=b"
|
|
102
|
+
file=b"Example data",
|
|
103
103
|
)
|
|
104
104
|
assert_matches_type(FileObject, file, path=["response"])
|
|
105
105
|
|
|
@@ -107,7 +107,7 @@ class TestFiles:
|
|
|
107
107
|
def test_raw_response_update(self, client: Mixedbread) -> None:
|
|
108
108
|
response = client.files.with_raw_response.update(
|
|
109
109
|
file_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
110
|
-
file=b"
|
|
110
|
+
file=b"Example data",
|
|
111
111
|
)
|
|
112
112
|
|
|
113
113
|
assert response.is_closed is True
|
|
@@ -119,7 +119,7 @@ class TestFiles:
|
|
|
119
119
|
def test_streaming_response_update(self, client: Mixedbread) -> None:
|
|
120
120
|
with client.files.with_streaming_response.update(
|
|
121
121
|
file_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
122
|
-
file=b"
|
|
122
|
+
file=b"Example data",
|
|
123
123
|
) as response:
|
|
124
124
|
assert not response.is_closed
|
|
125
125
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
@@ -134,7 +134,7 @@ class TestFiles:
|
|
|
134
134
|
with pytest.raises(ValueError, match=r"Expected a non-empty value for `file_id` but received ''"):
|
|
135
135
|
client.files.with_raw_response.update(
|
|
136
136
|
file_id="",
|
|
137
|
-
file=b"
|
|
137
|
+
file=b"Example data",
|
|
138
138
|
)
|
|
139
139
|
|
|
140
140
|
@parametrize
|
|
@@ -276,14 +276,14 @@ class TestAsyncFiles:
|
|
|
276
276
|
@parametrize
|
|
277
277
|
async def test_method_create(self, async_client: AsyncMixedbread) -> None:
|
|
278
278
|
file = await async_client.files.create(
|
|
279
|
-
file=b"
|
|
279
|
+
file=b"Example data",
|
|
280
280
|
)
|
|
281
281
|
assert_matches_type(FileObject, file, path=["response"])
|
|
282
282
|
|
|
283
283
|
@parametrize
|
|
284
284
|
async def test_raw_response_create(self, async_client: AsyncMixedbread) -> None:
|
|
285
285
|
response = await async_client.files.with_raw_response.create(
|
|
286
|
-
file=b"
|
|
286
|
+
file=b"Example data",
|
|
287
287
|
)
|
|
288
288
|
|
|
289
289
|
assert response.is_closed is True
|
|
@@ -294,7 +294,7 @@ class TestAsyncFiles:
|
|
|
294
294
|
@parametrize
|
|
295
295
|
async def test_streaming_response_create(self, async_client: AsyncMixedbread) -> None:
|
|
296
296
|
async with async_client.files.with_streaming_response.create(
|
|
297
|
-
file=b"
|
|
297
|
+
file=b"Example data",
|
|
298
298
|
) as response:
|
|
299
299
|
assert not response.is_closed
|
|
300
300
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
@@ -346,7 +346,7 @@ class TestAsyncFiles:
|
|
|
346
346
|
async def test_method_update(self, async_client: AsyncMixedbread) -> None:
|
|
347
347
|
file = await async_client.files.update(
|
|
348
348
|
file_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
349
|
-
file=b"
|
|
349
|
+
file=b"Example data",
|
|
350
350
|
)
|
|
351
351
|
assert_matches_type(FileObject, file, path=["response"])
|
|
352
352
|
|
|
@@ -354,7 +354,7 @@ class TestAsyncFiles:
|
|
|
354
354
|
async def test_raw_response_update(self, async_client: AsyncMixedbread) -> None:
|
|
355
355
|
response = await async_client.files.with_raw_response.update(
|
|
356
356
|
file_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
357
|
-
file=b"
|
|
357
|
+
file=b"Example data",
|
|
358
358
|
)
|
|
359
359
|
|
|
360
360
|
assert response.is_closed is True
|
|
@@ -366,7 +366,7 @@ class TestAsyncFiles:
|
|
|
366
366
|
async def test_streaming_response_update(self, async_client: AsyncMixedbread) -> None:
|
|
367
367
|
async with async_client.files.with_streaming_response.update(
|
|
368
368
|
file_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
369
|
-
file=b"
|
|
369
|
+
file=b"Example data",
|
|
370
370
|
) as response:
|
|
371
371
|
assert not response.is_closed
|
|
372
372
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
@@ -381,7 +381,7 @@ class TestAsyncFiles:
|
|
|
381
381
|
with pytest.raises(ValueError, match=r"Expected a non-empty value for `file_id` but received ''"):
|
|
382
382
|
await async_client.files.with_raw_response.update(
|
|
383
383
|
file_id="",
|
|
384
|
-
file=b"
|
|
384
|
+
file=b"Example data",
|
|
385
385
|
)
|
|
386
386
|
|
|
387
387
|
@parametrize
|
|
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
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/resources/data_sources/data_sources.py
RENAMED
|
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
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/connector_create_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/connector_list_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/connector_update_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/data_sources/data_source_connector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/content_create_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/created_json_schema.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/enhanced_json_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/extraction_result.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/image_url_input_param.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/job_create_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/schema_create_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/schema_enhance_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/schema_validate_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/text_input_param.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/extractions/validated_json_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/multipart_upload_part_param.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/multipart_upload_part_url.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_complete_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/files/upload_retrieve_response.py
RENAMED
|
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
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/scored_audio_url_input_chunk.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/scored_image_url_input_chunk.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/scored_video_url_input_chunk.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/shared/search_filter_condition.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_chunk_search_options_param.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_metadata_facets_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_metadata_facets_response.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_question_answering_params.py
RENAMED
|
File without changes
|
{mixedbread-0.47.0 → mixedbread-0.47.1}/src/mixedbread/types/store_question_answering_response.py
RENAMED
|
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
|