airbyte-source-hardcoded-records 0.0.36__py3-none-any.whl → 0.0.38__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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-hardcoded-records
3
- Version: 0.0.36
4
- Summary: Source implementation for hardcoded recprds.
3
+ Version: 0.0.38
4
+ Summary: Source implementation for hardcoded records.
5
5
  License: MIT
6
6
  Author: Airbyte
7
7
  Author-email: contact@airbyte.io
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
- Requires-Dist: airbyte-cdk (>=6.37,<7.0)
13
+ Requires-Dist: airbyte-cdk (==6.46.0)
14
14
  Project-URL: Documentation, https://docs.airbyte.com/integrations/sources/hardcoded-records
15
15
  Project-URL: Homepage, https://airbyte.com
16
16
  Project-URL: Repository, https://github.com/airbytehq/airbyte
@@ -1,4 +1,4 @@
1
- source_hardcoded_records/__init__.py,sha256=FtJXqZEzGROFMqjB96QDodvx0ak2ZhYN362xlbk6J_A,144
1
+ source_hardcoded_records/__init__.py,sha256=xCviidKAZlIMN5ulImM9QOW-YHrwrQHMvifna9c_Aj8,145
2
2
  source_hardcoded_records/run.py,sha256=saRIRKLeJu0GfVrHBkMwG0oVFDKOhrS1ZcEPD2R2eJE,296
3
3
  source_hardcoded_records/schemas/customers.json,sha256=pywejBEtvMnRHvvnJQhfA8NlCBjELv7XuMlKdpS4cZI,10233
4
4
  source_hardcoded_records/schemas/dummy_fields.json,sha256=nAtPVOf2eVKzeDM1rkjqNQ2AcrS6V8L1E3Y0Sr0LzFw,281
@@ -6,7 +6,7 @@ source_hardcoded_records/schemas/products.json,sha256=5ujQktnhVgjwGlX-iwBv6qkYqY
6
6
  source_hardcoded_records/source.py,sha256=-OkSLyV0RocA7DvGxb2sR5T9zq2G7lEtgk9_2GbFHfQ,831
7
7
  source_hardcoded_records/spec.json,sha256=w51dseAjDWPp_HURktSn09MQYnsogQ412FwAbApGDlQ,552
8
8
  source_hardcoded_records/streams.py,sha256=R8AU5aS9hVTtxQnm8xe7YtNnFtWH5qhe6i4HOQkQsF0,3905
9
- airbyte_source_hardcoded_records-0.0.36.dist-info/METADATA,sha256=JzyLhCcBxdf7lg6Hc7Qoe7eMuq1YjgbaPZHlaGWF3eQ,5408
10
- airbyte_source_hardcoded_records-0.0.36.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
11
- airbyte_source_hardcoded_records-0.0.36.dist-info/entry_points.txt,sha256=JPZbHtOfDFaiwymnWg6T27sEpSSlXFO2G5L8aa0ntdI,77
12
- airbyte_source_hardcoded_records-0.0.36.dist-info/RECORD,,
9
+ airbyte_source_hardcoded_records-0.0.38.dist-info/METADATA,sha256=d8nx4dI2fsa2XBm-BDwLW7uxYlCgE-aHWR9yqGxo_VA,5405
10
+ airbyte_source_hardcoded_records-0.0.38.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
11
+ airbyte_source_hardcoded_records-0.0.38.dist-info/entry_points.txt,sha256=JPZbHtOfDFaiwymnWg6T27sEpSSlXFO2G5L8aa0ntdI,77
12
+ airbyte_source_hardcoded_records-0.0.38.dist-info/RECORD,,
@@ -5,4 +5,5 @@
5
5
 
6
6
  from .source import SourceHardcodedRecords
7
7
 
8
+
8
9
  __all__ = ["SourceHardcodedRecords"]