deeporigin-data-sdk 0.1.0a62__tar.gz → 0.1.0a64__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 (160) hide show
  1. deeporigin_data_sdk-0.1.0a64/.release-please-manifest.json +3 -0
  2. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/CHANGELOG.md +22 -0
  3. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/CONTRIBUTING.md +1 -2
  4. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/PKG-INFO +2 -5
  5. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/README.md +1 -4
  6. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/pyproject.toml +1 -1
  7. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_base_client.py +6 -0
  8. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_client.py +37 -16
  9. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_models.py +2 -0
  10. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_types.py +2 -0
  11. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_version.py +1 -1
  12. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/api_resources/test_client.py +91 -69
  13. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_client.py +54 -0
  14. deeporigin_data_sdk-0.1.0a62/.release-please-manifest.json +0 -3
  15. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/.gitignore +0 -0
  16. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/LICENSE +0 -0
  17. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/SECURITY.md +0 -0
  18. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/api.md +0 -0
  19. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/bin/check-release-environment +0 -0
  20. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/bin/publish-pypi +0 -0
  21. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/examples/.keep +0 -0
  22. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/mypy.ini +0 -0
  23. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/noxfile.py +0 -0
  24. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/release-please-config.json +0 -0
  25. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/requirements-dev.lock +0 -0
  26. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/requirements.lock +0 -0
  27. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/__init__.py +0 -0
  28. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_compat.py +0 -0
  29. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_constants.py +0 -0
  30. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_exceptions.py +0 -0
  31. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_files.py +0 -0
  32. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_qs.py +0 -0
  33. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_resource.py +0 -0
  34. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_response.py +0 -0
  35. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_streaming.py +0 -0
  36. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/__init__.py +0 -0
  37. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_logs.py +0 -0
  38. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_proxy.py +0 -0
  39. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_reflection.py +0 -0
  40. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_resources_proxy.py +0 -0
  41. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_streams.py +0 -0
  42. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_sync.py +0 -0
  43. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_transform.py +0 -0
  44. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_typing.py +0 -0
  45. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/_utils/_utils.py +0 -0
  46. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/lib/.keep +0 -0
  47. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/py.typed +0 -0
  48. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/resources/__init__.py +0 -0
  49. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/__init__.py +0 -0
  50. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/add_database_column_response.py +0 -0
  51. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/chat_create_thread_response.py +0 -0
  52. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/chat_list_messages_response.py +0 -0
  53. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_add_database_column_params.py +0 -0
  54. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_archive_files_params.py +0 -0
  55. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_chat_create_thread_params.py +0 -0
  56. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_chat_list_messages_params.py +0 -0
  57. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_chat_send_message_params.py +0 -0
  58. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_configure_column_select_options_params.py +0 -0
  59. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_convert_id_format_params.py +0 -0
  60. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_create_database_params.py +0 -0
  61. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_create_file_download_url_params.py +0 -0
  62. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_create_file_upload_params.py +0 -0
  63. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_create_workspace_params.py +0 -0
  64. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_delete_database_column_params.py +0 -0
  65. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_delete_database_params.py +0 -0
  66. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_delete_rows_params.py +0 -0
  67. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_delete_workspace_params.py +0 -0
  68. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_describe_code_execution_params.py +0 -0
  69. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_describe_database_params.py +0 -0
  70. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_describe_database_row_params.py +0 -0
  71. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_describe_database_stats_params.py +0 -0
  72. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_describe_file_params.py +0 -0
  73. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_describe_hierarchy_params.py +0 -0
  74. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_describe_row_params.py +0 -0
  75. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_describe_workspace_params.py +0 -0
  76. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_download_file_params.py +0 -0
  77. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_ensure_rows_params.py +0 -0
  78. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_execute_code_async_params.py +0 -0
  79. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_execute_code_sync_params.py +0 -0
  80. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_export_database_params.py +0 -0
  81. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_get_code_execution_result_params.py +0 -0
  82. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_import_rows_params.py +0 -0
  83. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_list_database_column_unique_values_v2_params.py +0 -0
  84. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_list_database_rows_params.py +0 -0
  85. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_list_files_params.py +0 -0
  86. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_list_mentions_params.py +0 -0
  87. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_list_row_back_references_params.py +0 -0
  88. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_list_rows_params.py +0 -0
  89. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_lock_database_params.py +0 -0
  90. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_parse_base_sequence_data_params.py +0 -0
  91. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_resolve_ids_params.py +0 -0
  92. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_unlock_database_params.py +0 -0
  93. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_update_database_column_params.py +0 -0
  94. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_update_database_params.py +0 -0
  95. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/client_update_workspace_params.py +0 -0
  96. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/configure_column_select_options_response.py +0 -0
  97. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/convert_id_format_response.py +0 -0
  98. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/create_database_response.py +0 -0
  99. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/create_file_download_url_response.py +0 -0
  100. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/create_file_upload_response.py +0 -0
  101. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/create_workspace_response.py +0 -0
  102. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/delete_database_column_response.py +0 -0
  103. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/delete_database_response.py +0 -0
  104. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/delete_rows_response.py +0 -0
  105. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/delete_workspace_response.py +0 -0
  106. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/describe_code_execution_response.py +0 -0
  107. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/describe_database_response.py +0 -0
  108. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/describe_database_row_response.py +0 -0
  109. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/describe_database_stats_response.py +0 -0
  110. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/describe_file_response.py +0 -0
  111. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/describe_hierarchy_response.py +0 -0
  112. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/describe_workspace_response.py +0 -0
  113. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/ensure_rows_response.py +0 -0
  114. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/execute_code_async_response.py +0 -0
  115. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/execute_code_sync_response.py +0 -0
  116. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/import_rows_response.py +0 -0
  117. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/list_database_column_unique_values_v2_response.py +0 -0
  118. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/list_database_rows_response.py +0 -0
  119. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/list_files_response.py +0 -0
  120. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/list_mentions_response.py +0 -0
  121. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/list_row_back_references_response.py +0 -0
  122. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/list_rows_response.py +0 -0
  123. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/lock_database_response.py +0 -0
  124. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/parse_base_sequence_data_response.py +0 -0
  125. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/resolve_ids_response.py +0 -0
  126. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/__init__.py +0 -0
  127. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/add_column_base.py +0 -0
  128. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/add_column_union.py +0 -0
  129. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/condition.py +0 -0
  130. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/database.py +0 -0
  131. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/database_row.py +0 -0
  132. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/describe_row_response.py +0 -0
  133. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/file.py +0 -0
  134. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/row_filter_join.py +0 -0
  135. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared/workspace.py +0 -0
  136. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared_params/__init__.py +0 -0
  137. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared_params/add_column_base.py +0 -0
  138. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared_params/add_column_union.py +0 -0
  139. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared_params/condition.py +0 -0
  140. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/shared_params/row_filter_join.py +0 -0
  141. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/unlock_database_response.py +0 -0
  142. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/update_database_column_response.py +0 -0
  143. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/update_database_response.py +0 -0
  144. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/src/deeporigin_data/types/update_workspace_response.py +0 -0
  145. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/__init__.py +0 -0
  146. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/api_resources/__init__.py +0 -0
  147. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/conftest.py +0 -0
  148. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/sample_file.txt +0 -0
  149. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_deepcopy.py +0 -0
  150. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_extract_files.py +0 -0
  151. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_files.py +0 -0
  152. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_models.py +0 -0
  153. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_qs.py +0 -0
  154. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_required_args.py +0 -0
  155. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_response.py +0 -0
  156. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_streaming.py +0 -0
  157. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_transform.py +0 -0
  158. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_utils/test_proxy.py +0 -0
  159. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/test_utils/test_typing.py +0 -0
  160. {deeporigin_data_sdk-0.1.0a62 → deeporigin_data_sdk-0.1.0a64}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.0-alpha.64"
