mixpeek 0.17.4__tar.gz → 0.18.7__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.
Files changed (202) hide show
  1. {mixpeek-0.17.4 → mixpeek-0.18.7}/PKG-INFO +95 -59
  2. {mixpeek-0.17.4 → mixpeek-0.18.7}/README-PYPI.md +88 -52
  3. {mixpeek-0.17.4 → mixpeek-0.18.7}/pyproject.toml +7 -7
  4. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/_version.py +3 -3
  5. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/assets.py +14 -14
  6. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/collections.py +10 -10
  7. mixpeek-0.17.4/src/mixpeek/feature_extractors.py → mixpeek-0.18.7/src/mixpeek/featureextractors.py +2 -2
  8. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/features.py +348 -8
  9. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/httpclient.py +50 -0
  10. mixpeek-0.17.4/src/mixpeek/ingest_assets.py → mixpeek-0.18.7/src/mixpeek/ingestassets.py +6 -6
  11. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/__init__.py +11 -0
  12. mixpeek-0.18.7/src/mixpeek/models/assignmentconfig.py +67 -0
  13. mixpeek-0.18.7/src/mixpeek/models/assignmentmode.py +11 -0
  14. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/discoverrequest.py +6 -16
  15. mixpeek-0.18.7/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +65 -0
  16. mixpeek-0.18.7/src/mixpeek/models/listtasksresponse.py +22 -0
  17. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/namespaces.py +12 -12
  18. mixpeek-0.18.7/src/mixpeek/organizations.py +1093 -0
  19. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/sdk.py +20 -8
  20. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/tasks.py +220 -4
  21. mixpeek-0.18.7/src/mixpeek/taxonomies.py +686 -0
  22. mixpeek-0.17.4/src/mixpeek/organizations.py → mixpeek-0.18.7/src/mixpeek/taxonomyentities.py +430 -447
  23. mixpeek-0.18.7/src/mixpeek/users.py +626 -0
  24. mixpeek-0.17.4/src/mixpeek/feature_search.py +0 -350
  25. mixpeek-0.17.4/src/mixpeek/models/assignmentconfig.py +0 -25
  26. mixpeek-0.17.4/src/mixpeek/taxonomy_entities.py +0 -2374
  27. {mixpeek-0.17.4 → mixpeek-0.18.7}/py.typed +0 -0
  28. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/__init__.py +0 -0
  29. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/_hooks/__init__.py +0 -0
  30. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/_hooks/registration.py +0 -0
  31. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/_hooks/sdkhooks.py +0 -0
  32. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/_hooks/types.py +0 -0
  33. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/basesdk.py +0 -0
  34. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/health.py +0 -0
  35. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/actionusage.py +0 -0
  36. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/apierror.py +0 -0
  37. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/apikey.py +0 -0
  38. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/apikeyupdate.py +0 -0
  39. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/assetfeatures.py +0 -0
  40. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/assetresponse.py +0 -0
  41. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/assets_model_searchquery.py +0 -0
  42. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/assetupdate.py +0 -0
  43. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/availablemodels.py +0 -0
  44. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/availablemodelsresponse.py +0 -0
  45. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/boolindexparams.py +0 -0
  46. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/classificationmatch.py +0 -0
  47. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/classificationwithfeature.py +0 -0
  48. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
  49. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/collectionmodel.py +0 -0
  50. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/collectionresult.py +0 -0
  51. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
  52. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
  53. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
  54. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/createcollectionrequest.py +0 -0
  55. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/createnamespacerequest.py +0 -0
  56. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/datetimeindexparams.py +0 -0
  57. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/dateusage.py +0 -0
  58. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
  59. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
  60. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
  61. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
  62. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
  63. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
  64. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
  65. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
  66. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
  67. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/denseembedding.py +0 -0
  68. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/embeddingconfig.py +0 -0
  69. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/embeddingrequest.py +0 -0
  70. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/embeddingresponse.py +0 -0
  71. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/entitysettings.py +0 -0
  72. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/errordetail.py +0 -0
  73. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/errorresponse.py +0 -0
  74. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
  75. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/featureoptions.py +0 -0
  76. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/featureresponse.py +0 -0
  77. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
  78. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/featureupdaterequest.py +0 -0
  79. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/filtercondition.py +0 -0
  80. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/floatindexparams.py +0 -0
  81. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
  82. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
  83. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/genericsuccessresponse.py +0 -0
  84. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/geoindexparams.py +0 -0
  85. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
  86. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
  87. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_collection_v1_collections_collection_getop.py +0 -0
  88. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
  89. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
  90. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
  91. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
  92. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
  93. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
  94. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/groupbyoptions.py +0 -0
  95. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
  96. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/groupedassetdata.py +0 -0
  97. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/healthcheckresponse.py +0 -0
  98. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/httpvalidationerror.py +0 -0
  99. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/imagedescribesettings.py +0 -0
  100. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/imagedetectsettings.py +0 -0
  101. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/imagereadsettings.py +0 -0
  102. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/imagesettings.py +0 -0
  103. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
  104. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
  105. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
  106. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/inputtype.py +0 -0
  107. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/integerindexparams.py +0 -0
  108. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/internal/__init__.py +0 -0
  109. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/internal/globals.py +0 -0
  110. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
  111. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
  112. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
  113. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/keywordindexparams.py +0 -0
  114. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
  115. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
  116. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
  117. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
  118. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
  119. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
  120. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/listassetsrequest.py +0 -0
  121. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/listassetsresponse.py +0 -0
  122. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/listclassificationsrequest.py +0 -0
  123. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/listclassificationsresponse.py +0 -0
  124. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/listcollectionsresponse.py +0 -0
  125. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/listfeaturesrequest.py +0 -0
  126. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/listfeaturesresponse.py +0 -0
  127. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
  128. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/logicaloperator.py +0 -0
  129. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/logodetectsettings.py +0 -0
  130. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/modality.py +0 -0
  131. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/modeldetails.py +0 -0
  132. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/namespaceresponse.py +0 -0
  133. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/nodeoptions.py +0 -0
  134. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/nodeupdate.py +0 -0
  135. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/organizationmodel.py +0 -0
  136. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
  137. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/payloadindexconfig.py +0 -0
  138. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/payloadindextype.py +0 -0
  139. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/payloadschematype.py +0 -0
  140. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/permission.py +0 -0
  141. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/processimageurlinput.py +0 -0
  142. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/processtextinput.py +0 -0
  143. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/processvideourlinput.py +0 -0
  144. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/querysettings.py +0 -0
  145. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/rerankingoptions.py +0 -0
  146. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
  147. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
  148. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/search_model_searchquery.py +0 -0
  149. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/searchassetsrequest.py +0 -0
  150. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/searchrequestfeatures.py +0 -0
  151. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/security.py +0 -0
  152. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/sortoption.py +0 -0
  153. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/sparseembedding.py +0 -0
  154. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/taskresponse.py +0 -0
  155. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/taskstatus.py +0 -0
  156. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/taxonomycreate.py +0 -0
  157. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/taxonomyextractionconfig.py +0 -0
  158. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/taxonomymodel.py +0 -0
  159. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/taxonomynode.py +0 -0
  160. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/taxonomynodecreate.py +0 -0
  161. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/taxonomyupdate.py +0 -0
  162. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/textindexparams.py +0 -0
  163. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/textsettings.py +0 -0
  164. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/tokenizertype.py +0 -0
  165. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
  166. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
  167. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
  168. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
  169. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
  170. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/updateassetrequest.py +0 -0
  171. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/updatenamespacerequest.py +0 -0
  172. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/usage.py +0 -0
  173. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/usermodel_input.py +0 -0
  174. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/usermodel_output.py +0 -0
  175. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/uuidindexparams.py +0 -0
  176. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/validationerror.py +0 -0
  177. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/vectormodel.py +0 -0
  178. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/vectortype.py +0 -0
  179. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/videodescribesettings.py +0 -0
  180. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/videodetectsettings.py +0 -0
  181. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/videoreadsettings.py +0 -0
  182. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/videosettings.py +0 -0
  183. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
  184. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/py.typed +0 -0
  185. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/sdkconfiguration.py +0 -0
  186. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/types/__init__.py +0 -0
  187. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/types/basemodel.py +0 -0
  188. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/__init__.py +0 -0
  189. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/annotations.py +0 -0
  190. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/enums.py +0 -0
  191. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/eventstreaming.py +0 -0
  192. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/forms.py +0 -0
  193. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/headers.py +0 -0
  194. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/logger.py +0 -0
  195. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/metadata.py +0 -0
  196. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/queryparams.py +0 -0
  197. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/requestbodies.py +0 -0
  198. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/retries.py +0 -0
  199. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/security.py +0 -0
  200. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/serializers.py +0 -0
  201. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/url.py +0 -0
  202. {mixpeek-0.17.4 → mixpeek-0.18.7}/src/mixpeek/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mixpeek
