projen-modules 1.2.75__tar.gz → 1.2.77__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: projen_modules
3
- Version: 1.2.75
3
+ Version: 1.2.77
4
4
  Summary: A collection of projen modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -22,7 +22,7 @@ Requires-Python: >=3.10
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: constructs==10.6.0
25
- Requires-Dist: jsii<2.0.0,>=1.137.0
25
+ Requires-Dist: jsii<2.0.0,>=1.138.0
26
26
  Requires-Dist: projen<1.0.0,>=0.101.4
27
27
  Requires-Dist: publication>=0.0.3
28
28
 
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "projen_modules",
8
- "version": "1.2.75",
8
+ "version": "1.2.77",
9
9
  "description": "A collection of projen modules",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/daveshepherd/projen-modules.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "projen_modules._jsii": [
29
- "projen-modules@1.2.75.jsii.tgz"
29
+ "projen-modules@1.2.77.jsii.tgz"
30
30
  ],
31
31
  "projen_modules": [
32
32
  "py.typed"
@@ -35,7 +35,7 @@ kwargs = json.loads(
35
35
  "python_requires": ">=3.10",
36
36
  "install_requires": [
37
37
  "constructs==10.6.0",
38
- "jsii>=1.137.0, <2.0.0",
38
+ "jsii>=1.138.0, <2.0.0",
39
39
  "projen<1.0.0, >=0.101.4",
40
40
  "publication>=0.0.3"
41
41
  ],
@@ -70,7 +70,7 @@ import jsii
70
70
  import publication
71
71
  import typing_extensions
72
72
 
73
- from jsii._type_checking import check_type
73
+ from jsii._type_checking import cached_type_hints, check_type
74
74
 
75
75
 
76
76
  from ._jsii import *
@@ -645,7 +645,7 @@ class CdkTypeScriptApp(
645
645
  @readme.setter
646
646
  def readme(self, value: "Readme") -> None:
647
647
  if __debug__:
648
- type_hints = typing.get_type_hints(_typecheckingstub__a544530c4e440f72065d416ace5f306da46147589bc70a0f44ccba0553de9c78)
648
+ type_hints = cached_type_hints(_typecheckingstub__a544530c4e440f72065d416ace5f306da46147589bc70a0f44ccba0553de9c78)
649
649
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
650
650
  jsii.set(self, "readme", value) # pyright: ignore[reportArgumentType]
651
651
 
@@ -1238,7 +1238,7 @@ class CdkTypeScriptAppOptions:
1238
1238
  if isinstance(yarn_berry_options, dict):
1239
1239
  yarn_berry_options = _projen_javascript_04054675.YarnBerryOptions(**yarn_berry_options)
1240
1240
  if __debug__:
1241
- type_hints = typing.get_type_hints(_typecheckingstub__3a6354f4c0532263f309ca59025d89b070b95588f76bd5815340cc71a5341012)
1241
+ type_hints = cached_type_hints(_typecheckingstub__3a6354f4c0532263f309ca59025d89b070b95588f76bd5815340cc71a5341012)
1242
1242
  check_type(argname="argument cdk_version", value=cdk_version, expected_type=type_hints["cdk_version"])
1243
1243
  check_type(argname="argument code_owners", value=code_owners, expected_type=type_hints["code_owners"])
1244
1244
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
@@ -3901,7 +3901,7 @@ class _ISectionOptionsProxy:
3901
3901
  @body.setter
3902
3902
  def body(self, value: builtins.str) -> None:
3903
3903
  if __debug__:
3904
- type_hints = typing.get_type_hints(_typecheckingstub__23029d204b6d2d942365c98cdf1ae37497306087c242e282bc4760de997efd13)
3904
+ type_hints = cached_type_hints(_typecheckingstub__23029d204b6d2d942365c98cdf1ae37497306087c242e282bc4760de997efd13)
3905
3905
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3906
3906
  jsii.set(self, "body", value) # pyright: ignore[reportArgumentType]
3907
3907
 
@@ -3913,7 +3913,7 @@ class _ISectionOptionsProxy:
3913
3913
  @title.setter
3914
3914
  def title(self, value: builtins.str) -> None:
3915
3915
  if __debug__:
3916
- type_hints = typing.get_type_hints(_typecheckingstub__ae35859c3728359fce2cd5f37ce86da906192904c18d529b6c42fb7cd911ad9f)
3916
+ type_hints = cached_type_hints(_typecheckingstub__ae35859c3728359fce2cd5f37ce86da906192904c18d529b6c42fb7cd911ad9f)
3917
3917
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3918
3918
  jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
3919
3919
 
@@ -4442,7 +4442,7 @@ class JsiiProject(
4442
4442
  @readme.setter
4443
4443
  def readme(self, value: "Readme") -> None:
4444
4444
  if __debug__:
4445
- type_hints = typing.get_type_hints(_typecheckingstub__a6f448692015be891a4fa1b5c76f220188ba4be73e94a65360a4338352b1ea99)
4445
+ type_hints = cached_type_hints(_typecheckingstub__a6f448692015be891a4fa1b5c76f220188ba4be73e94a65360a4338352b1ea99)
4446
4446
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4447
4447
  jsii.set(self, "readme", value) # pyright: ignore[reportArgumentType]
4448
4448
 
@@ -5026,7 +5026,7 @@ class JsiiProjectOptions:
5026
5026
  if isinstance(yarn_berry_options, dict):
5027
5027
  yarn_berry_options = _projen_javascript_04054675.YarnBerryOptions(**yarn_berry_options)
5028
5028
  if __debug__:
5029
- type_hints = typing.get_type_hints(_typecheckingstub__bcc0f0f3d874afabc142961b7ca192083fcad906385166f2e47f7e7399ce16bc)
5029
+ type_hints = cached_type_hints(_typecheckingstub__bcc0f0f3d874afabc142961b7ca192083fcad906385166f2e47f7e7399ce16bc)
5030
5030
  check_type(argname="argument author", value=author, expected_type=type_hints["author"])
5031
5031
  check_type(argname="argument author_address", value=author_address, expected_type=type_hints["author_address"])
5032
5032
  check_type(argname="argument code_owners", value=code_owners, expected_type=type_hints["code_owners"])
@@ -8069,7 +8069,7 @@ class NpmPackage(
8069
8069
  @readme.setter
8070
8070
  def readme(self, value: "Readme") -> None:
8071
8071
  if __debug__:
8072
- type_hints = typing.get_type_hints(_typecheckingstub__6cb7da275ba82f1b6bb477c4c22f7721642ea0759b39a4fc1874a92b34daa7eb)
8072
+ type_hints = cached_type_hints(_typecheckingstub__6cb7da275ba82f1b6bb477c4c22f7721642ea0759b39a4fc1874a92b34daa7eb)
8073
8073
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8074
8074
  jsii.set(self, "readme", value) # pyright: ignore[reportArgumentType]
8075
8075
 
@@ -8600,7 +8600,7 @@ class NpmPackageOptions:
8600
8600
  if isinstance(yarn_berry_options, dict):
8601
8601
  yarn_berry_options = _projen_javascript_04054675.YarnBerryOptions(**yarn_berry_options)
8602
8602
  if __debug__:
8603
- type_hints = typing.get_type_hints(_typecheckingstub__b17dce6f2f04ceb519c781a818d66bcf4fef528d5b613028b126fd373e7b4048)
8603
+ type_hints = cached_type_hints(_typecheckingstub__b17dce6f2f04ceb519c781a818d66bcf4fef528d5b613028b126fd373e7b4048)
8604
8604
  check_type(argname="argument code_owners", value=code_owners, expected_type=type_hints["code_owners"])
8605
8605
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
8606
8606
  check_type(argname="argument add_package_manager_to_dev_engines", value=add_package_manager_to_dev_engines, expected_type=type_hints["add_package_manager_to_dev_engines"])
@@ -11143,7 +11143,7 @@ class PythonPackage(
11143
11143
  @readme.setter
11144
11144
  def readme(self, value: "Readme") -> None:
11145
11145
  if __debug__:
11146
- type_hints = typing.get_type_hints(_typecheckingstub__1a456e663d7da59de9fd68ca5bb5f5bc98971d99102fdb04adfe975c14215095)
11146
+ type_hints = cached_type_hints(_typecheckingstub__1a456e663d7da59de9fd68ca5bb5f5bc98971d99102fdb04adfe975c14215095)
11147
11147
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11148
11148
  jsii.set(self, "readme", value) # pyright: ignore[reportArgumentType]
11149
11149
 
@@ -11377,7 +11377,7 @@ class PythonPackageOptions:
11377
11377
  if isinstance(venv_options, dict):
11378
11378
  venv_options = _projen_python_04054675.VenvOptions(**venv_options)
11379
11379
  if __debug__:
11380
- type_hints = typing.get_type_hints(_typecheckingstub__882525f8fb69251a060fbbe97c2383313ea4b9c0269874cb1d13172a5420010c)
11380
+ type_hints = cached_type_hints(_typecheckingstub__882525f8fb69251a060fbbe97c2383313ea4b9c0269874cb1d13172a5420010c)
11381
11381
  check_type(argname="argument author_email", value=author_email, expected_type=type_hints["author_email"])
11382
11382
  check_type(argname="argument author_name", value=author_name, expected_type=type_hints["author_name"])
11383
11383
  check_type(argname="argument code_owners", value=code_owners, expected_type=type_hints["code_owners"])
@@ -12290,7 +12290,7 @@ class Readme(
12290
12290
  :param description: The description of the project.
12291
12291
  '''
12292
12292
  if __debug__:
12293
- type_hints = typing.get_type_hints(_typecheckingstub__5cc1200292e645dca3ec7cf2cbf9f2c41def9f24ed1dbb485999955eb69cadd7)
12293
+ type_hints = cached_type_hints(_typecheckingstub__5cc1200292e645dca3ec7cf2cbf9f2c41def9f24ed1dbb485999955eb69cadd7)
12294
12294
  check_type(argname="argument project", value=project, expected_type=type_hints["project"])
12295
12295
  options = ReadmeOptions(description=description)
12296
12296
 
@@ -12303,7 +12303,7 @@ class Readme(
12303
12303
  :param body: -
12304
12304
  '''
12305
12305
  if __debug__:
12306
- type_hints = typing.get_type_hints(_typecheckingstub__ea72ea6648af1397d521aa4c3a3e8209831871f002cc5eed0118e644c221ff53)
12306
+ type_hints = cached_type_hints(_typecheckingstub__ea72ea6648af1397d521aa4c3a3e8209831871f002cc5eed0118e644c221ff53)
12307
12307
  check_type(argname="argument title", value=title, expected_type=type_hints["title"])
12308
12308
  check_type(argname="argument body", value=body, expected_type=type_hints["body"])
12309
12309
  return typing.cast(None, jsii.invoke(self, "addSection", [title, body]))
@@ -12318,7 +12318,7 @@ class Readme(
12318
12318
  :param _: -
12319
12319
  '''
12320
12320
  if __debug__:
12321
- type_hints = typing.get_type_hints(_typecheckingstub__7f98643f5b00531165345da2ee730415f041f7d8dbd28b8b04ea939baaf7bbce)
12321
+ type_hints = cached_type_hints(_typecheckingstub__7f98643f5b00531165345da2ee730415f041f7d8dbd28b8b04ea939baaf7bbce)
12322
12322
  check_type(argname="argument _", value=_, expected_type=type_hints["_"])
12323
12323
  return typing.cast(typing.Optional[builtins.str], jsii.invoke(self, "synthesizeContent", [_]))
12324
12324
 
@@ -12330,7 +12330,7 @@ class Readme(
12330
12330
  @sections.setter
12331
12331
  def sections(self, value: typing.List["Section"]) -> None:
12332
12332
  if __debug__:
12333
- type_hints = typing.get_type_hints(_typecheckingstub__b866744efc0f7f57d44f27762344fc5d2fc2a11698dc4f0fe4a59965bec00bc0)
12333
+ type_hints = cached_type_hints(_typecheckingstub__b866744efc0f7f57d44f27762344fc5d2fc2a11698dc4f0fe4a59965bec00bc0)
12334
12334
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
12335
12335
  jsii.set(self, "sections", value) # pyright: ignore[reportArgumentType]
12336
12336
 
@@ -12342,7 +12342,7 @@ class Readme(
12342
12342
  @description.setter
12343
12343
  def description(self, value: typing.Optional[builtins.str]) -> None:
12344
12344
  if __debug__:
12345
- type_hints = typing.get_type_hints(_typecheckingstub__3be025b008bae89967f33ac0d0514c1355ca95d6c065b6e4bf039717a4005b50)
12345
+ type_hints = cached_type_hints(_typecheckingstub__3be025b008bae89967f33ac0d0514c1355ca95d6c065b6e4bf039717a4005b50)
12346
12346
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
12347
12347
  jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
12348
12348
 
@@ -12358,7 +12358,7 @@ class ReadmeOptions:
12358
12358
  :param description: The description of the project.
12359
12359
  '''
12360
12360
  if __debug__:
12361
- type_hints = typing.get_type_hints(_typecheckingstub__96a11fa5d843f4f5d45e2690ef6a6b6e0851eb4e74c4330cfe550d6b63ce62b8)
12361
+ type_hints = cached_type_hints(_typecheckingstub__96a11fa5d843f4f5d45e2690ef6a6b6e0851eb4e74c4330cfe550d6b63ce62b8)
12362
12362
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
12363
12363
  self._values: typing.Dict[builtins.str, typing.Any] = {}
12364
12364
  if description is not None:
@@ -12388,7 +12388,7 @@ class Section(metaclass=jsii.JSIIMeta, jsii_type="projen-modules.Section"):
12388
12388
  :param options: -
12389
12389
  '''
12390
12390
  if __debug__:
12391
- type_hints = typing.get_type_hints(_typecheckingstub__1e42be693dde8cd80a4e05381ff22f05cb4318ab11dab8a9118ec46f997b6b78)
12391
+ type_hints = cached_type_hints(_typecheckingstub__1e42be693dde8cd80a4e05381ff22f05cb4318ab11dab8a9118ec46f997b6b78)
12392
12392
  check_type(argname="argument options", value=options, expected_type=type_hints["options"])
12393
12393
  jsii.create(self.__class__, self, [options])
12394
12394
 
@@ -11,14 +11,14 @@ import jsii
11
11
  import publication
12
12
  import typing_extensions
13
13
 
14
- from jsii._type_checking import check_type
14
+ from jsii._type_checking import cached_type_hints, check_type
15
15
 
16
16
 
17
17
  import constructs._jsii
18
18
  import projen._jsii
19
19
 
20
20
  __jsii_assembly__ = jsii.JSIIAssembly.load(
21
- "projen-modules", "1.2.75", __name__[0:-6], "projen-modules@1.2.75.jsii.tgz"
21
+ "projen-modules", "1.2.77", __name__[0:-6], "projen-modules@1.2.77.jsii.tgz"
22
22
  )
23
23
 
24
24
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: projen_modules
3
- Version: 1.2.75
3
+ Version: 1.2.77
4
4
  Summary: A collection of projen modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -22,7 +22,7 @@ Requires-Python: >=3.10
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: constructs==10.6.0
25
- Requires-Dist: jsii<2.0.0,>=1.137.0
25
+ Requires-Dist: jsii<2.0.0,>=1.138.0
26
26
  Requires-Dist: projen<1.0.0,>=0.101.4
27
27
  Requires-Dist: publication>=0.0.3
28
28
 
@@ -11,4 +11,4 @@ src/projen_modules.egg-info/dependency_links.txt
11
11
  src/projen_modules.egg-info/requires.txt
12
12
  src/projen_modules.egg-info/top_level.txt
13
13
  src/projen_modules/_jsii/__init__.py
14
- src/projen_modules/_jsii/projen-modules@1.2.75.jsii.tgz
14
+ src/projen_modules/_jsii/projen-modules@1.2.77.jsii.tgz
@@ -1,4 +1,4 @@
1
1
  constructs==10.6.0
2
- jsii<2.0.0,>=1.137.0
2
+ jsii<2.0.0,>=1.138.0
3
3
  projen<1.0.0,>=0.101.4
4
4
  publication>=0.0.3
File without changes