3
+ }
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.64 (2025-06-03)
4
+
5
+ Full Changelog: [v0.1.0-alpha.63...v0.1.0-alpha.64](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.63...v0.1.0-alpha.64)
6
+
7
+ ### Features
8
+
9
+ * **client:** add follow_redirects request option ([5b867a2](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/5b867a25b0f82294d876aec0351e9605523be1b1))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **docs:** remove reference to rye shell ([600e9ae](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/600e9aee98081137b5d77b962a5d2065668c681c))
15
+ * **docs:** remove unnecessary param examples ([4d9c552](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/4d9c5525cf4f4d759dc2e42f2874063bb20522bc))
16
+
17
+ ## 0.1.0-alpha.63 (2025-05-29)
18
+
19
+ Full Changelog: [v0.1.0-alpha.62...v0.1.0-alpha.63](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.62...v0.1.0-alpha.63)
20
+
21
+ ### Chores
22
+
23
+ * **api:** mark some methods as deprecated ([441d085](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/441d08563664571157bd3f4808aff4cb5f0e6dd9))
24
+
3
25
  ## 0.1.0-alpha.62 (2025-05-28)
4
26
 
5
27
  Full Changelog: [v0.1.0-alpha.61...v0.1.0-alpha.62](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.61...v0.1.0-alpha.62)
