airbyte-source-hardcoded-records 0.0.29__tar.gz → 0.0.31__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.
@@ -1,18 +1,16 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-hardcoded-records
3
- Version: 0.0.29
3
+ Version: 0.0.31
4
4
  Summary: Source implementation for hardcoded recprds.
5
5
  License: MIT
6
6
  Author: Airbyte
7
7
  Author-email: contact@airbyte.io
8
- Requires-Python: >=3.10,<4.0
8
+ Requires-Python: >=3.11,<3.13
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.10
12
11
  Classifier: Programming Language :: Python :: 3.11
13
12
  Classifier: Programming Language :: Python :: 3.12
14
- Classifier: Programming Language :: Python :: 3.13
15
- Requires-Dist: airbyte-cdk (==6.6.1)
13
+ Requires-Dist: airbyte-cdk (>=6.37,<7.0)
16
14
  Project-URL: Documentation, https://docs.airbyte.com/integrations/sources/hardcoded-records
17
15
  Project-URL: Homepage, https://airbyte.com
18
16
  Project-URL: Repository, https://github.com/airbytehq/airbyte
@@ -5,7 +5,7 @@ requires = [
5
5
  build-backend = "poetry.core.masonry.api"
6
6
 
7
7
  [tool.poetry]
8
- version = "0.0.29"
8
+ version = "0.0.31"
9
9
  name = "airbyte-source-hardcoded-records"
10
10
  description = "Source implementation for hardcoded recprds."
11
11
  authors = [
@@ -21,15 +21,15 @@ packages = [
21
21
  ]
22
22
 
23
23
  [tool.poetry.dependencies]
24
- python = ">=3.10,<4.0"
25
- airbyte-cdk = "6.6.1"
24
+ python = "^3.11,<3.13"
25
+ airbyte-cdk = "^6.37"
26
26
 
27
27
  [tool.poetry.scripts]
28
28
  source-hardcoded-records = "source_hardcoded_records.run:run"
29
29
 
30
30
  [tool.poetry.group.dev.dependencies]
31
31
  pytest-mock = "^3.6.1"
32
- pytest = "^6.2"
32
+ pytest = "^8.0.0"
33
33
 
34
34
  [tool.poe]
35
35
  include = [