constructs 10.4.4__tar.gz → 10.4.5__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: constructs
3
- Version: 10.4.4
3
+ Version: 10.4.5
4
4
  Summary: A programming model for software-defined state
5
5
  Home-page: https://github.com/aws/constructs
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -20,7 +20,7 @@ Requires-Python: ~=3.9
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
22
  License-File: NOTICE
23
- Requires-Dist: jsii<2.0.0,>=1.121.0
23
+ Requires-Dist: jsii<2.0.0,>=1.125.0
24
24
  Requires-Dist: publication>=0.0.3
25
25
  Requires-Dist: typeguard==2.13.3
26
26
 
@@ -32,7 +32,7 @@ Requires-Dist: typeguard==2.13.3
32
32
  [![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
33
33
  [![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/constructs)
34
34
  [![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Constructs)
35
- [![Maven Central](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs)
35
+ [![Maven Central](https://maven-badges.sml.io/maven-central/software.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.sml.io/maven-central/software.constructs/constructs)
36
36
 
37
37
  ## What are constructs?
38
38
 
@@ -6,7 +6,7 @@
6
6
  [![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
7
7
  [![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/constructs)
8
8
  [![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Constructs)
9
- [![Maven Central](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs)
9
+ [![Maven Central](https://maven-badges.sml.io/maven-central/software.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.sml.io/maven-central/software.constructs/constructs)
10
10
 
11
11
  ## What are constructs?
12
12
 
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "constructs",
8
- "version": "10.4.4",
8
+ "version": "10.4.5",
9
9
  "description": "A programming model for software-defined state",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/constructs",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "constructs._jsii": [
29
- "constructs@10.4.4.jsii.tgz"
29
+ "constructs@10.4.5.jsii.tgz"
30
30
  ],
31
31
  "constructs": [
32
32
  "py.typed"
@@ -34,7 +34,7 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.9",
36
36
  "install_requires": [
37
- "jsii>=1.121.0, <2.0.0",
37
+ "jsii>=1.125.0, <2.0.0",
38
38
  "publication>=0.0.3",
39
39
  "typeguard==2.13.3"
40
40
  ],
@@ -7,7 +7,7 @@ r'''
7
7
  [![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
8
8
  [![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/constructs)
9
9
  [![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Constructs)
10
- [![Maven Central](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs)
10
+ [![Maven Central](https://maven-badges.sml.io/maven-central/software.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.sml.io/maven-central/software.constructs/constructs)
11
11
 
12
12
  ## What are constructs?
13
13
 
@@ -29,7 +29,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
29
29
  typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
30
30
 
31
31
  __jsii_assembly__ = jsii.JSIIAssembly.load(
32
- "constructs", "10.4.4", __name__[0:-6], "constructs@10.4.4.jsii.tgz"
32
+ "constructs", "10.4.5", __name__[0:-6], "constructs@10.4.5.jsii.tgz"
33
33
  )
34
34
 
35
35
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: constructs
3
- Version: 10.4.4
3
+ Version: 10.4.5
4
4
  Summary: A programming model for software-defined state
5
5
  Home-page: https://github.com/aws/constructs
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -20,7 +20,7 @@ Requires-Python: ~=3.9
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
22
  License-File: NOTICE
23
- Requires-Dist: jsii<2.0.0,>=1.121.0
23
+ Requires-Dist: jsii<2.0.0,>=1.125.0
24
24
  Requires-Dist: publication>=0.0.3
25
25
  Requires-Dist: typeguard==2.13.3
26
26
 
@@ -32,7 +32,7 @@ Requires-Dist: typeguard==2.13.3
32
32
  [![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
33
33
  [![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/constructs)
34
34
  [![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Constructs)
35
- [![Maven Central](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs)
35
+ [![Maven Central](https://maven-badges.sml.io/maven-central/software.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.sml.io/maven-central/software.constructs/constructs)
36
36
 
37
37
  ## What are constructs?
38
38
 
@@ -12,4 +12,4 @@ src/constructs.egg-info/dependency_links.txt
12
12
  src/constructs.egg-info/requires.txt
13
13
  src/constructs.egg-info/top_level.txt
14
14
  src/constructs/_jsii/__init__.py
15
- src/constructs/_jsii/constructs@10.4.4.jsii.tgz
15
+ src/constructs/_jsii/constructs@10.4.5.jsii.tgz
@@ -1,3 +1,3 @@
1
- jsii<2.0.0,>=1.121.0
1
+ jsii<2.0.0,>=1.125.0
2
2
  publication>=0.0.3
3
3
  typeguard==2.13.3
File without changes
File without changes
File without changes
File without changes
File without changes