airbyte-source-shopify 3.0.11__tar.gz → 3.0.13__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 (69) hide show
  1. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/PKG-INFO +2 -2
  2. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/pyproject.toml +2 -2
  3. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/README.md +0 -0
  4. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/__init__.py +0 -0
  5. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/auth.py +0 -0
  6. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/config_migrations.py +0 -0
  7. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/http_request.py +0 -0
  8. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/run.py +0 -0
  9. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/abandoned_checkouts.json +0 -0
  10. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/articles.json +0 -0
  11. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/balance_transactions.json +0 -0
  12. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/blogs.json +0 -0
  13. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/collections.json +0 -0
  14. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/collects.json +0 -0
  15. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/countries.json +0 -0
  16. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/custom_collections.json +0 -0
  17. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/customer_address.json +0 -0
  18. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/customer_journey_summary.json +0 -0
  19. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/customers.json +0 -0
  20. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/discount_codes.json +0 -0
  21. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/disputes.json +0 -0
  22. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/draft_orders.json +0 -0
  23. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/fulfillment_orders.json +0 -0
  24. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/fulfillments.json +0 -0
  25. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/inventory_items.json +0 -0
  26. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/inventory_levels.json +0 -0
  27. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/locations.json +0 -0
  28. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_articles.json +0 -0
  29. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_blogs.json +0 -0
  30. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_collections.json +0 -0
  31. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_customers.json +0 -0
  32. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_draft_orders.json +0 -0
  33. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_locations.json +0 -0
  34. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_orders.json +0 -0
  35. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_pages.json +0 -0
  36. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_product_images.json +0 -0
  37. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_product_variants.json +0 -0
  38. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_products.json +0 -0
  39. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_shops.json +0 -0
  40. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/metafield_smart_collections.json +0 -0
  41. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/order_agreements.json +0 -0
  42. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/order_refunds.json +0 -0
  43. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/order_risks.json +0 -0
  44. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/orders.json +0 -0
  45. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/pages.json +0 -0
  46. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/price_rules.json +0 -0
  47. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/product_images.json +0 -0
  48. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/product_variants.json +0 -0
  49. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/products.json +0 -0
  50. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/profile_location_groups.json +0 -0
  51. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/shop.json +0 -0
  52. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/smart_collections.json +0 -0
  53. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/tender_transactions.json +0 -0
  54. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/schemas/transactions.json +0 -0
  55. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/scopes.py +0 -0
  56. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/shopify_graphql/bulk/__init__.py +0 -0
  57. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/shopify_graphql/bulk/exceptions.py +0 -0
  58. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/shopify_graphql/bulk/job.py +0 -0
  59. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/shopify_graphql/bulk/query.py +0 -0
  60. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/shopify_graphql/bulk/record.py +0 -0
  61. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/shopify_graphql/bulk/retry.py +0 -0
  62. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/shopify_graphql/bulk/status.py +0 -0
  63. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/shopify_graphql/bulk/tools.py +0 -0
  64. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/source.py +0 -0
  65. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/spec.json +0 -0
  66. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/streams/base_streams.py +0 -0
  67. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/streams/streams.py +0 -0
  68. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/transform.py +0 -0
  69. {airbyte_source_shopify-3.0.11 → airbyte_source_shopify-3.0.13}/source_shopify/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-source-shopify
3
- Version: 3.0.11
3
+ Version: 3.0.13
4
4
  Summary: Source CDK implementation for Shopify.
5
5
  Home-page: https://airbyte.com
6
6
  License: ELv2
@@ -11,7 +11,7 @@ Classifier: License :: Other/Proprietary License
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
- Requires-Dist: airbyte-cdk (>=7.0.4,<8.0.0)
14
+ Requires-Dist: airbyte-cdk (>=6,<7)
15
15
  Requires-Dist: graphql-query (>=1,<2)
16
16
  Requires-Dist: pendulum (>=2.1.2,<3.0.0)
17
17
  Requires-Dist: sgqlc (==16.3)
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
3
3
  build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
- version = "3.0.11"
6
+ version = "3.0.13"
7
7
  name = "airbyte-source-shopify"
8
8
  description = "Source CDK implementation for Shopify."
9
9
  authors = [ "Airbyte <contact@airbyte.io>",]
@@ -17,7 +17,7 @@ include = "source_shopify"
17
17
 
18
18
  [tool.poetry.dependencies]
19
19
  python = "^3.10,<3.12"
20
- airbyte-cdk = "^7.0.4"
20
+ airbyte-cdk = "^6"
21
21
  sgqlc = "==16.3"
22
22
  graphql-query = "^1"
23
23
  pendulum = "^2.1.2"