mage-ai 0.9.73__py3-none-any.whl → 0.9.74__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. mage_ai/ai/constants.py +2 -2
  2. mage_ai/ai/llm_pipeline_wizard.py +5 -3
  3. mage_ai/ai/openai_client.py +11 -0
  4. mage_ai/api/constants.py +4 -5
  5. mage_ai/api/oauth_scope.py +2 -2
  6. mage_ai/api/operations/constants.py +2 -2
  7. mage_ai/api/presenters/SyncPresenter.py +4 -1
  8. mage_ai/authentication/oauth/constants.py +2 -2
  9. mage_ai/authentication/operation_history/constants.py +2 -2
  10. mage_ai/authentication/permissions/constants.py +5 -6
  11. mage_ai/cache/constants.py +2 -2
  12. mage_ai/cache/dbt/constants.py +2 -3
  13. mage_ai/cluster_manager/constants.py +2 -2
  14. mage_ai/cluster_manager/kubernetes/workload_manager.py +3 -2
  15. mage_ai/command_center/constants.py +13 -13
  16. mage_ai/data_cleaner/column_types/constants.py +2 -2
  17. mage_ai/data_cleaner/transformer_actions/column.py +19 -7
  18. mage_ai/data_cleaner/transformer_actions/constants.py +10 -9
  19. mage_ai/data_integrations/sources/constants.py +2 -0
  20. mage_ai/data_preparation/git/utils.py +4 -1
  21. mage_ai/data_preparation/logging/__init__.py +2 -2
  22. mage_ai/data_preparation/logging/logger.py +3 -3
  23. mage_ai/data_preparation/models/block/__init__.py +9 -3
  24. mage_ai/data_preparation/models/block/data_integration/constants.py +2 -2
  25. mage_ai/data_preparation/models/block/dbt/constants.py +3 -3
  26. mage_ai/data_preparation/models/block/dynamic/factory.py +40 -3
  27. mage_ai/data_preparation/models/block/dynamic/utils.py +31 -33
  28. mage_ai/data_preparation/models/block/dynamic/variables.py +1 -1
  29. mage_ai/data_preparation/models/block/settings/dynamic/constants.py +3 -3
  30. mage_ai/data_preparation/models/block/settings/dynamic/mixins.py +63 -4
  31. mage_ai/data_preparation/models/block/settings/global_data_products/models.py +2 -2
  32. mage_ai/data_preparation/models/constants.py +10 -10
  33. mage_ai/data_preparation/models/global_hooks/constants.py +7 -8
  34. mage_ai/data_preparation/models/global_hooks/models.py +5 -5
  35. mage_ai/data_preparation/models/project/constants.py +2 -2
  36. mage_ai/data_preparation/models/triggers/__init__.py +6 -4
  37. mage_ai/data_preparation/models/variables/constants.py +5 -5
  38. mage_ai/data_preparation/models/widget/constants.py +5 -5
  39. mage_ai/data_preparation/preferences.py +9 -16
  40. mage_ai/data_preparation/repo_manager.py +2 -2
  41. mage_ai/data_preparation/sync/__init__.py +2 -2
  42. mage_ai/data_preparation/templates/data_exporters/streaming/generic_python.py +1 -1
  43. mage_ai/data_preparation/templates/data_loaders/streaming/nats.yaml +3 -0
  44. mage_ai/errors/constants.py +2 -2
  45. mage_ai/io/base.py +28 -15
  46. mage_ai/io/config.py +3 -3
  47. mage_ai/io/export_utils.py +2 -2
  48. mage_ai/io/google_cloud_storage.py +3 -2
  49. mage_ai/io/io_config.py +3 -2
  50. mage_ai/io/postgres.py +2 -1
  51. mage_ai/kernels/magic/constants.py +4 -4
  52. mage_ai/orchestration/constants.py +2 -2
  53. mage_ai/orchestration/db/constants.py +2 -2
  54. mage_ai/orchestration/db/models/oauth.py +5 -5
  55. mage_ai/orchestration/db/models/schedules.py +28 -8
  56. mage_ai/orchestration/db/models/schedules_project_platform.py +10 -8
  57. mage_ai/orchestration/job_manager.py +2 -2
  58. mage_ai/orchestration/monitor/monitor_stats.py +2 -2
  59. mage_ai/orchestration/notification/config.py +2 -2
  60. mage_ai/orchestration/pipeline_scheduler_original.py +4 -12
  61. mage_ai/orchestration/queue/config.py +2 -2
  62. mage_ai/orchestration/queue/process_queue.py +3 -3
  63. mage_ai/presenters/charts/data_sources/constants.py +2 -2
  64. mage_ai/presenters/interactions/constants.py +4 -4
  65. mage_ai/presenters/pages/models/constants.py +4 -4
  66. mage_ai/server/constants.py +1 -1
  67. mage_ai/server/frontend_dist/404.html +2 -2
  68. mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-663c909dcda4c23a.js → _app-5bdff745074fb350.js} +2 -2
  69. mage_ai/server/frontend_dist/_next/static/chunks/{webpack-43534cc51fce8644.js → webpack-b9a067f3bd0a3a05.js} +1 -1
  70. mage_ai/server/frontend_dist/block-layout.html +2 -2
  71. mage_ai/server/frontend_dist/compute.html +2 -2
  72. mage_ai/server/frontend_dist/files.html +2 -2
  73. mage_ai/server/frontend_dist/global-data-products/[...slug].html +2 -2
  74. mage_ai/server/frontend_dist/global-data-products.html +2 -2
  75. mage_ai/server/frontend_dist/global-hooks/[...slug].html +2 -2
  76. mage_ai/server/frontend_dist/global-hooks.html +2 -2
  77. mage_ai/server/frontend_dist/index.html +2 -2
  78. mage_ai/server/frontend_dist/manage/files.html +2 -2
  79. mage_ai/server/frontend_dist/manage/overview.html +2 -2
  80. mage_ai/server/frontend_dist/manage/pipeline-runs.html +2 -2
  81. mage_ai/server/frontend_dist/manage/settings.html +2 -2
  82. mage_ai/server/frontend_dist/manage/users/[user].html +2 -2
  83. mage_ai/server/frontend_dist/manage/users/new.html +2 -2
  84. mage_ai/server/frontend_dist/manage/users.html +2 -2
  85. mage_ai/server/frontend_dist/manage.html +2 -2
  86. mage_ai/server/frontend_dist/oauth.html +3 -3
  87. mage_ai/server/frontend_dist/overview.html +2 -2
  88. mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
  89. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
  90. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
  91. mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html +2 -2
  92. mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
  93. mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
  94. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
  95. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
  96. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
  97. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
  98. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
  99. mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +2 -2
  100. mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
  101. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
  102. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
  103. mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
  104. mage_ai/server/frontend_dist/pipelines.html +2 -2
  105. mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html +2 -2
  106. mage_ai/server/frontend_dist/platform/global-hooks.html +2 -2
  107. mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
  108. mage_ai/server/frontend_dist/settings/platform/preferences.html +2 -2
  109. mage_ai/server/frontend_dist/settings/platform/settings.html +2 -2
  110. mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html +2 -2
  111. mage_ai/server/frontend_dist/settings/workspace/permissions.html +2 -2
  112. mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
  113. mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html +2 -2
  114. mage_ai/server/frontend_dist/settings/workspace/roles.html +2 -2
  115. mage_ai/server/frontend_dist/settings/workspace/sync-data.html +2 -2
  116. mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html +2 -2
  117. mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
  118. mage_ai/server/frontend_dist/settings.html +2 -2
  119. mage_ai/server/frontend_dist/sign-in.html +5 -5
  120. mage_ai/server/frontend_dist/templates/[...slug].html +2 -2
  121. mage_ai/server/frontend_dist/templates.html +2 -2
  122. mage_ai/server/frontend_dist/terminal.html +2 -2
  123. mage_ai/server/frontend_dist/test.html +2 -2
  124. mage_ai/server/frontend_dist/triggers.html +2 -2
  125. mage_ai/server/frontend_dist/v2/canvas.html +2 -2
  126. mage_ai/server/frontend_dist/v2.html +2 -2
  127. mage_ai/server/frontend_dist/version-control.html +2 -2
  128. mage_ai/server/frontend_dist_base_path_template/404.html +2 -2
  129. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{_app-bb4a0e0d783622a8.js → _app-90de19bc03f1484b.js} +2 -2
  130. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{webpack-9eb1dd2ee735aaac.js → webpack-12ad70eb5c31aa92.js} +1 -1
  131. mage_ai/server/frontend_dist_base_path_template/block-layout.html +2 -2
  132. mage_ai/server/frontend_dist_base_path_template/compute.html +2 -2
  133. mage_ai/server/frontend_dist_base_path_template/files.html +2 -2
  134. mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html +2 -2
  135. mage_ai/server/frontend_dist_base_path_template/global-data-products.html +2 -2
  136. mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html +2 -2
  137. mage_ai/server/frontend_dist_base_path_template/global-hooks.html +2 -2
  138. mage_ai/server/frontend_dist_base_path_template/index.html +2 -2
  139. mage_ai/server/frontend_dist_base_path_template/manage/files.html +2 -2
  140. mage_ai/server/frontend_dist_base_path_template/manage/overview.html +2 -2
  141. mage_ai/server/frontend_dist_base_path_template/manage/pipeline-runs.html +2 -2
  142. mage_ai/server/frontend_dist_base_path_template/manage/settings.html +2 -2
  143. mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html +2 -2
  144. mage_ai/server/frontend_dist_base_path_template/manage/users/new.html +2 -2
  145. mage_ai/server/frontend_dist_base_path_template/manage/users.html +2 -2
  146. mage_ai/server/frontend_dist_base_path_template/manage.html +2 -2
  147. mage_ai/server/frontend_dist_base_path_template/oauth.html +3 -3
  148. mage_ai/server/frontend_dist_base_path_template/overview.html +2 -2
  149. mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html +2 -2
  150. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html +2 -2
  151. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html +2 -2
  152. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html +2 -2
  153. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html +2 -2
  154. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html +2 -2
  155. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html +2 -2
  156. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
  157. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html +2 -2
  158. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html +2 -2
  159. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html +2 -2
  160. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html +2 -2
  161. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html +2 -2
  162. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html +2 -2
  163. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html +2 -2
  164. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html +2 -2
  165. mage_ai/server/frontend_dist_base_path_template/pipelines.html +2 -2
  166. mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html +2 -2
  167. mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html +2 -2
  168. mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html +2 -2
  169. mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html +2 -2
  170. mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html +2 -2
  171. mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html +2 -2
  172. mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html +2 -2
  173. mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html +2 -2
  174. mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html +2 -2
  175. mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html +2 -2
  176. mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html +2 -2
  177. mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html +2 -2
  178. mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html +2 -2
  179. mage_ai/server/frontend_dist_base_path_template/settings.html +2 -2
  180. mage_ai/server/frontend_dist_base_path_template/sign-in.html +5 -5
  181. mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html +2 -2
  182. mage_ai/server/frontend_dist_base_path_template/templates.html +2 -2
  183. mage_ai/server/frontend_dist_base_path_template/terminal.html +2 -2
  184. mage_ai/server/frontend_dist_base_path_template/test.html +2 -2
  185. mage_ai/server/frontend_dist_base_path_template/triggers.html +2 -2
  186. mage_ai/server/frontend_dist_base_path_template/v2/canvas.html +2 -2
  187. mage_ai/server/frontend_dist_base_path_template/v2.html +2 -2
  188. mage_ai/server/frontend_dist_base_path_template/version-control.html +2 -2
  189. mage_ai/server/kernel_output_parser.py +2 -3
  190. mage_ai/server/kernels.py +2 -3
  191. mage_ai/server/scheduler_manager.py +2 -2
  192. mage_ai/server/server.py +12 -0
  193. mage_ai/server/websockets/constants.py +4 -4
  194. mage_ai/services/compute/aws/constants.py +2 -2
  195. mage_ai/services/compute/aws/steps.py +16 -10
  196. mage_ai/services/compute/constants.py +4 -4
  197. mage_ai/services/compute/models.py +4 -4
  198. mage_ai/services/k8s/config.py +4 -0
  199. mage_ai/services/k8s/job_manager.py +2 -0
  200. mage_ai/services/spark/constants.py +3 -3
  201. mage_ai/services/spark/models/jobs.py +2 -2
  202. mage_ai/services/spark/models/sqls.py +2 -2
  203. mage_ai/services/spark/models/stages.py +4 -4
  204. mage_ai/services/spark/models/threads.py +2 -2
  205. mage_ai/settings/backends.py +3 -2
  206. mage_ai/settings/models/configuration_option.py +3 -3
  207. mage_ai/settings/server.py +5 -0
  208. mage_ai/shared/constants.py +3 -3
  209. mage_ai/shared/custom_logger.py +13 -13
  210. mage_ai/shared/enum.py +11 -0
  211. mage_ai/shared/environments.py +1 -1
  212. mage_ai/shared/logger.py +2 -2
  213. mage_ai/shared/models.py +2 -1
  214. mage_ai/streaming/constants.py +3 -3
  215. mage_ai/streaming/sinks/kafka.py +2 -2
  216. mage_ai/streaming/sinks/postgres.py +6 -0
  217. mage_ai/streaming/sources/amazon_sqs.py +2 -2
  218. mage_ai/streaming/sources/base.py +2 -2
  219. mage_ai/streaming/sources/kafka.py +20 -4
  220. mage_ai/streaming/sources/nats_js.py +10 -3
  221. mage_ai/streaming/sources/shared.py +3 -2
  222. mage_ai/system/constants.py +2 -2
  223. mage_ai/tests/api/policies/permissions/test_base_policy_with_permissions.py +2 -2
  224. mage_ai/tests/data_cleaner/transformer_actions/test_trim_transformer.py +161 -0
  225. mage_ai/tests/data_preparation/models/block/dbt/test_profiles.py +1 -1
  226. mage_ai/tests/data_preparation/models/block/dynamic/test_combos.py +1 -1
  227. mage_ai/tests/data_preparation/models/block/hook/test_hook_block.py +3 -2
  228. mage_ai/tests/data_preparation/models/test_blocks_helper.py +1 -1
  229. mage_ai/tests/data_preparation/models/variables/test_summarizer.py +1 -1
  230. mage_ai/tests/data_preparation/sync/test_git_sync.py +6 -6
  231. mage_ai/tests/orchestration/queue/test_process_queue.py +3 -2
  232. mage_ai/tests/orchestration/test_pipeline_scheduler.py +1 -0
  233. mage_ai/tests/settings/test_platform.py +2 -2
  234. mage_ai/tests/streaming/sinks/test_generic_io.py +25 -21
  235. mage_ai/usage_statistics/constants.py +4 -4
  236. {mage_ai-0.9.73.dist-info → mage_ai-0.9.74.dist-info}/METADATA +172 -171
  237. {mage_ai-0.9.73.dist-info → mage_ai-0.9.74.dist-info}/RECORD +247 -245
  238. {mage_ai-0.9.73.dist-info → mage_ai-0.9.74.dist-info}/WHEEL +1 -1
  239. /mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-663c909dcda4c23a.js.LICENSE.txt → _app-5bdff745074fb350.js.LICENSE.txt} +0 -0
  240. /mage_ai/server/frontend_dist/_next/static/{kxGpiudO3f9aX6FAiqydf → pLWT6Sqd09xYpufCVIqnz}/_buildManifest.js +0 -0
  241. /mage_ai/server/frontend_dist/_next/static/{kxGpiudO3f9aX6FAiqydf → pLWT6Sqd09xYpufCVIqnz}/_ssgManifest.js +0 -0
  242. /mage_ai/server/frontend_dist_base_path_template/_next/static/{H5pcGxWf1BkhXDRs2BqiI → JQewSAObpbhO0wrdAM6Ng}/_buildManifest.js +0 -0
  243. /mage_ai/server/frontend_dist_base_path_template/_next/static/{H5pcGxWf1BkhXDRs2BqiI → JQewSAObpbhO0wrdAM6Ng}/_ssgManifest.js +0 -0
  244. /mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{_app-bb4a0e0d783622a8.js.LICENSE.txt → _app-90de19bc03f1484b.js.LICENSE.txt} +0 -0
  245. {mage_ai-0.9.73.dist-info → mage_ai-0.9.74.dist-info}/LICENSE +0 -0
  246. {mage_ai-0.9.73.dist-info → mage_ai-0.9.74.dist-info}/entry_points.txt +0 -0
  247. {mage_ai-0.9.73.dist-info → mage_ai-0.9.74.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mage-ai
3
- Version: 0.9.73
3
+ Version: 0.9.74
4
4
  Summary: Mage is a tool for building and deploying data pipelines.
5
5
  Home-page: https://github.com/mage-ai/mage-ai
6
6
  Author: Mage
@@ -12,197 +12,198 @@ Requires-Python: >=3.7
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: cachetools
15
- Requires-Dist: Faker ==4.14.0
16
- Requires-Dist: GitPython ==3.1.41
17
- Requires-Dist: Jinja2 ==3.1.3
18
- Requires-Dist: Pillow ==10.3.0
19
- Requires-Dist: PyGithub ==1.59.0
20
- Requires-Dist: PyJWT ==2.6.0
21
- Requires-Dist: aiofiles ==22.1.0
22
- Requires-Dist: aiohttp ==3.10.0
23
- Requires-Dist: alembic >=1.7.5
24
- Requires-Dist: bcrypt ==4.0.1
25
- Requires-Dist: croniter ==1.3.7
26
- Requires-Dist: cryptography ==41.0.6
27
- Requires-Dist: dask >=2022.2.0
28
- Requires-Dist: datadog ==0.44.0
29
- Requires-Dist: freezegun ==1.2.2
30
- Requires-Dist: great-expectations ==0.18.12
31
- Requires-Dist: httpx ==0.23.1
32
- Requires-Dist: inflection ==0.5.1
33
- Requires-Dist: ipykernel ==6.15.0
34
- Requires-Dist: ipython ==8.10.0
35
- Requires-Dist: itsdangerous ~=1.1.0
36
- Requires-Dist: joblib >=1.1.0
37
- Requires-Dist: jupyter-server ==1.23.5
38
- Requires-Dist: jupyter-client ==7.4.4
39
- Requires-Dist: ldap3 ==2.9.1
15
+ Requires-Dist: Faker==4.14.0
16
+ Requires-Dist: GitPython==3.1.41
17
+ Requires-Dist: Jinja2==3.1.3
18
+ Requires-Dist: Pillow==10.3.0
19
+ Requires-Dist: PyGithub==1.59.0
20
+ Requires-Dist: PyJWT==2.6.0
21
+ Requires-Dist: aiofiles==22.1.0
22
+ Requires-Dist: aiohttp==3.10.0
23
+ Requires-Dist: alembic>=1.7.5
24
+ Requires-Dist: bcrypt==4.0.1
25
+ Requires-Dist: croniter==1.3.7
26
+ Requires-Dist: cryptography==41.0.6
27
+ Requires-Dist: dask>=2022.2.0
28
+ Requires-Dist: datadog==0.44.0
29
+ Requires-Dist: freezegun==1.2.2
30
+ Requires-Dist: great-expectations==0.18.12
31
+ Requires-Dist: httpx==0.23.1
32
+ Requires-Dist: inflection==0.5.1
33
+ Requires-Dist: ipykernel==6.15.0
34
+ Requires-Dist: ipython==8.10.0
35
+ Requires-Dist: itsdangerous~=1.1.0
36
+ Requires-Dist: joblib>=1.1.0
37
+ Requires-Dist: jupyter-server==1.23.5
38
+ Requires-Dist: jupyter-client==7.4.4
39
+ Requires-Dist: ldap3==2.9.1
40
40
  Requires-Dist: memory-profiler
41
- Requires-Dist: newrelic ==8.8.0
42
- Requires-Dist: numpy >=1.22.0
43
- Requires-Dist: pandas >=1.3.0
44
- Requires-Dist: polars <0.19.2,>=0.18.0
45
- Requires-Dist: protobuf ~=4.21.12
46
- Requires-Dist: psutil ==5.9.8
47
- Requires-Dist: pyarrow ==14.0.1
48
- Requires-Dist: python-dateutil ==2.8.2
49
- Requires-Dist: pytz >=2022.2.1
50
- Requires-Dist: pyyaml ~=6.0
51
- Requires-Dist: redis ~=5.0.1
52
- Requires-Dist: requests ~=2.31.0
53
- Requires-Dist: ruamel.yaml ==0.17.17
54
- Requires-Dist: scikit-learn >=1.0
55
- Requires-Dist: sentry-sdk ==1.19.1
41
+ Requires-Dist: newrelic==8.8.0
42
+ Requires-Dist: numpy>=1.22.0
43
+ Requires-Dist: pandas>=1.3.0
44
+ Requires-Dist: polars<0.19.2,>=0.18.0
45
+ Requires-Dist: protobuf~=4.21.12
46
+ Requires-Dist: psutil==5.9.8
47
+ Requires-Dist: pyarrow==14.0.1
48
+ Requires-Dist: python-dateutil==2.8.2
49
+ Requires-Dist: pytz>=2022.2.1
50
+ Requires-Dist: pyyaml~=6.0
51
+ Requires-Dist: redis~=5.0.1
52
+ Requires-Dist: requests~=2.31.0
53
+ Requires-Dist: ruamel.yaml==0.17.17
54
+ Requires-Dist: scikit-learn>=1.0
55
+ Requires-Dist: sentry-sdk==1.19.1
56
56
  Requires-Dist: simplejson
57
- Requires-Dist: six >=1.15.0
58
- Requires-Dist: sqlalchemy <2.0.0,>=1.4.20
57
+ Requires-Dist: six>=1.15.0
58
+ Requires-Dist: sqlalchemy<2.0.0,>=1.4.20
59
59
  Requires-Dist: sqlglot[rs]
60
- Requires-Dist: terminado ==0.17.1
61
- Requires-Dist: thefuzz[speedup] ==0.19.0
62
- Requires-Dist: tornado ==6.3.3
63
- Requires-Dist: typer[all] ==0.9.0
64
- Requires-Dist: typing-extensions ==4.10.0
65
- Requires-Dist: watchdog ==4.0.0
60
+ Requires-Dist: terminado==0.17.1
61
+ Requires-Dist: thefuzz[speedup]==0.19.0
62
+ Requires-Dist: tornado==6.3.3
63
+ Requires-Dist: typer[all]==0.9.0
64
+ Requires-Dist: typing-extensions==4.10.0
65
+ Requires-Dist: watchdog==4.0.0
66
66
  Provides-Extra: ai
67
- Requires-Dist: astor >=0.8.1 ; extra == 'ai'
68
- Requires-Dist: langchain >=0.0.222 ; extra == 'ai'
69
- Requires-Dist: langchain-community <0.0.20 ; extra == 'ai'
70
- Requires-Dist: openai >=1.0.0 ; extra == 'ai'
67
+ Requires-Dist: astor>=0.8.1; extra == "ai"
68
+ Requires-Dist: langchain==0.1.6; extra == "ai"
69
+ Requires-Dist: langchain-community<0.0.20; extra == "ai"
70
+ Requires-Dist: openai==1.39.0; extra == "ai"
71
71
  Provides-Extra: all
72
- Requires-Dist: PyGithub ==1.59.0 ; extra == 'all'
73
- Requires-Dist: astor >=0.8.1 ; extra == 'all'
74
- Requires-Dist: aws-secretsmanager-caching ==1.1.1.5 ; extra == 'all'
75
- Requires-Dist: azure-eventhub ==5.11.2 ; extra == 'all'
76
- Requires-Dist: azure-identity ==1.12.0 ; extra == 'all'
77
- Requires-Dist: azure-keyvault-certificates ==4.6.0 ; extra == 'all'
78
- Requires-Dist: azure-keyvault-secrets ==4.6.0 ; extra == 'all'
79
- Requires-Dist: azure-mgmt-containerinstance ==10.1.0 ; extra == 'all'
80
- Requires-Dist: azure-storage-blob ==12.14.1 ; extra == 'all'
81
- Requires-Dist: boto3 ==1.26.60 ; extra == 'all'
82
- Requires-Dist: botocore ==1.29.60 ; extra == 'all'
83
- Requires-Dist: clickhouse-connect ~=0.6.23 ; extra == 'all'
84
- Requires-Dist: confluent-avro ~=1.8.0 ; extra == 'all'
85
- Requires-Dist: db-dtypes ==1.0.5 ; extra == 'all'
86
- Requires-Dist: dbt-bigquery ==1.7.2 ; extra == 'all'
87
- Requires-Dist: dbt-clickhouse ==1.7.1 ; extra == 'all'
88
- Requires-Dist: dbt-core ==1.7.4 ; extra == 'all'
89
- Requires-Dist: dbt-duckdb ==1.7.0 ; extra == 'all'
90
- Requires-Dist: dbt-postgres ==1.7.4 ; extra == 'all'
91
- Requires-Dist: dbt-redshift ==1.7.1 ; extra == 'all'
92
- Requires-Dist: dbt-snowflake ==1.7.1 ; extra == 'all'
93
- Requires-Dist: dbt-spark ==1.7.1 ; extra == 'all'
94
- Requires-Dist: dbt-sqlserver ==1.7.4 ; extra == 'all'
95
- Requires-Dist: dbt-trino ==1.7.1 ; extra == 'all'
96
- Requires-Dist: duckdb ==0.9.2 ; extra == 'all'
97
- Requires-Dist: elasticsearch ==8.9.0 ; extra == 'all'
98
- Requires-Dist: google-api-core ~=2.15.0 ; extra == 'all'
99
- Requires-Dist: google-api-python-client ~=2.70.0 ; extra == 'all'
100
- Requires-Dist: google-cloud-bigquery ~=3.14.1 ; extra == 'all'
101
- Requires-Dist: google-cloud-iam ~=2.13.0 ; extra == 'all'
102
- Requires-Dist: google-cloud-pubsub ~=2.19.0 ; extra == 'all'
103
- Requires-Dist: google-cloud-run ~=0.10.1 ; extra == 'all'
104
- Requires-Dist: google-cloud-storage ~=2.5.0 ; extra == 'all'
105
- Requires-Dist: great-expectations ==0.18.12 ; extra == 'all'
106
- Requires-Dist: gspread ==5.7.2 ; extra == 'all'
107
- Requires-Dist: influxdb-client ==1.36.1 ; extra == 'all'
108
- Requires-Dist: kafka-python ==2.0.2 ; extra == 'all'
109
- Requires-Dist: kubernetes >=28.1.0 ; extra == 'all'
110
- Requires-Dist: langchain ==0.1.6 ; extra == 'all'
111
- Requires-Dist: langchain-community <0.0.20 ; extra == 'all'
112
- Requires-Dist: ldap3 ==2.9.1 ; extra == 'all'
113
- Requires-Dist: nats-py ==2.6.0 ; extra == 'all'
114
- Requires-Dist: nkeys ~=0.1.0 ; extra == 'all'
115
- Requires-Dist: openai >=1.0.0 ; extra == 'all'
116
- Requires-Dist: opensearch-py ==2.0.0 ; extra == 'all'
117
- Requires-Dist: opentelemetry-api ==1.22.0 ; extra == 'all'
118
- Requires-Dist: opentelemetry-exporter-prometheus ==0.43b0 ; extra == 'all'
119
- Requires-Dist: opentelemetry-instrumentation-tornado ~=0.43b0 ; extra == 'all'
120
- Requires-Dist: opentelemetry-exporter-otlp ~=1.22.0 ; extra == 'all'
121
- Requires-Dist: opentelemetry-instrumentation-sqlalchemy ~=0.42b0 ; extra == 'all'
122
- Requires-Dist: oracledb ==1.3.1 ; extra == 'all'
123
- Requires-Dist: pika ==1.3.1 ; extra == 'all'
124
- Requires-Dist: pinotdb ==5.1.0 ; extra == 'all'
125
- Requires-Dist: prometheus-client >=0.18.0 ; extra == 'all'
126
- Requires-Dist: protobuf ~=4.21.12 ; extra == 'all'
127
- Requires-Dist: psycopg2-binary ==2.9.3 ; extra == 'all'
128
- Requires-Dist: psycopg2 ==2.9.3 ; extra == 'all'
129
- Requires-Dist: pydruid ==0.6.5 ; extra == 'all'
130
- Requires-Dist: pymongo ==4.3.3 ; extra == 'all'
131
- Requires-Dist: pyodbc ==4.0.35 ; extra == 'all'
132
- Requires-Dist: redshift-connector ==2.0.915 ; extra == 'all'
133
- Requires-Dist: lxml ==4.9.4 ; extra == 'all'
134
- Requires-Dist: requests-aws4auth ==1.1.2 ; extra == 'all'
135
- Requires-Dist: snowflake-connector-python ==3.5.0 ; extra == 'all'
136
- Requires-Dist: sshtunnel ==0.4.0 ; extra == 'all'
137
- Requires-Dist: stomp.py ==8.1.0 ; extra == 'all'
138
- Requires-Dist: thefuzz[speedup] ==0.19.0 ; extra == 'all'
139
- Requires-Dist: trino ~=0.326 ; extra == 'all'
72
+ Requires-Dist: PyGithub==1.59.0; extra == "all"
73
+ Requires-Dist: astor>=0.8.1; extra == "all"
74
+ Requires-Dist: aws-secretsmanager-caching==1.1.1.5; extra == "all"
75
+ Requires-Dist: azure-eventhub==5.11.2; extra == "all"
76
+ Requires-Dist: azure-identity==1.12.0; extra == "all"
77
+ Requires-Dist: azure-keyvault-certificates==4.6.0; extra == "all"
78
+ Requires-Dist: azure-keyvault-secrets==4.6.0; extra == "all"
79
+ Requires-Dist: azure-mgmt-containerinstance==10.1.0; extra == "all"
80
+ Requires-Dist: azure-storage-blob==12.14.1; extra == "all"
81
+ Requires-Dist: boto3==1.26.60; extra == "all"
82
+ Requires-Dist: botocore==1.29.60; extra == "all"
83
+ Requires-Dist: clickhouse-connect~=0.6.23; extra == "all"
84
+ Requires-Dist: confluent-avro~=1.8.0; extra == "all"
85
+ Requires-Dist: db-dtypes==1.0.5; extra == "all"
86
+ Requires-Dist: dbt-bigquery==1.7.2; extra == "all"
87
+ Requires-Dist: dbt-clickhouse==1.7.1; extra == "all"
88
+ Requires-Dist: dbt-core==1.7.4; extra == "all"
89
+ Requires-Dist: dbt-duckdb==1.7.0; extra == "all"
90
+ Requires-Dist: dbt-postgres==1.7.4; extra == "all"
91
+ Requires-Dist: dbt-redshift==1.7.1; extra == "all"
92
+ Requires-Dist: dbt-snowflake==1.7.1; extra == "all"
93
+ Requires-Dist: dbt-spark==1.7.1; extra == "all"
94
+ Requires-Dist: dbt-sqlserver==1.7.4; extra == "all"
95
+ Requires-Dist: dbt-trino==1.7.1; extra == "all"
96
+ Requires-Dist: duckdb==1.0.0; extra == "all"
97
+ Requires-Dist: elasticsearch==8.9.0; extra == "all"
98
+ Requires-Dist: google-api-core~=2.15.0; extra == "all"
99
+ Requires-Dist: google-api-python-client~=2.70.0; extra == "all"
100
+ Requires-Dist: google-cloud-bigquery~=3.14.1; extra == "all"
101
+ Requires-Dist: google-cloud-iam~=2.13.0; extra == "all"
102
+ Requires-Dist: google-cloud-pubsub~=2.19.0; extra == "all"
103
+ Requires-Dist: google-cloud-run~=0.10.1; extra == "all"
104
+ Requires-Dist: google-cloud-storage~=2.5.0; extra == "all"
105
+ Requires-Dist: great-expectations==0.18.12; extra == "all"
106
+ Requires-Dist: gspread==5.7.2; extra == "all"
107
+ Requires-Dist: influxdb-client==1.36.1; extra == "all"
108
+ Requires-Dist: kafka-python==2.0.2; extra == "all"
109
+ Requires-Dist: kubernetes>=28.1.0; extra == "all"
110
+ Requires-Dist: langchain==0.1.6; extra == "all"
111
+ Requires-Dist: langchain-community<0.0.20; extra == "all"
112
+ Requires-Dist: ldap3==2.9.1; extra == "all"
113
+ Requires-Dist: nats-py==2.6.0; extra == "all"
114
+ Requires-Dist: nkeys~=0.1.0; extra == "all"
115
+ Requires-Dist: openai==1.39.0; extra == "all"
116
+ Requires-Dist: opensearch-py==2.0.0; extra == "all"
117
+ Requires-Dist: opentelemetry-api==1.22.0; extra == "all"
118
+ Requires-Dist: opentelemetry-exporter-prometheus==0.43b0; extra == "all"
119
+ Requires-Dist: opentelemetry-instrumentation-tornado==0.43b0; extra == "all"
120
+ Requires-Dist: opentelemetry-exporter-otlp==1.22.0; extra == "all"
121
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.43b0; extra == "all"
122
+ Requires-Dist: oracledb==1.3.1; extra == "all"
123
+ Requires-Dist: pika==1.3.1; extra == "all"
124
+ Requires-Dist: pinotdb==5.1.0; extra == "all"
125
+ Requires-Dist: prometheus-client>=0.18.0; extra == "all"
126
+ Requires-Dist: protobuf~=4.21.12; extra == "all"
127
+ Requires-Dist: psycopg2-binary==2.9.3; extra == "all"
128
+ Requires-Dist: psycopg2==2.9.3; extra == "all"
129
+ Requires-Dist: pyairtable==2.3.3; extra == "all"
130
+ Requires-Dist: pydruid==0.6.5; extra == "all"
131
+ Requires-Dist: pymongo==4.3.3; extra == "all"
132
+ Requires-Dist: pyodbc==4.0.35; extra == "all"
133
+ Requires-Dist: redshift-connector==2.0.915; extra == "all"
134
+ Requires-Dist: lxml==4.9.4; extra == "all"
135
+ Requires-Dist: requests-aws4auth==1.1.2; extra == "all"
136
+ Requires-Dist: snowflake-connector-python==3.5.0; extra == "all"
137
+ Requires-Dist: sshtunnel==0.4.0; extra == "all"
138
+ Requires-Dist: stomp.py==8.1.0; extra == "all"
139
+ Requires-Dist: thefuzz[speedup]==0.19.0; extra == "all"
140
+ Requires-Dist: trino~=0.326; extra == "all"
140
141
  Provides-Extra: azure
141
- Requires-Dist: azure-eventhub ==5.11.2 ; extra == 'azure'
142
- Requires-Dist: azure-identity ==1.12.0 ; extra == 'azure'
143
- Requires-Dist: azure-keyvault-secrets ==4.6.0 ; extra == 'azure'
144
- Requires-Dist: azure-keyvault-certificates ==4.6.0 ; extra == 'azure'
145
- Requires-Dist: azure-mgmt-containerinstance ==10.1.0 ; extra == 'azure'
146
- Requires-Dist: azure-storage-blob ==12.14.1 ; extra == 'azure'
142
+ Requires-Dist: azure-eventhub==5.11.2; extra == "azure"
143
+ Requires-Dist: azure-identity==1.12.0; extra == "azure"
144
+ Requires-Dist: azure-keyvault-secrets==4.6.0; extra == "azure"
145
+ Requires-Dist: azure-keyvault-certificates==4.6.0; extra == "azure"
146
+ Requires-Dist: azure-mgmt-containerinstance==10.1.0; extra == "azure"
147
+ Requires-Dist: azure-storage-blob==12.14.1; extra == "azure"
147
148
  Provides-Extra: bigquery
148
- Requires-Dist: google-cloud-bigquery ~=3.0 ; extra == 'bigquery'
149
- Requires-Dist: db-dtypes ==1.0.5 ; extra == 'bigquery'
149
+ Requires-Dist: google-cloud-bigquery~=3.0; extra == "bigquery"
150
+ Requires-Dist: db-dtypes==1.0.5; extra == "bigquery"
150
151
  Provides-Extra: chroma
151
- Requires-Dist: chromadb >=0.4.17 ; extra == 'chroma'
152
+ Requires-Dist: chromadb>=0.4.17; extra == "chroma"
152
153
  Provides-Extra: clickhouse
153
- Requires-Dist: clickhouse-connect ~=0.6.23 ; extra == 'clickhouse'
154
+ Requires-Dist: clickhouse-connect~=0.6.23; extra == "clickhouse"
154
155
  Provides-Extra: dbt
155
- Requires-Dist: dbt-bigquery ==1.7.2 ; extra == 'dbt'
156
- Requires-Dist: dbt-clickhouse ==1.7.1 ; extra == 'dbt'
157
- Requires-Dist: dbt-core ==1.7.4 ; extra == 'dbt'
158
- Requires-Dist: dbt-duckdb ==1.7.0 ; extra == 'dbt'
159
- Requires-Dist: dbt-postgres ==1.7.4 ; extra == 'dbt'
160
- Requires-Dist: dbt-redshift ==1.7.1 ; extra == 'dbt'
161
- Requires-Dist: dbt-snowflake ==1.7.1 ; extra == 'dbt'
162
- Requires-Dist: dbt-spark ==1.7.1 ; extra == 'dbt'
163
- Requires-Dist: dbt-sqlserver ==1.7.4 ; extra == 'dbt'
164
- Requires-Dist: dbt-trino ==1.7.1 ; extra == 'dbt'
165
- Requires-Dist: trino ~=0.326 ; extra == 'dbt'
156
+ Requires-Dist: dbt-bigquery==1.7.2; extra == "dbt"
157
+ Requires-Dist: dbt-clickhouse==1.7.1; extra == "dbt"
158
+ Requires-Dist: dbt-core==1.7.4; extra == "dbt"
159
+ Requires-Dist: dbt-duckdb==1.7.0; extra == "dbt"
160
+ Requires-Dist: dbt-postgres==1.7.4; extra == "dbt"
161
+ Requires-Dist: dbt-redshift==1.7.1; extra == "dbt"
162
+ Requires-Dist: dbt-snowflake==1.7.1; extra == "dbt"
163
+ Requires-Dist: dbt-spark==1.7.1; extra == "dbt"
164
+ Requires-Dist: dbt-sqlserver==1.7.4; extra == "dbt"
165
+ Requires-Dist: dbt-trino==1.7.1; extra == "dbt"
166
+ Requires-Dist: trino~=0.326; extra == "dbt"
166
167
  Provides-Extra: google-cloud-storage
167
- Requires-Dist: google-cloud-storage ==2.5.0 ; extra == 'google-cloud-storage'
168
- Requires-Dist: gspread ==5.7.2 ; extra == 'google-cloud-storage'
168
+ Requires-Dist: google-cloud-storage==2.5.0; extra == "google-cloud-storage"
169
+ Requires-Dist: gspread==5.7.2; extra == "google-cloud-storage"
169
170
  Provides-Extra: hdf5
170
- Requires-Dist: tables ==3.7.0 ; extra == 'hdf5'
171
+ Requires-Dist: tables==3.7.0; extra == "hdf5"
171
172
  Provides-Extra: mysql
172
- Requires-Dist: mysql-connector-python ~=8.2.0 ; extra == 'mysql'
173
+ Requires-Dist: mysql-connector-python~=8.2.0; extra == "mysql"
173
174
  Provides-Extra: oracle
174
- Requires-Dist: oracledb ==1.3.1 ; extra == 'oracle'
175
+ Requires-Dist: oracledb==1.3.1; extra == "oracle"
175
176
  Provides-Extra: postgres
176
- Requires-Dist: psycopg2 ==2.9.3 ; extra == 'postgres'
177
- Requires-Dist: psycopg2-binary ==2.9.3 ; extra == 'postgres'
178
- Requires-Dist: sshtunnel ==0.4.0 ; extra == 'postgres'
177
+ Requires-Dist: psycopg2==2.9.3; extra == "postgres"
178
+ Requires-Dist: psycopg2-binary==2.9.3; extra == "postgres"
179
+ Requires-Dist: sshtunnel==0.4.0; extra == "postgres"
179
180
  Provides-Extra: qdrant
180
- Requires-Dist: qdrant-client ==1.6.9 ; extra == 'qdrant'
181
- Requires-Dist: sentence-transformers ==2.2.2 ; extra == 'qdrant'
181
+ Requires-Dist: qdrant-client==1.6.9; extra == "qdrant"
182
+ Requires-Dist: sentence-transformers==2.2.2; extra == "qdrant"
182
183
  Provides-Extra: redshift
183
- Requires-Dist: boto3 ==1.26.60 ; extra == 'redshift'
184
- Requires-Dist: redshift-connector ==2.0.915 ; extra == 'redshift'
185
- Requires-Dist: lxml ==4.9.4 ; extra == 'redshift'
184
+ Requires-Dist: boto3==1.26.60; extra == "redshift"
185
+ Requires-Dist: redshift-connector==2.0.915; extra == "redshift"
186
+ Requires-Dist: lxml==4.9.4; extra == "redshift"
186
187
  Provides-Extra: s3
187
- Requires-Dist: boto3 ==1.26.60 ; extra == 's3'
188
- Requires-Dist: botocore ==1.29.60 ; extra == 's3'
188
+ Requires-Dist: boto3==1.26.60; extra == "s3"
189
+ Requires-Dist: botocore==1.29.60; extra == "s3"
189
190
  Provides-Extra: snowflake
190
- Requires-Dist: snowflake-connector-python ==3.5.0 ; extra == 'snowflake'
191
+ Requires-Dist: snowflake-connector-python==3.5.0; extra == "snowflake"
191
192
  Provides-Extra: spark
192
- Requires-Dist: boto3 ==1.26.60 ; extra == 'spark'
193
- Requires-Dist: botocore ==1.29.60 ; extra == 'spark'
193
+ Requires-Dist: boto3==1.26.60; extra == "spark"
194
+ Requires-Dist: botocore==1.29.60; extra == "spark"
194
195
  Provides-Extra: streaming
195
- Requires-Dist: confluent-avro ~=1.8.0 ; extra == 'streaming'
196
- Requires-Dist: elasticsearch ==8.9.0 ; extra == 'streaming'
197
- Requires-Dist: influxdb-client ==1.36.1 ; extra == 'streaming'
198
- Requires-Dist: kafka-python ==2.0.2 ; extra == 'streaming'
199
- Requires-Dist: nats-py ==2.6.0 ; extra == 'streaming'
200
- Requires-Dist: nkeys ~=0.1.0 ; extra == 'streaming'
201
- Requires-Dist: opensearch-py ==2.0.0 ; extra == 'streaming'
202
- Requires-Dist: pika ==1.3.1 ; extra == 'streaming'
203
- Requires-Dist: pymongo ==4.3.3 ; extra == 'streaming'
204
- Requires-Dist: requests-aws4auth ==1.1.2 ; extra == 'streaming'
205
- Requires-Dist: stomp.py ==8.1.0 ; extra == 'streaming'
196
+ Requires-Dist: confluent-avro~=1.8.0; extra == "streaming"
197
+ Requires-Dist: elasticsearch==8.9.0; extra == "streaming"
198
+ Requires-Dist: influxdb-client==1.36.1; extra == "streaming"
199
+ Requires-Dist: kafka-python==2.0.2; extra == "streaming"
200
+ Requires-Dist: nats-py==2.6.0; extra == "streaming"
201
+ Requires-Dist: nkeys~=0.1.0; extra == "streaming"
202
+ Requires-Dist: opensearch-py==2.0.0; extra == "streaming"
203
+ Requires-Dist: pika==1.3.1; extra == "streaming"
204
+ Requires-Dist: pymongo==4.3.3; extra == "streaming"
205
+ Requires-Dist: requests-aws4auth==1.1.2; extra == "streaming"
206
+ Requires-Dist: stomp.py==8.1.0; extra == "streaming"
206
207
 
207
208
  <h1 align="center">
208
209
  <a