@@ -17,8 +17,7 @@ $ rye sync --all-features
17
17
  You can then run scripts using `rye run python script.py` or by activating the virtual environment:
18
18
 
19
19
  ```sh
20
- $ rye shell
21
- # or manually activate - https://docs.python.org/3/library/venv.html#how-venvs-work
20
+ # Activate the virtual environment - https://docs.python.org/3/library/venv.html#how-venvs-work
22
21
  $ source .venv/bin/activate
23
22
 
24
23
  # now you can omit the `rye run` prefix
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: deeporigin_data_sdk
3
- Version: 0.1.0a62
3
+ Version: 0.1.0a64
4
4
  Summary: The official Python library for the deeporigin_data API
5
5
  Project-URL: Homepage, https://github.com/deeporiginbio/deeporigin-data-sdk
6
6
  Project-URL: Repository, https://github.com/deeporiginbio/deeporigin-data-sdk
@@ -123,10 +123,7 @@ client = DeeporiginData(
123
123
 
124
124
  describe_row_response = client.describe_row(
125
125
  row_id="rowId",
126
- column_selection={
127
- "exclude": ["string"],
128
- "include": ["string"],
129
- },
126
+ column_selection={},
130
127
  )
131
128
  print(describe_row_response.column_selection)
132
129
  ```