3
- Version: 0.17.4
3
+ Version: 0.18.7
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9
@@ -10,12 +10,12 @@ Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: Programming Language :: Python :: 3.13
13
- Requires-Dist: eval-type-backport (>=0.2.0,<0.3.0)
14
- Requires-Dist: httpx (>=0.28.1,<0.29.0)
15
- Requires-Dist: jsonpath-python (>=1.0.6,<2.0.0)
16
- Requires-Dist: pydantic (>=2.10.3,<2.11.0)
17
- Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
18
- Requires-Dist: typing-inspect (>=0.9.0,<0.10.0)
13
+ Requires-Dist: eval-type-backport (>=0.2.0)
14
+ Requires-Dist: httpx (>=0.28.1)
15
+ Requires-Dist: jsonpath-python (>=1.0.6)
16
+ Requires-Dist: pydantic (>=2.10.3)
17
+ Requires-Dist: python-dateutil (>=2.8.2)
18
+ Requires-Dist: typing-inspect (>=0.9.0)
19
19
  Project-URL: Repository, https://github.com/mixpeek/python-sdk.git
20
20
  Description-Content-Type: text/markdown
21
21
 
@@ -42,6 +42,7 @@ Mixpeek API: This is the Mixpeek API, providing access to various endpoints for
42
42
  * [Error Handling](https://github.com/mixpeek/python-sdk/blob/master/#error-handling)
43
43
  * [Server Selection](https://github.com/mixpeek/python-sdk/blob/master/#server-selection)
44
44
  * [Custom HTTP Client](https://github.com/mixpeek/python-sdk/blob/master/#custom-http-client)
45
+ * [Resource Management](https://github.com/mixpeek/python-sdk/blob/master/#resource-management)
45
46
  * [Debugging](https://github.com/mixpeek/python-sdk/blob/master/#debugging)
46
47
  * [Development](https://github.com/mixpeek/python-sdk/blob/master/#development)
47
48
  * [Maturity](https://github.com/mixpeek/python-sdk/blob/master/#maturity)
@@ -52,6 +53,11 @@ Mixpeek API: This is the Mixpeek API, providing access to various endpoints for
52
53
  <!-- Start SDK Installation [installation] -->
53
54
  ## SDK Installation
54
55
 
56
+ > [!NOTE]
57
+ > **Python version upgrade policy**
58
+ >
59
+ > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
60
+
55
61
  The SDK can be installed with either *pip* or *poetry* package managers.
56
62
 
57
63
  ### PIP
@@ -160,36 +166,33 @@ with Mixpeek(
160
166
 
161
167
  ### [assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md)
162
168
 
163
- * [get_asset_v1_assets_asset_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_asset_v1_assets_asset_id_get) - Get Asset
164
- * [delete_asset_v1_assets_asset_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete_asset_v1_assets_asset_id_delete) - Delete Asset
165
- * [full_asset_update_v1_assets_asset_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#full_asset_update_v1_assets_asset_id_put) - Full Asset Update
166
- * [partial_asset_update_v1_assets_asset_id_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_asset_update_v1_assets_asset_id_patch) - Partial Asset Update
167
- * [get_asset_with_features_v1_assets_asset_id_features_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_asset_with_features_v1_assets_asset_id_features_get) - Get Asset With Features
168
- * [list_assets_v1_assets_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list_assets_v1_assets_post) - List Assets
169
- * [search_assets_v1_assets_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search_assets_v1_assets_search_post) - Search Assets
169
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get) - Get Asset
170
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete) - Delete Asset
171
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#update) - Full Asset Update
172
+ * [partial_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_update) - Partial Asset Update
173
+ * [get_with_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_with_features) - Get Asset With Features
174
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list) - List Assets
175
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search) - Search Assets
170
176
 
171
177
  ### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
172
178
 
173
- * [list_collections_v1_collections_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list_collections_v1_collections_get) - List Collections
174
- * [create_collection_v1_collections_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create_collection_v1_collections_post) - Create Collection
175
- * [delete_collection_v1_collections_collection_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete_collection_v1_collections_collection_delete) - Delete Collection
176
- * [update_collection_v1_collections_collection_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update_collection_v1_collections_collection_put) - Update Collection
177
- * [get_collection_v1_collections_collection_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get_collection_v1_collections_collection_get) - Get Collection
179
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list) - List Collections
180
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
181
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
182
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
183
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
178
184
 
179
185
  ### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
180
186
 
181
- * [extract_embeddings_v1_features_extractors_embed_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings_v1_features_extractors_embed_post) - Extract Embeddings
182
-
183
- ### [feature_search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md)
184
-
185
- * [search_features_v1_features_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md#search_features_v1_features_search_post) - Search Features
187
+ * [extract_embeddings](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
186
188
 
187
189
  ### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
188
190
 
189
- * [get_feature_v1_features_feature_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get_feature_v1_features_feature_id_get) - Get Feature
190
- * [delete_feature_v1_features_feature_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete_feature_v1_features_feature_id_delete) - Delete Feature
191
- * [full_feature_update_v1_features_feature_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#full_feature_update_v1_features_feature_id_put) - Full Feature Update
192
- * [list_features_v1_features_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list_features_v1_features_post) - List Features
191
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get) - Get Feature
192
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete) - Delete Feature
193
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#update) - Full Feature Update
194
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list) - List Features
195
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#search) - Search Features
193
196
 
194
197
  ### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
195
198
 
@@ -197,48 +200,55 @@ with Mixpeek(
197
200
 
198
201
  ### [ingest_assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md)
199
202
 
200
- * [ingest_text_v1_ingest_text_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text_v1_ingest_text_post) - Ingest Text
201
- * [ingest_video_url_v1_ingest_videos_url_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url_v1_ingest_videos_url_post) - Ingest Video Url
202
- * [ingest_image_url_v1_ingest_images_url_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url_v1_ingest_images_url_post) - Ingest Image Url
203
+ * [ingest_text](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text) - Ingest Text
204
+ * [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
205
+ * [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
203
206
 
204
207
 
205
208
  ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
206
209
 
207
- * [create_namespace_v1_namespaces_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create_namespace_v1_namespaces_post) - Create Namespace
208
- * [list_namespaces_v1_namespaces_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_namespaces_v1_namespaces_get) - List Namespaces
209
- * [delete_namespace_v1_namespaces_namespace_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete_namespace_v1_namespaces_namespace_delete) - Delete Namespace
210
- * [update_namespace_v1_namespaces_namespace_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update_namespace_v1_namespaces_namespace_put) - Update Namespace
211
- * [get_namespace_v1_namespaces_namespace_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get_namespace_v1_namespaces_namespace_get) - Get Namespace
212
- * [list_available_models_v1_namespaces_models_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_available_models_v1_namespaces_models_get) - List Available Models
210
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
211
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
212
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
213
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
214
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
215
+ * [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
213
216
 
214
217
  ### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
215
218
 
216
- * [get_organization_v1_organizations_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_organization_v1_organizations_get) - Get Organization
217
- * [get_usage_v1_organizations_usage_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage_v1_organizations_usage_get) - Get Usage
218
- * [get_user_v1_organizations_users_user_email_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_user_v1_organizations_users_user_email_get) - Get User
219
- * [delete_user_v1_organizations_users_user_email_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_user_v1_organizations_users_user_email_delete) - Delete User
220
- * [add_user_v1_organizations_users_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user_v1_organizations_users_post) - Add User
221
- * [create_api_key_v1_organizations_users_user_email_api_keys_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#create_api_key_v1_organizations_users_user_email_api_keys_post) - Create Api Key
222
- * [delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete) - Delete Api Key
223
- * [update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch) - Update Api Key
219
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get) - Get Organization
220
+ * [get_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage) - Get Usage
221
+ * [add_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user) - Add User
222
+ * [delete_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
223
+ * [update_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key) - Update Api Key
224
224
 
225
225
  ### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
226
226
 
227
- * [kill_task_v1_tasks_task_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#kill_task_v1_tasks_task_id_delete) - Kill Task
228
- * [get_task_v1_tasks_task_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get_task_v1_tasks_task_id_get) - Get Task Information
227
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#delete) - Kill Task
228
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get) - Get Task Information
229
+ * [list_active](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#list_active) - List Active Tasks
230
+
231
+ ### [taxonomies](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md)
232
+
233
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#get) - Get Taxonomy
234
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#delete) - Delete Taxonomy
235
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#update) - Update Taxonomy
229
236
 
230
237
  ### [taxonomy_entities](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md)
231
238
 
232
- * [create_taxonomy_v1_entities_taxonomies_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create_taxonomy_v1_entities_taxonomies_post) - Create Taxonomy
233
- * [list_taxonomies_v1_entities_taxonomies_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_taxonomies_v1_entities_taxonomies_get) - List Taxonomies
234
- * [get_taxonomy_v1_entities_taxonomies_taxonomy_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_taxonomy_v1_entities_taxonomies_taxonomy_get) - Get Taxonomy
235
- * [delete_taxonomy_v1_entities_taxonomies_taxonomy_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_taxonomy_v1_entities_taxonomies_taxonomy_delete) - Delete Taxonomy
236
- * [update_taxonomy_v1_entities_taxonomies_taxonomy_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_taxonomy_v1_entities_taxonomies_taxonomy_patch) - Update Taxonomy
237
- * [get_taxonomy_node_v1_entities_taxonomies_nodes_node_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_taxonomy_node_v1_entities_taxonomies_nodes_node_get) - Get Taxonomy Node
238
- * [update_node_v1_entities_taxonomies_nodes_node_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node_v1_entities_taxonomies_nodes_node_patch) - Update Node
239
- * [classify_features_v1_entities_taxonomies_taxonomy_classify_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features_v1_entities_taxonomies_taxonomy_classify_post) - Classify Features against Taxonomy
240
- * [list_classifications_v1_entities_taxonomies_taxonomy_classifications_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications_v1_entities_taxonomies_taxonomy_classifications_post) - List Taxonomy Classifications
241
- * [delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_delete) - Delete Classifications
239
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create) - Create Taxonomy
240
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list) - List Taxonomies
241
+ * [get_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_node) - Get Taxonomy Node
242
+ * [update_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node) - Update Node
243
+ * [classify_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features) - Classify Features against Taxonomy
244
+ * [list_classifications](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications) - List Taxonomy Classifications
245
+ * [delete_classification](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classification) - Delete Classifications
246
+
247
+ ### [users](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md)
248
+
249
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#get) - Get User
250
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#delete) - Delete User
251
+ * [create_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#create_api_key) - Create Api Key
242
252
 
243
253
  </details>
244
254
  <!-- End Available Resources and Operations [operations] -->
@@ -299,7 +309,7 @@ By default, an API error will raise a models.APIError exception, which has the f
299
309
  | `.raw_response` | *httpx.Response* | The raw HTTP response |
300
310
  | `.body` | *str* | The response content |
301
311
 
302
- When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_organization_v1_organizations_get_async` method may raise the following exceptions:
312
+ When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_async` method may raise the following exceptions:
303
313
 
304
314
  | Error Type | Status Code | Content Type |
305
315
  | -------------------------- | ------------------ | ---------------- |
@@ -320,7 +330,7 @@ with Mixpeek(
320
330
  res = None
321
331
  try:
322
332
 
323
- res = mixpeek.organizations.get_organization_v1_organizations_get()
333
+ res = mixpeek.organizations.get()
324
334
 
325
335
  # Handle response
326
336
  print(res)
@@ -444,6 +454,32 @@ s = Mixpeek(async_client=CustomClient(httpx.AsyncClient()))
444
454
  ```
445
455
  <!-- End Custom HTTP Client [http-client] -->
446
456
 
457
+ <!-- Start Resource Management [resource-management] -->
458
+ ## Resource Management
459
+
460
+ The `Mixpeek` class implements the context manager protocol and registers a finalizer function to close the underlying sync and async HTTPX clients it uses under the hood. This will close HTTP connections, release memory and free up other resources held by the SDK. In short-lived Python programs and notebooks that make a few SDK method calls, resource management may not be a concern. However, in longer-lived programs, it is beneficial to create a single SDK instance via a [context manager][context-manager] and reuse it across the application.
461
+
462
+ [context-manager]: https://docs.python.org/3/reference/datamodel.html#context-managers
463
+
464
+ ```python
465
+ from mixpeek import Mixpeek
466
+ import os
467
+ def main():
468
+ with Mixpeek(
469
+ token=os.getenv("MIXPEEK_TOKEN", ""),
470
+ ) as mixpeek:
471
+ # Rest of application here...
472
+
473
+
474
+ # Or when using async:
475
+ async def amain():
476
+ async with Mixpeek(
477
+ token=os.getenv("MIXPEEK_TOKEN", ""),
478
+ ) as mixpeek:
479
+ # Rest of application here...
480
+ ```
481
+ <!-- End Resource Management [resource-management] -->
482
+
447
483
  <!-- Start Debugging [debug] -->
448
484
  ## Debugging
449
485
 
@@ -21,6 +21,7 @@ Mixpeek API: This is the Mixpeek API, providing access to various endpoints for
21
21
  * [Error Handling](https://github.com/mixpeek/python-sdk/blob/master/#error-handling)
22
22
  * [Server Selection](https://github.com/mixpeek/python-sdk/blob/master/#server-selection)
23
23
  * [Custom HTTP Client](https://github.com/mixpeek/python-sdk/blob/master/#custom-http-client)
24
+ * [Resource Management](https://github.com/mixpeek/python-sdk/blob/master/#resource-management)
24
25
  * [Debugging](https://github.com/mixpeek/python-sdk/blob/master/#debugging)
25
26
  * [Development](https://github.com/mixpeek/python-sdk/blob/master/#development)
26
27
  * [Maturity](https://github.com/mixpeek/python-sdk/blob/master/#maturity)
@@ -31,6 +32,11 @@ Mixpeek API: This is the Mixpeek API, providing access to various endpoints for
31
32
  <!-- Start SDK Installation [installation] -->
32
33
  ## SDK Installation
33
34
 
35
+ > [!NOTE]
36
+ > **Python version upgrade policy**
37
+ >
38
+ > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
39
+
34
40
  The SDK can be installed with either *pip* or *poetry* package managers.
35
41
 
36
42
  ### PIP
@@ -139,36 +145,33 @@ with Mixpeek(
139
145
 
140
146
  ### [assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md)
141
147
 
142
- * [get_asset_v1_assets_asset_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_asset_v1_assets_asset_id_get) - Get Asset
143
- * [delete_asset_v1_assets_asset_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete_asset_v1_assets_asset_id_delete) - Delete Asset
144
- * [full_asset_update_v1_assets_asset_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#full_asset_update_v1_assets_asset_id_put) - Full Asset Update
145
- * [partial_asset_update_v1_assets_asset_id_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_asset_update_v1_assets_asset_id_patch) - Partial Asset Update
146
- * [get_asset_with_features_v1_assets_asset_id_features_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_asset_with_features_v1_assets_asset_id_features_get) - Get Asset With Features
147
- * [list_assets_v1_assets_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list_assets_v1_assets_post) - List Assets
148
- * [search_assets_v1_assets_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search_assets_v1_assets_search_post) - Search Assets
148
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get) - Get Asset
149
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete) - Delete Asset
150
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#update) - Full Asset Update
151
+ * [partial_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_update) - Partial Asset Update
152
+ * [get_with_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_with_features) - Get Asset With Features
153
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list) - List Assets
154
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search) - Search Assets
149
155
 
150
156
  ### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
151
157
 
152
- * [list_collections_v1_collections_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list_collections_v1_collections_get) - List Collections
153
- * [create_collection_v1_collections_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create_collection_v1_collections_post) - Create Collection
154
- * [delete_collection_v1_collections_collection_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete_collection_v1_collections_collection_delete) - Delete Collection
155
- * [update_collection_v1_collections_collection_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update_collection_v1_collections_collection_put) - Update Collection
156
- * [get_collection_v1_collections_collection_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get_collection_v1_collections_collection_get) - Get Collection
158
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list) - List Collections
159
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
160
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
161
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
162
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
157
163
 
158
164
  ### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
159
165
 
160
- * [extract_embeddings_v1_features_extractors_embed_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings_v1_features_extractors_embed_post) - Extract Embeddings
161
-
162
- ### [feature_search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md)
163
-
164
- * [search_features_v1_features_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md#search_features_v1_features_search_post) - Search Features
166
+ * [extract_embeddings](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
165
167
 
166
168
  ### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
167
169
 
168
- * [get_feature_v1_features_feature_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get_feature_v1_features_feature_id_get) - Get Feature
169
- * [delete_feature_v1_features_feature_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete_feature_v1_features_feature_id_delete) - Delete Feature
170
- * [full_feature_update_v1_features_feature_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#full_feature_update_v1_features_feature_id_put) - Full Feature Update
171
- * [list_features_v1_features_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list_features_v1_features_post) - List Features
170
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get) - Get Feature
171
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete) - Delete Feature
172
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#update) - Full Feature Update
173
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list) - List Features
174
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#search) - Search Features
172
175
 
173
176
  ### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
174
177
 
@@ -176,48 +179,55 @@ with Mixpeek(
176
179
 
177
180
  ### [ingest_assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md)
178
181
 
179
- * [ingest_text_v1_ingest_text_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text_v1_ingest_text_post) - Ingest Text
180
- * [ingest_video_url_v1_ingest_videos_url_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url_v1_ingest_videos_url_post) - Ingest Video Url
181
- * [ingest_image_url_v1_ingest_images_url_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url_v1_ingest_images_url_post) - Ingest Image Url
182
+ * [ingest_text](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text) - Ingest Text
183
+ * [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
184
+ * [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
182
185
 
183
186
 
184
187
  ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
185
188
 
186
- * [create_namespace_v1_namespaces_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create_namespace_v1_namespaces_post) - Create Namespace
187
- * [list_namespaces_v1_namespaces_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_namespaces_v1_namespaces_get) - List Namespaces
188
- * [delete_namespace_v1_namespaces_namespace_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete_namespace_v1_namespaces_namespace_delete) - Delete Namespace
189
- * [update_namespace_v1_namespaces_namespace_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update_namespace_v1_namespaces_namespace_put) - Update Namespace
190
- * [get_namespace_v1_namespaces_namespace_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get_namespace_v1_namespaces_namespace_get) - Get Namespace
191
- * [list_available_models_v1_namespaces_models_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_available_models_v1_namespaces_models_get) - List Available Models
189
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
190
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
191
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
192
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
193
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
194
+ * [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
192
195
 
193
196
  ### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
194
197
 
195
- * [get_organization_v1_organizations_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_organization_v1_organizations_get) - Get Organization
196
- * [get_usage_v1_organizations_usage_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage_v1_organizations_usage_get) - Get Usage
197
- * [get_user_v1_organizations_users_user_email_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_user_v1_organizations_users_user_email_get) - Get User
198
- * [delete_user_v1_organizations_users_user_email_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_user_v1_organizations_users_user_email_delete) - Delete User
199
- * [add_user_v1_organizations_users_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user_v1_organizations_users_post) - Add User
200
- * [create_api_key_v1_organizations_users_user_email_api_keys_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#create_api_key_v1_organizations_users_user_email_api_keys_post) - Create Api Key
201
- * [delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete) - Delete Api Key
202
- * [update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch) - Update Api Key
198
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get) - Get Organization
199
+ * [get_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage) - Get Usage
200
+ * [add_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user) - Add User
201
+ * [delete_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
202
+ * [update_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key) - Update Api Key
203
203
 
204
204
  ### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
205
205
 
206
- * [kill_task_v1_tasks_task_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#kill_task_v1_tasks_task_id_delete) - Kill Task
207
- * [get_task_v1_tasks_task_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get_task_v1_tasks_task_id_get) - Get Task Information
206
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#delete) - Kill Task
207
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get) - Get Task Information
208
+ * [list_active](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#list_active) - List Active Tasks
209
+
210
+ ### [taxonomies](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md)
211
+
212
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#get) - Get Taxonomy
213
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#delete) - Delete Taxonomy
214
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#update) - Update Taxonomy
208
215
 
209
216
  ### [taxonomy_entities](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md)
210
217
 
211
- * [create_taxonomy_v1_entities_taxonomies_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create_taxonomy_v1_entities_taxonomies_post) - Create Taxonomy
212
- * [list_taxonomies_v1_entities_taxonomies_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_taxonomies_v1_entities_taxonomies_get) - List Taxonomies
213
- * [get_taxonomy_v1_entities_taxonomies_taxonomy_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_taxonomy_v1_entities_taxonomies_taxonomy_get) - Get Taxonomy
214
- * [delete_taxonomy_v1_entities_taxonomies_taxonomy_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_taxonomy_v1_entities_taxonomies_taxonomy_delete) - Delete Taxonomy
215
- * [update_taxonomy_v1_entities_taxonomies_taxonomy_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_taxonomy_v1_entities_taxonomies_taxonomy_patch) - Update Taxonomy
216
- * [get_taxonomy_node_v1_entities_taxonomies_nodes_node_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_taxonomy_node_v1_entities_taxonomies_nodes_node_get) - Get Taxonomy Node
217
- * [update_node_v1_entities_taxonomies_nodes_node_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node_v1_entities_taxonomies_nodes_node_patch) - Update Node
218
- * [classify_features_v1_entities_taxonomies_taxonomy_classify_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features_v1_entities_taxonomies_taxonomy_classify_post) - Classify Features against Taxonomy
219
- * [list_classifications_v1_entities_taxonomies_taxonomy_classifications_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications_v1_entities_taxonomies_taxonomy_classifications_post) - List Taxonomy Classifications
220
- * [delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_delete) - Delete Classifications
218
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create) - Create Taxonomy
219
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list) - List Taxonomies
220
+ * [get_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_node) - Get Taxonomy Node
221
+ * [update_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node) - Update Node
222
+ * [classify_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features) - Classify Features against Taxonomy
223
+ * [list_classifications](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications) - List Taxonomy Classifications
224
+ * [delete_classification](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classification) - Delete Classifications
225
+
226
+ ### [users](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md)
227
+
228
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#get) - Get User
229
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#delete) - Delete User
230
+ * [create_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#create_api_key) - Create Api Key
221
231
 
222
232
  </details>
223
233
  <!-- End Available Resources and Operations [operations] -->
@@ -278,7 +288,7 @@ By default, an API error will raise a models.APIError exception, which has the f
278
288
  | `.raw_response` | *httpx.Response* | The raw HTTP response |
279
289
  | `.body` | *str* | The response content |
280
290
 
281
- When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_organization_v1_organizations_get_async` method may raise the following exceptions:
291
+ When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_async` method may raise the following exceptions:
282
292
 
283
293
  | Error Type | Status Code | Content Type |
284
294
  | -------------------------- | ------------------ | ---------------- |
@@ -299,7 +309,7 @@ with Mixpeek(
299
309
  res = None
300
310
  try:
301
311
 
302
- res = mixpeek.organizations.get_organization_v1_organizations_get()
312
+ res = mixpeek.organizations.get()
303
313
 
304
314
  # Handle response
305
315
  print(res)
@@ -423,6 +433,32 @@ s = Mixpeek(async_client=CustomClient(httpx.AsyncClient()))
423
433
  ```
424
434
  <!-- End Custom HTTP Client [http-client] -->
425
435
 
436
+ <!-- Start Resource Management [resource-management] -->
437
+ ## Resource Management
438
+
439
+ The `Mixpeek` class implements the context manager protocol and registers a finalizer function to close the underlying sync and async HTTPX clients it uses under the hood. This will close HTTP connections, release memory and free up other resources held by the SDK. In short-lived Python programs and notebooks that make a few SDK method calls, resource management may not be a concern. However, in longer-lived programs, it is beneficial to create a single SDK instance via a [context manager][context-manager] and reuse it across the application.
440
+
441
+ [context-manager]: https://docs.python.org/3/reference/datamodel.html#context-managers
442
+
443
+ ```python
444
+ from mixpeek import Mixpeek
445
+ import os
446
+ def main():
447
+ with Mixpeek(
448
+ token=os.getenv("MIXPEEK_TOKEN", ""),
449
+ ) as mixpeek:
450
+ # Rest of application here...
451
+
452
+
453
+ # Or when using async:
454
+ async def amain():
455
+ async with Mixpeek(
456
+ token=os.getenv("MIXPEEK_TOKEN", ""),
457
+ ) as mixpeek:
458
+ # Rest of application here...
459
+ ```
460
+ <!-- End Resource Management [resource-management] -->
461
+
426
462
  <!-- Start Debugging [debug] -->
427
463
  ## Debugging
428
464
 
@@ -1,17 +1,17 @@
1
1
  [project]
2
2
  name = "mixpeek"
3
- version = "0.17.4"
3
+ version = "0.18.7"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = [{ name = "Speakeasy" },]
6
6
  readme = "README-PYPI.md"
7
7
  requires-python = ">=3.9"
8
8
  dependencies = [
9
- "eval-type-backport (>=0.2.0,<0.3.0)",
10
- "httpx (>=0.28.1,<0.29.0)",
11
- "jsonpath-python (>=1.0.6,<2.0.0)",
12
- "pydantic (>=2.10.3,<2.11.0)",
13
- "python-dateutil (>=2.8.2,<3.0.0)",
14
- "typing-inspect (>=0.9.0,<0.10.0)",
9
+ "eval-type-backport >=0.2.0",
10
+ "httpx >=0.28.1",
11
+ "jsonpath-python >=1.0.6",
12
+ "pydantic >=2.10.3",
13
+ "python-dateutil >=2.8.2",
14
+ "typing-inspect >=0.9.0",
15
15
  ]
16
16
 
17
17
  [tool.poetry]
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "mixpeek"
6
- __version__: str = "0.17.4"
6
+ __version__: str = "0.18.7"
7
7
  __openapi_doc_version__: str = "0.81"
8
- __gen_version__: str = "2.493.19"
9
- __user_agent__: str = "speakeasy-sdk/python 0.17.4 2.493.19 0.81 mixpeek"
8
+ __gen_version__: str = "2.496.0"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.18.7 2.496.0 0.81 mixpeek"
10
10
 
11
11
  try:
12
12
  if __package__ is not None: