cdktn 0.23.0.dev30__tar.gz → 0.23.0.dev36__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdktn
3
- Version: 0.23.0.dev30
3
+ Version: 0.23.0.dev36
4
4
  Summary: Cloud Development Kit for Terraform
5
5
  Home-page: https://github.com/open-constructs/cdk-terrain
6
6
  Author: OpenConstructs
@@ -19,10 +19,10 @@ Classifier: License :: OSI Approved
19
19
  Requires-Python: ~=3.9
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
- Requires-Dist: constructs<11.0.0,>=10.4.2
23
- Requires-Dist: jsii<2.0.0,>=1.112.0
22
+ Requires-Dist: constructs<11.0.0,>=10.6.0
23
+ Requires-Dist: jsii<2.0.0,>=1.128.0
24
24
  Requires-Dist: publication>=0.0.3
25
- Requires-Dist: typeguard<4.3.0,>=2.13.3
25
+ Requires-Dist: typeguard==2.13.3
26
26
 
27
27
  # cdktn
28
28
 
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["setuptools~=75.3.2", "wheel~=0.42"]
2
+ requires = ["setuptools~=75.3.2", "build~=1.3.0"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.pyright]
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdktn",
8
- "version": "0.23.0.dev30",
8
+ "version": "0.23.0.dev36",
9
9
  "description": "Cloud Development Kit for Terraform",
10
10
  "license": "MPL-2.0",
11
11
  "url": "https://github.com/open-constructs/cdk-terrain",
@@ -27,7 +27,7 @@ kwargs = json.loads(
27
27
  ],
28
28
  "package_data": {
29
29
  "cdktn._jsii": [
30
- "cdktn@0.23.0-pre.30.jsii.tgz"
30
+ "cdktn@0.23.0-pre.36.jsii.tgz"
31
31
  ],
32
32
  "cdktn": [
33
33
  "py.typed"
@@ -35,10 +35,10 @@ kwargs = json.loads(
35
35
  },
36
36
  "python_requires": "~=3.9",
37
37
  "install_requires": [
38
- "constructs>=10.4.2, <11.0.0",
39
- "jsii>=1.112.0, <2.0.0",
38
+ "constructs>=10.6.0, <11.0.0",
39
+ "jsii>=1.128.0, <2.0.0",
40
40
  "publication>=0.0.3",
41
- "typeguard>=2.13.3,<4.3.0"
41
+ "typeguard==2.13.3"
42
42
  ],
43
43
  "classifiers": [
44
44
  "Intended Audience :: Developers",