@@ -92,10 +92,7 @@ client = DeeporiginData(
92
92
 
93
93
  describe_row_response = client.describe_row(
94
94
  row_id="rowId",
95
- column_selection={
96
- "exclude": ["string"],
97
- "include": ["string"],
98
- },
95
+ column_selection={},
99
96
  )
100
97
  print(describe_row_response.column_selection)
101
98
  ```
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "deeporigin_data_sdk"
3
- version = "0.1.0-alpha.62"
3
+ version = "0.1.0-alpha.64"
4
4
  description = "The official Python library for the deeporigin_data API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -960,6 +960,9 @@ class SyncAPIClient(BaseClient[httpx.Client, Stream[Any]]):
960
960
  if self.custom_auth is not None:
961
961
  kwargs["auth"] = self.custom_auth
962
962
 
963
+ if options.follow_redirects is not None:
964
+ kwargs["follow_redirects"] = options.follow_redirects
965
+
963
966
  log.debug("Sending HTTP Request: %s %s", request.method, request.url)
964
967
 
965
968
  response = None
@@ -1460,6 +1463,9 @@ class AsyncAPIClient(BaseClient[httpx.AsyncClient, AsyncStream[Any]]):
1460
1463
  if self.custom_auth is not None:
1461
1464
  kwargs["auth"] = self.custom_auth
1462
1465
 
1466
+ if options.follow_redirects is not None:
1467
+ kwargs["follow_redirects"] = options.follow_redirects
1468
+
1463
1469
  log.debug("Sending HTTP Request: %s %s", request.method, request.url)
1464
1470
 
1465
1471
  response = None
@@ -3,6 +3,7 @@
3
3
  from __future__ import annotations
4
4
 
5
5
  import os
6
+ import typing_extensions
6
7
  from typing import Any, List, Union, Mapping, Iterable
7
8
  from typing_extensions import Self, Literal, override
8
9
 
@@ -516,6 +517,7 @@ class DeeporiginData(SyncAPIClient):
516
517
  cast_to=ConfigureColumnSelectOptionsResponse,
517
518
  )
518
519
 
520
+ @typing_extensions.deprecated("deprecated")
519
521
  def convert_id_format(
520
522
  self,
521
523
  *,
@@ -1074,6 +1076,7 @@ class DeeporiginData(SyncAPIClient):
1074
1076
  cast_to=DescribeHierarchyResponse,
1075
1077
  )
1076
1078
 
1079
+ @typing_extensions.deprecated("deprecated")
1077
1080
  def describe_row(
1078
1081
  self,
1079
1082
  *,
@@ -2338,6 +2341,7 @@ class AsyncDeeporiginData(AsyncAPIClient):
2338
2341
  cast_to=ConfigureColumnSelectOptionsResponse,
2339
2342
  )
2340
2343
 
2344
+ @typing_extensions.deprecated("deprecated")
2341
2345
  async def convert_id_format(
2342
2346
  self,
2343
2347
  *,
@@ -2904,6 +2908,7 @@ class AsyncDeeporiginData(AsyncAPIClient):
2904
2908
  cast_to=DescribeHierarchyResponse,
2905
2909
  )
2906
2910
 
2911
+ @typing_extensions.deprecated("deprecated")
2907
2912
  async def describe_row(
2908
2913
  self,
2909
2914
  *,
@@ -3822,8 +3827,10 @@ class DeeporiginDataWithRawResponse:
3822
3827
  self.configure_column_select_options = to_raw_response_wrapper(
3823
3828
  client.configure_column_select_options,
3824
3829
  )
3825
- self.convert_id_format = to_raw_response_wrapper(
3826
- client.convert_id_format,
3830
+ self.convert_id_format = ( # pyright: ignore[reportDeprecated]
3831
+ to_raw_response_wrapper(
3832
+ client.convert_id_format # pyright: ignore[reportDeprecated],
3833
+ )
3827
3834
  )
3828
3835
  self.create_database = to_raw_response_wrapper(
3829
3836
  client.create_database,
@@ -3867,8 +3874,10 @@ class DeeporiginDataWithRawResponse:
3867
3874
  self.describe_hierarchy = to_raw_response_wrapper(
3868
3875
  client.describe_hierarchy,
3869
3876
  )
3870
- self.describe_row = to_raw_response_wrapper(
3871
- client.describe_row,
3877
+ self.describe_row = ( # pyright: ignore[reportDeprecated]
3878
+ to_raw_response_wrapper(
3879
+ client.describe_row # pyright: ignore[reportDeprecated],
3880
+ )
3872
3881
  )
3873
3882
  self.describe_workspace = to_raw_response_wrapper(
3874
3883
  client.describe_workspace,
@@ -3956,8 +3965,10 @@ class AsyncDeeporiginDataWithRawResponse:
3956
3965
  self.configure_column_select_options = async_to_raw_response_wrapper(
3957
3966
  client.configure_column_select_options,
3958
3967
  )
3959
- self.convert_id_format = async_to_raw_response_wrapper(
3960
- client.convert_id_format,
3968
+ self.convert_id_format = ( # pyright: ignore[reportDeprecated]
3969
+ async_to_raw_response_wrapper(
3970
+ client.convert_id_format # pyright: ignore[reportDeprecated],
3971
+ )
3961
3972
  )
3962
3973
  self.create_database = async_to_raw_response_wrapper(
3963
3974
  client.create_database,
@@ -4001,8 +4012,10 @@ class AsyncDeeporiginDataWithRawResponse:
4001
4012
  self.describe_hierarchy = async_to_raw_response_wrapper(
4002
4013
  client.describe_hierarchy,
4003
4014
  )
4004
- self.describe_row = async_to_raw_response_wrapper(
4005
- client.describe_row,
4015
+ self.describe_row = ( # pyright: ignore[reportDeprecated]
4016
+ async_to_raw_response_wrapper(
4017
+ client.describe_row # pyright: ignore[reportDeprecated],
4018
+ )
4006
4019
  )
4007
4020
  self.describe_workspace = async_to_raw_response_wrapper(
4008
4021
  client.describe_workspace,
@@ -4090,8 +4103,10 @@ class DeeporiginDataWithStreamedResponse:
4090
4103
  self.configure_column_select_options = to_streamed_response_wrapper(
4091
4104
  client.configure_column_select_options,
4092
4105
  )
4093
- self.convert_id_format = to_streamed_response_wrapper(
4094
- client.convert_id_format,
4106
+ self.convert_id_format = ( # pyright: ignore[reportDeprecated]
4107
+ to_streamed_response_wrapper(
4108
+ client.convert_id_format # pyright: ignore[reportDeprecated],
4109
+ )
4095
4110
  )
4096
4111
  self.create_database = to_streamed_response_wrapper(
4097
4112
  client.create_database,
@@ -4135,8 +4150,10 @@ class DeeporiginDataWithStreamedResponse:
4135
4150
  self.describe_hierarchy = to_streamed_response_wrapper(
4136
4151
  client.describe_hierarchy,
4137
4152
  )
4138
- self.describe_row = to_streamed_response_wrapper(
4139
- client.describe_row,
4153
+ self.describe_row = ( # pyright: ignore[reportDeprecated]
4154
+ to_streamed_response_wrapper(
4155
+ client.describe_row # pyright: ignore[reportDeprecated],
4156
+ )
4140
4157
  )
4141
4158
  self.describe_workspace = to_streamed_response_wrapper(
4142
4159
  client.describe_workspace,
@@ -4224,8 +4241,10 @@ class AsyncDeeporiginDataWithStreamedResponse:
4224
4241
  self.configure_column_select_options = async_to_streamed_response_wrapper(
4225
4242
  client.configure_column_select_options,
4226
4243
  )
4227
- self.convert_id_format = async_to_streamed_response_wrapper(
4228
- client.convert_id_format,
4244
+ self.convert_id_format = ( # pyright: ignore[reportDeprecated]
4245
+ async_to_streamed_response_wrapper(
4246
+ client.convert_id_format # pyright: ignore[reportDeprecated],
4247
+ )
4229
4248
  )
4230
4249
  self.create_database = async_to_streamed_response_wrapper(
4231
4250
  client.create_database,
@@ -4269,8 +4288,10 @@ class AsyncDeeporiginDataWithStreamedResponse:
4269
4288
  self.describe_hierarchy = async_to_streamed_response_wrapper(
4270
4289
  client.describe_hierarchy,
4271
4290
  )
4272
- self.describe_row = async_to_streamed_response_wrapper(
4273
- client.describe_row,
4291
+ self.describe_row = ( # pyright: ignore[reportDeprecated]
4292
+ async_to_streamed_response_wrapper(
4293
+ client.describe_row # pyright: ignore[reportDeprecated],
4294
+ )
4274
4295
  )
4275
4296
  self.describe_workspace = async_to_streamed_response_wrapper(
4276
4297
  client.describe_workspace,
@@ -737,6 +737,7 @@ class FinalRequestOptionsInput(TypedDict, total=False):
737
737
  idempotency_key: str
738
738
  json_data: Body
739
739
  extra_json: AnyMapping
740
+ follow_redirects: bool
740
741
 
741
742
 
742
743
  @final
@@ -750,6 +751,7 @@ class FinalRequestOptions(pydantic.BaseModel):
750
751
  files: Union[HttpxRequestFiles, None] = None
751
752
  idempotency_key: Union[str, None] = None
752
753
  post_parser: Union[Callable[[Any], Any], NotGiven] = NotGiven()
754
+ follow_redirects: Union[bool, None] = None
753
755
 
754
756
  # It should be noted that we cannot use `json` here as that would override
755
757
  # a BaseModel method in an incompatible fashion.
@@ -100,6 +100,7 @@ class RequestOptions(TypedDict, total=False):
100
100
  params: Query
101
101
  extra_json: AnyMapping
102
102
  idempotency_key: str
103
+ follow_redirects: bool
103
104
 
104
105
 
105
106
  # Sentinel class used until PEP 0661 is accepted
@@ -215,3 +216,4 @@ class _GenericAlias(Protocol):
215
216
 
216
217
  class HttpxSendArgs(TypedDict, total=False):
217
218
  auth: httpx.Auth
219
+ follow_redirects: bool
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "deeporigin_data"
4
- __version__ = "0.1.0-alpha.62" # x-release-please-version
4
+ __version__ = "0.1.0-alpha.64" # x-release-please-version
@@ -58,6 +58,8 @@ from deeporigin_data._response import (
58
58
  )
59
59
  from deeporigin_data.types.shared import DescribeRowResponse
60
60
 
61
+ # pyright: reportDeprecated=false
62
+
61
63
  base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
62
64
 
63
65
 
@@ -364,16 +366,19 @@ class TestClient:
364
366
 
365
367
  @parametrize
366
368
  def test_method_convert_id_format(self, client: DeeporiginData) -> None:
367
- client_ = client.convert_id_format(
368
- conversions=[{"id": "id"}],
369
- )
369
+ with pytest.warns(DeprecationWarning):
370
+ client_ = client.convert_id_format(
371
+ conversions=[{"id": "id"}],
372
+ )
373
+
370
374
  assert_matches_type(ConvertIDFormatResponse, client_, path=["response"])
371
375
 
372
376
  @parametrize
373
377
  def test_raw_response_convert_id_format(self, client: DeeporiginData) -> None:
374
- response = client.with_raw_response.convert_id_format(
375
- conversions=[{"id": "id"}],
376
- )
378
+ with pytest.warns(DeprecationWarning):
379
+ response = client.with_raw_response.convert_id_format(
380
+ conversions=[{"id": "id"}],
381
+ )
377
382
 
378
383
  assert response.is_closed is True
379
384
  assert response.http_request.headers.get("X-Stainless-Lang") == "python"
@@ -382,14 +387,15 @@ class TestClient:
382
387
 
383
388
  @parametrize
384
389
  def test_streaming_response_convert_id_format(self, client: DeeporiginData) -> None:
385
- with client.with_streaming_response.convert_id_format(
386
- conversions=[{"id": "id"}],
387
- ) as response:
388
- assert not response.is_closed
389
- assert response.http_request.headers.get("X-Stainless-Lang") == "python"
390
+ with pytest.warns(DeprecationWarning):
391
+ with client.with_streaming_response.convert_id_format(
392
+ conversions=[{"id": "id"}],
393
+ ) as response:
394
+ assert not response.is_closed
395
+ assert response.http_request.headers.get("X-Stainless-Lang") == "python"
390
396
 
391
- client_ = response.parse()
392
- assert_matches_type(ConvertIDFormatResponse, client_, path=["response"])
397
+ client_ = response.parse()
398
+ assert_matches_type(ConvertIDFormatResponse, client_, path=["response"])
393
399
 
394
400
  assert cast(Any, response.is_closed) is True
395
401
 
@@ -937,28 +943,33 @@ class TestClient:
937
943
 
938
944
  @parametrize
939
945
  def test_method_describe_row(self, client: DeeporiginData) -> None:
940
- client_ = client.describe_row(
941
- row_id="rowId",
942
- )
946
+ with pytest.warns(DeprecationWarning):
947
+ client_ = client.describe_row(
948
+ row_id="rowId",
949
+ )
950
+
943
951
  assert_matches_type(DescribeRowResponse, client_, path=["response"])
944
952
 
945
953
  @parametrize
946
954
  def test_method_describe_row_with_all_params(self, client: DeeporiginData) -> None:
947
- client_ = client.describe_row(
948
- row_id="rowId",
949
- column_selection={
950
- "exclude": ["string"],
951
- "include": ["string"],
952
- },
953
- fields=True,
954
- )
955
+ with pytest.warns(DeprecationWarning):
956
+ client_ = client.describe_row(
957
+ row_id="rowId",
958
+ column_selection={
959
+ "exclude": ["string"],
960
+ "include": ["string"],
961
+ },
962
+ fields=True,
963
+ )
964
+
955
965
  assert_matches_type(DescribeRowResponse, client_, path=["response"])
956
966
 
957
967
  @parametrize
958
968
  def test_raw_response_describe_row(self, client: DeeporiginData) -> None:
959
- response = client.with_raw_response.describe_row(
960
- row_id="rowId",
961
- )
969
+ with pytest.warns(DeprecationWarning):
970
+ response = client.with_raw_response.describe_row(
971
+ row_id="rowId",
972
+ )
962
973
 
963
974
  assert response.is_closed is True
964
975
  assert response.http_request.headers.get("X-Stainless-Lang") == "python"
@@ -967,14 +978,15 @@ class TestClient:
967
978
 
968
979
  @parametrize
969
980
  def test_streaming_response_describe_row(self, client: DeeporiginData) -> None:
970
- with client.with_streaming_response.describe_row(
971
- row_id="rowId",
972
- ) as response:
973
- assert not response.is_closed
974
- assert response.http_request.headers.get("X-Stainless-Lang") == "python"
981
+ with pytest.warns(DeprecationWarning):
982
+ with client.with_streaming_response.describe_row(
983
+ row_id="rowId",
984
+ ) as response:
985
+ assert not response.is_closed
986
+ assert response.http_request.headers.get("X-Stainless-Lang") == "python"
975
987
 
976
- client_ = response.parse()
977
- assert_matches_type(DescribeRowResponse, client_, path=["response"])
988
+ client_ = response.parse()
989
+ assert_matches_type(DescribeRowResponse, client_, path=["response"])
978
990
 
979
991
  assert cast(Any, response.is_closed) is True
980
992
 
@@ -2154,16 +2166,19 @@ class TestAsyncClient:
2154
2166
 
2155
2167
  @parametrize
2156
2168
  async def test_method_convert_id_format(self, async_client: AsyncDeeporiginData) -> None:
2157
- client = await async_client.convert_id_format(
2158
- conversions=[{"id": "id"}],
2159
- )
2169
+ with pytest.warns(DeprecationWarning):
2170
+ client = await async_client.convert_id_format(
2171
+ conversions=[{"id": "id"}],
2172
+ )
2173
+
2160
2174
  assert_matches_type(ConvertIDFormatResponse, client, path=["response"])
2161
2175
 
2162
2176
  @parametrize
2163
2177
  async def test_raw_response_convert_id_format(self, async_client: AsyncDeeporiginData) -> None:
2164
- response = await async_client.with_raw_response.convert_id_format(
2165
- conversions=[{"id": "id"}],
2166
- )
2178
+ with pytest.warns(DeprecationWarning):
2179
+ response = await async_client.with_raw_response.convert_id_format(
2180
+ conversions=[{"id": "id"}],
2181
+ )
2167
2182
 
2168
2183
  assert response.is_closed is True
2169
2184
  assert response.http_request.headers.get("X-Stainless-Lang") == "python"
@@ -2172,14 +2187,15 @@ class TestAsyncClient:
2172
2187
 
2173
2188
  @parametrize
2174
2189
  async def test_streaming_response_convert_id_format(self, async_client: AsyncDeeporiginData) -> None:
2175
- async with async_client.with_streaming_response.convert_id_format(
2176
- conversions=[{"id": "id"}],
2177
- ) as response:
2178
- assert not response.is_closed
2179
- assert response.http_request.headers.get("X-Stainless-Lang") == "python"
2190
+ with pytest.warns(DeprecationWarning):
2191
+ async with async_client.with_streaming_response.convert_id_format(
2192
+ conversions=[{"id": "id"}],
2193
+ ) as response:
2194
+ assert not response.is_closed
2195
+ assert response.http_request.headers.get("X-Stainless-Lang") == "python"
2180
2196
 
2181
- client = await response.parse()
2182
- assert_matches_type(ConvertIDFormatResponse, client, path=["response"])
2197
+ client = await response.parse()
2198
+ assert_matches_type(ConvertIDFormatResponse, client, path=["response"])
2183
2199
 
2184
2200
  assert cast(Any, response.is_closed) is True
2185
2201
 
@@ -2727,28 +2743,33 @@ class TestAsyncClient:
2727
2743
 
2728
2744
  @parametrize
2729
2745
  async def test_method_describe_row(self, async_client: AsyncDeeporiginData) -> None:
2730
- client = await async_client.describe_row(
2731
- row_id="rowId",
2732
- )
2746
+ with pytest.warns(DeprecationWarning):
2747
+ client = await async_client.describe_row(
2748
+ row_id="rowId",
2749
+ )
2750
+
2733
2751
  assert_matches_type(DescribeRowResponse, client, path=["response"])
2734
2752
 
2735
2753
  @parametrize
2736
2754
  async def test_method_describe_row_with_all_params(self, async_client: AsyncDeeporiginData) -> None:
2737
- client = await async_client.describe_row(
2738
- row_id="rowId",
2739
- column_selection={
2740
- "exclude": ["string"],
2741
- "include": ["string"],
2742
- },
2743
- fields=True,
2744
- )
2755
+ with pytest.warns(DeprecationWarning):
2756
+ client = await async_client.describe_row(
2757
+ row_id="rowId",
2758
+ column_selection={
2759
+ "exclude": ["string"],
2760
+ "include": ["string"],
2761
+ },
2762
+ fields=True,
2763
+ )
2764
+
2745
2765
  assert_matches_type(DescribeRowResponse, client, path=["response"])
2746
2766
 
2747
2767
  @parametrize
2748
2768
  async def test_raw_response_describe_row(self, async_client: AsyncDeeporiginData) -> None:
2749
- response = await async_client.with_raw_response.describe_row(
2750
- row_id="rowId",
2751
- )
2769
+ with pytest.warns(DeprecationWarning):
2770
+ response = await async_client.with_raw_response.describe_row(
2771
+ row_id="rowId",
2772
+ )
2752
2773
 
2753
2774
  assert response.is_closed is True
2754
2775
  assert response.http_request.headers.get("X-Stainless-Lang") == "python"
@@ -2757,14 +2778,15 @@ class TestAsyncClient:
2757
2778
 
2758
2779
  @parametrize
2759
2780
  async def test_streaming_response_describe_row(self, async_client: AsyncDeeporiginData) -> None:
2760
- async with async_client.with_streaming_response.describe_row(
2761
- row_id="rowId",
2762
- ) as response:
2763
- assert not response.is_closed
2764
- assert response.http_request.headers.get("X-Stainless-Lang") == "python"
2765
-
2766
- client = await response.parse()
2767
- assert_matches_type(DescribeRowResponse, client, path=["response"])
2781
+ with pytest.warns(DeprecationWarning):
2782
+ async with async_client.with_streaming_response.describe_row(
2783
+ row_id="rowId",
2784
+ ) as response:
2785
+ assert not response.is_closed
2786
+ assert response.http_request.headers.get("X-Stainless-Lang") == "python"
2787
+
2788
+ client = await response.parse()
2789
+ assert_matches_type(DescribeRowResponse, client, path=["response"])
2768
2790
 
2769
2791
  assert cast(Any, response.is_closed) is True
2770
2792
 
@@ -871,6 +871,33 @@ class TestDeeporiginData:
871
871
 
872
872
  assert response.http_request.headers.get("x-stainless-retry-count") == "42"
873
873
 
874
+ @pytest.mark.respx(base_url=base_url)
875
+ def test_follow_redirects(self, respx_mock: MockRouter) -> None:
876
+ # Test that the default follow_redirects=True allows following redirects
877
+ respx_mock.post("/redirect").mock(
878
+ return_value=httpx.Response(302, headers={"Location": f"{base_url}/redirected"})
879
+ )
880
+ respx_mock.get("/redirected").mock(return_value=httpx.Response(200, json={"status": "ok"}))
881
+
882
+ response = self.client.post("/redirect", body={"key": "value"}, cast_to=httpx.Response)
883
+ assert response.status_code == 200
884
+ assert response.json() == {"status": "ok"}
885
+
886
+ @pytest.mark.respx(base_url=base_url)
887
+ def test_follow_redirects_disabled(self, respx_mock: MockRouter) -> None:
888
+ # Test that follow_redirects=False prevents following redirects
889
+ respx_mock.post("/redirect").mock(
890
+ return_value=httpx.Response(302, headers={"Location": f"{base_url}/redirected"})
891
+ )
892
+
893
+ with pytest.raises(APIStatusError) as exc_info:
894
+ self.client.post(
895
+ "/redirect", body={"key": "value"}, options={"follow_redirects": False}, cast_to=httpx.Response
896
+ )
897
+
898
+ assert exc_info.value.response.status_code == 302
899
+ assert exc_info.value.response.headers["Location"] == f"{base_url}/redirected"
900
+
874
901
 
875
902
  class TestAsyncDeeporiginData:
876
903
  client = AsyncDeeporiginData(base_url=base_url, token=token, org_id=org_id, _strict_response_validation=True)
@@ -1740,3 +1767,30 @@ class TestAsyncDeeporiginData:
1740
1767
  raise AssertionError("calling get_platform using asyncify resulted in a hung process")
1741
1768
 
1742
1769
  time.sleep(0.1)
1770
+
1771
+ @pytest.mark.respx(base_url=base_url)
1772
+ async def test_follow_redirects(self, respx_mock: MockRouter) -> None:
1773
+ # Test that the default follow_redirects=True allows following redirects
1774
+ respx_mock.post("/redirect").mock(
1775
+ return_value=httpx.Response(302, headers={"Location": f"{base_url}/redirected"})
1776
+ )
1777
+ respx_mock.get("/redirected").mock(return_value=httpx.Response(200, json={"status": "ok"}))
1778
+
1779
+ response = await self.client.post("/redirect", body={"key": "value"}, cast_to=httpx.Response)
1780
+ assert response.status_code == 200
1781
+ assert response.json() == {"status": "ok"}
1782
+
1783
+ @pytest.mark.respx(base_url=base_url)
1784
+ async def test_follow_redirects_disabled(self, respx_mock: MockRouter) -> None:
1785
+ # Test that follow_redirects=False prevents following redirects
1786
+ respx_mock.post("/redirect").mock(
1787
+ return_value=httpx.Response(302, headers={"Location": f"{base_url}/redirected"})
1788
+ )
1789
+
1790
+ with pytest.raises(APIStatusError) as exc_info:
1791
+ await self.client.post(
1792
+ "/redirect", body={"key": "value"}, options={"follow_redirects": False}, cast_to=httpx.Response
1793
+ )
1794
+
1795
+ assert exc_info.value.response.status_code == 302
1796
+ assert exc_info.value.response.headers["Location"] == f"{base_url}/redirected"
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.1.0-alpha.62"
3
- }