projen 0.101.9 → 0.101.10

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.
Files changed (150) hide show
  1. package/.jsii +773 -259
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +1 -1
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +3 -3
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-build.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +2 -2
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/auto-queue.js +1 -1
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/dependency-review.js +1 -1
  46. package/lib/github/github-credentials.js +1 -1
  47. package/lib/github/github-project.js +1 -1
  48. package/lib/github/github.js +1 -1
  49. package/lib/github/merge-queue.js +1 -1
  50. package/lib/github/mergify.js +1 -1
  51. package/lib/github/pr-template.js +1 -1
  52. package/lib/github/pull-request-backport.js +1 -1
  53. package/lib/github/pull-request-lint.js +1 -1
  54. package/lib/github/stale.js +1 -1
  55. package/lib/github/task-workflow-job.js +1 -1
  56. package/lib/github/task-workflow.js +1 -1
  57. package/lib/github/workflow-actions.js +1 -1
  58. package/lib/github/workflow-jobs.js +1 -1
  59. package/lib/github/workflow-steps.js +1 -1
  60. package/lib/github/workflows.js +1 -1
  61. package/lib/gitlab/configuration.js +1 -1
  62. package/lib/gitlab/gitlab-configuration.js +1 -1
  63. package/lib/gitlab/nested-configuration.js +1 -1
  64. package/lib/gitpod.js +1 -1
  65. package/lib/ignore-file.js +1 -1
  66. package/lib/ini.js +1 -1
  67. package/lib/java/java-project.js +1 -1
  68. package/lib/java/junit.js +1 -1
  69. package/lib/java/maven-compile.js +1 -1
  70. package/lib/java/maven-packaging.js +1 -1
  71. package/lib/java/maven-sample.js +1 -1
  72. package/lib/java/pom.js +2 -2
  73. package/lib/java/projenrc.js +1 -1
  74. package/lib/javascript/biome/biome.js +1 -1
  75. package/lib/javascript/bundler.js +1 -1
  76. package/lib/javascript/eslint.js +1 -1
  77. package/lib/javascript/jest.js +4 -4
  78. package/lib/javascript/license-checker.js +1 -1
  79. package/lib/javascript/node-package.js +1 -1
  80. package/lib/javascript/node-project.js +1 -1
  81. package/lib/javascript/npm-config.js +1 -1
  82. package/lib/javascript/pnpm-workspace-config.js +2 -2
  83. package/lib/javascript/pnpm-workspace.js +1 -1
  84. package/lib/javascript/prettier.js +1 -1
  85. package/lib/javascript/projenrc.js +1 -1
  86. package/lib/javascript/typescript-config.js +2 -2
  87. package/lib/javascript/upgrade-dependencies.js +2 -2
  88. package/lib/javascript/yarnrc.js +1 -1
  89. package/lib/json-patch.js +1 -1
  90. package/lib/json.js +1 -1
  91. package/lib/license.js +1 -1
  92. package/lib/logger.js +1 -1
  93. package/lib/makefile.js +1 -1
  94. package/lib/object-file.js +1 -1
  95. package/lib/project-build.js +1 -1
  96. package/lib/project-tree.js +1 -1
  97. package/lib/project.js +1 -1
  98. package/lib/projects.js +1 -1
  99. package/lib/projenrc-json.js +1 -1
  100. package/lib/projenrc.js +1 -1
  101. package/lib/python/pip.js +1 -1
  102. package/lib/python/poetry.js +2 -2
  103. package/lib/python/projenrc.js +1 -1
  104. package/lib/python/pyproject-toml-file.js +1 -1
  105. package/lib/python/pyproject-toml.d.ts +66 -9
  106. package/lib/python/pyproject-toml.js +7 -1
  107. package/lib/python/pytest-sample.js +1 -1
  108. package/lib/python/pytest.js +1 -1
  109. package/lib/python/python-project.js +1 -1
  110. package/lib/python/python-sample.js +1 -1
  111. package/lib/python/requirements-file.js +1 -1
  112. package/lib/python/setuppy.js +1 -1
  113. package/lib/python/setuptools.js +1 -1
  114. package/lib/python/uv-config.d.ts +301 -128
  115. package/lib/python/uv-config.js +165 -106
  116. package/lib/python/uv.js +1 -1
  117. package/lib/python/venv.js +1 -1
  118. package/lib/readme.js +1 -1
  119. package/lib/release/publisher.js +1 -1
  120. package/lib/release/release-trigger.js +1 -1
  121. package/lib/release/release.js +1 -1
  122. package/lib/renovatebot.js +1 -1
  123. package/lib/run-task.cjs +1 -1
  124. package/lib/sample-file.js +2 -2
  125. package/lib/script-runner.js +1 -1
  126. package/lib/source-code.js +1 -1
  127. package/lib/task-shell.js +1 -1
  128. package/lib/task.js +1 -1
  129. package/lib/tasks.js +1 -1
  130. package/lib/testing.js +1 -1
  131. package/lib/textfile.js +1 -1
  132. package/lib/toml.js +1 -1
  133. package/lib/typescript/projenrc-ts.js +1 -1
  134. package/lib/typescript/projenrc.js +1 -1
  135. package/lib/typescript/typescript-runner.js +1 -1
  136. package/lib/typescript/typescript-typedoc.js +1 -1
  137. package/lib/typescript/typescript.js +5 -5
  138. package/lib/version.js +2 -2
  139. package/lib/vscode/devcontainer.js +1 -1
  140. package/lib/vscode/extensions.js +1 -1
  141. package/lib/vscode/launch-config.js +1 -1
  142. package/lib/vscode/settings.js +1 -1
  143. package/lib/vscode/vscode.js +1 -1
  144. package/lib/web/next.js +3 -3
  145. package/lib/web/postcss.js +1 -1
  146. package/lib/web/react.js +3 -3
  147. package/lib/web/tailwind.js +1 -1
  148. package/lib/xmlfile.js +1 -1
  149. package/lib/yaml.js +1 -1
  150. package/package.json +1 -1
package/.jsii CHANGED
@@ -72667,7 +72667,7 @@
72667
72667
  "kind": "interface",
72668
72668
  "locationInModule": {
72669
72669
  "filename": "src/python/pyproject-toml.ts",
72670
- "line": 499
72670
+ "line": 568
72671
72671
  },
72672
72672
  "name": "ProjectAuthor",
72673
72673
  "namespace": "python",
@@ -72683,7 +72683,7 @@
72683
72683
  "immutable": true,
72684
72684
  "locationInModule": {
72685
72685
  "filename": "src/python/pyproject-toml.ts",
72686
- "line": 508
72686
+ "line": 577
72687
72687
  },
72688
72688
  "name": "email",
72689
72689
  "optional": true,
@@ -72702,7 +72702,7 @@
72702
72702
  "immutable": true,
72703
72703
  "locationInModule": {
72704
72704
  "filename": "src/python/pyproject-toml.ts",
72705
- "line": 503
72705
+ "line": 572
72706
72706
  },
72707
72707
  "name": "name",
72708
72708
  "optional": true,
@@ -72913,7 +72913,7 @@
72913
72913
  "immutable": true,
72914
72914
  "locationInModule": {
72915
72915
  "filename": "src/python/pyproject-toml.ts",
72916
- "line": 25
72916
+ "line": 26
72917
72917
  },
72918
72918
  "name": "buildSystem",
72919
72919
  "optional": true,
@@ -72933,7 +72933,7 @@
72933
72933
  "immutable": true,
72934
72934
  "locationInModule": {
72935
72935
  "filename": "src/python/pyproject-toml.ts",
72936
- "line": 20
72936
+ "line": 21
72937
72937
  },
72938
72938
  "name": "dependencyGroups",
72939
72939
  "optional": true,
@@ -72947,14 +72947,14 @@
72947
72947
  "custom": {
72948
72948
  "schema": "PyprojectToml#project"
72949
72949
  },
72950
- "remarks": "- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.",
72950
+ "remarks": "- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.\n- Partially dynamic metadata is specified in the `[project]` table as a list or table, and also listed in `dynamic`, allowing the build backend to add entries but not modify or remove existing ones.",
72951
72951
  "stability": "experimental",
72952
- "summary": "There are two kinds of metadata: _static_ and _dynamic_."
72952
+ "summary": "There are three kinds of metadata: _static_, _dynamic_, and _partially dynamic_."
72953
72953
  },
72954
72954
  "immutable": true,
72955
72955
  "locationInModule": {
72956
72956
  "filename": "src/python/pyproject-toml.ts",
72957
- "line": 13
72957
+ "line": 14
72958
72958
  },
72959
72959
  "name": "project",
72960
72960
  "optional": true,
@@ -72975,7 +72975,7 @@
72975
72975
  "immutable": true,
72976
72976
  "locationInModule": {
72977
72977
  "filename": "src/python/pyproject-toml.ts",
72978
- "line": 32
72978
+ "line": 33
72979
72979
  },
72980
72980
  "name": "tool",
72981
72981
  "optional": true,
@@ -73109,15 +73109,15 @@
73109
73109
  "custom": {
73110
73110
  "schema": "PyprojectTomlProject"
73111
73111
  },
73112
- "remarks": "- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.",
73112
+ "remarks": "- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.\n- Partially dynamic metadata is specified in the `[project]` table as a list or table, and also listed in `dynamic`, allowing the build backend to add entries but not modify or remove existing ones.",
73113
73113
  "stability": "experimental",
73114
- "summary": "There are two kinds of metadata: _static_ and _dynamic_."
73114
+ "summary": "There are three kinds of metadata: _static_, _dynamic_, and _partially dynamic_."
73115
73115
  },
73116
73116
  "fqn": "projen.python.PyprojectTomlProject",
73117
73117
  "kind": "interface",
73118
73118
  "locationInModule": {
73119
73119
  "filename": "src/python/pyproject-toml.ts",
73120
- "line": 60
73120
+ "line": 62
73121
73121
  },
73122
73122
  "name": "PyprojectTomlProject",
73123
73123
  "namespace": "python",
@@ -73135,7 +73135,7 @@
73135
73135
  "immutable": true,
73136
73136
  "locationInModule": {
73137
73137
  "filename": "src/python/pyproject-toml.ts",
73138
- "line": 66
73138
+ "line": 68
73139
73139
  },
73140
73140
  "name": "name",
73141
73141
  "type": {
@@ -73231,7 +73231,7 @@
73231
73231
  "immutable": true,
73232
73232
  "locationInModule": {
73233
73233
  "filename": "src/python/pyproject-toml.ts",
73234
- "line": 80
73234
+ "line": 82
73235
73235
  },
73236
73236
  "name": "description",
73237
73237
  "optional": true,
@@ -73245,7 +73245,7 @@
73245
73245
  "custom": {
73246
73246
  "schema": "PyprojectTomlProject#dynamic"
73247
73247
  },
73248
- "remarks": "Each key must be listed only once. It is an error to both list a key in `dynamic` and use the key directly in `[project]`.\nOne of the most common usage is `version`, which allows build backend to retrieve project version from source code or version control system instead of hardcoding it in `pyproject.toml`.",
73248
+ "remarks": "Each key must be listed only once. It is an error to both list a key in `dynamic` and use the key directly in `[project]` unless the key is a list or table with arbitrary entries (PEP 808), in which case the build backend may extend it.\nOne of the most common usage is `version`, which allows build backend to retrieve project version from source code or version control system instead of hardcoding it in `pyproject.toml`.",
73249
73249
  "stability": "experimental",
73250
73250
  "summary": "Specifies which keys are intentionally unspecified under `[project]` table so build backend can/will provide such metadata dynamically."
73251
73251
  },
@@ -73392,9 +73392,8 @@
73392
73392
  "custom": {
73393
73393
  "schema": "PyprojectTomlProject#license"
73394
73394
  },
73395
- "remarks": "Newer tool may accept a single [SPDX license expression](https://spdx.github.io/spdx-spec/v2.2.2/SPDX-license-expressions/) string instead of a table.",
73396
73395
  "stability": "experimental",
73397
- "summary": "For now it is a table with either: - `file` key specifying a relative path to a license file, or - `text` key containing full license content."
73396
+ "summary": "A string containing a valid [SPDX license expression](https://spdx.github.io/spdx-spec/v2.2.2/SPDX-license-expressions/) (recommended), or a table with either: - `file` key specifying a relative path to a license file (deprecated per PEP 639), or - `text` key containing full license content (deprecated per PEP 639)."
73398
73397
  },
73399
73398
  "immutable": true,
73400
73399
  "locationInModule": {
@@ -73491,7 +73490,7 @@
73491
73490
  "immutable": true,
73492
73491
  "locationInModule": {
73493
73492
  "filename": "src/python/pyproject-toml.ts",
73494
- "line": 89
73493
+ "line": 91
73495
73494
  },
73496
73495
  "name": "readme",
73497
73496
  "optional": true,
@@ -73512,7 +73511,7 @@
73512
73511
  "immutable": true,
73513
73512
  "locationInModule": {
73514
73513
  "filename": "src/python/pyproject-toml.ts",
73515
- "line": 96
73514
+ "line": 98
73516
73515
  },
73517
73516
  "name": "requiresPython",
73518
73517
  "optional": true,
@@ -73583,7 +73582,7 @@
73583
73582
  "immutable": true,
73584
73583
  "locationInModule": {
73585
73584
  "filename": "src/python/pyproject-toml.ts",
73586
- "line": 73
73585
+ "line": 75
73587
73586
  },
73588
73587
  "name": "version",
73589
73588
  "optional": true,
@@ -73606,7 +73605,7 @@
73606
73605
  "kind": "enum",
73607
73606
  "locationInModule": {
73608
73607
  "filename": "src/python/pyproject-toml.ts",
73609
- "line": 530
73608
+ "line": 599
73610
73609
  },
73611
73610
  "members": [
73612
73611
  {
@@ -73800,6 +73799,66 @@
73800
73799
  "primitive": "any"
73801
73800
  }
73802
73801
  },
73802
+ {
73803
+ "abstract": true,
73804
+ "docs": {
73805
+ "custom": {
73806
+ "schema": "PyprojectTomlTool#dfc"
73807
+ },
73808
+ "stability": "experimental",
73809
+ "summary": "A CLI tool to check and validate Python docstring formatting and completeness."
73810
+ },
73811
+ "immutable": true,
73812
+ "locationInModule": {
73813
+ "filename": "src/python/pyproject-toml.ts",
73814
+ "line": 508
73815
+ },
73816
+ "name": "dfc",
73817
+ "optional": true,
73818
+ "type": {
73819
+ "primitive": "any"
73820
+ }
73821
+ },
73822
+ {
73823
+ "abstract": true,
73824
+ "docs": {
73825
+ "custom": {
73826
+ "schema": "PyprojectTomlTool#docstring-format-checker"
73827
+ },
73828
+ "stability": "experimental",
73829
+ "summary": "A CLI tool to check and validate Python docstring formatting and completeness."
73830
+ },
73831
+ "immutable": true,
73832
+ "locationInModule": {
73833
+ "filename": "src/python/pyproject-toml.ts",
73834
+ "line": 515
73835
+ },
73836
+ "name": "docstringFormatChecker",
73837
+ "optional": true,
73838
+ "type": {
73839
+ "primitive": "any"
73840
+ }
73841
+ },
73842
+ {
73843
+ "abstract": true,
73844
+ "docs": {
73845
+ "custom": {
73846
+ "schema": "PyprojectTomlTool#fastapi"
73847
+ },
73848
+ "stability": "experimental",
73849
+ "summary": "FastAPI web framework configuration."
73850
+ },
73851
+ "immutable": true,
73852
+ "locationInModule": {
73853
+ "filename": "src/python/pyproject-toml.ts",
73854
+ "line": 340
73855
+ },
73856
+ "name": "fastapi",
73857
+ "optional": true,
73858
+ "type": {
73859
+ "primitive": "any"
73860
+ }
73861
+ },
73803
73862
  {
73804
73863
  "abstract": true,
73805
73864
  "docs": {
@@ -73812,7 +73871,7 @@
73812
73871
  "immutable": true,
73813
73872
  "locationInModule": {
73814
73873
  "filename": "src/python/pyproject-toml.ts",
73815
- "line": 361
73874
+ "line": 396
73816
73875
  },
73817
73876
  "name": "hatch",
73818
73877
  "optional": true,
@@ -73832,7 +73891,7 @@
73832
73891
  "immutable": true,
73833
73892
  "locationInModule": {
73834
73893
  "filename": "src/python/pyproject-toml.ts",
73835
- "line": 368
73894
+ "line": 403
73836
73895
  },
73837
73896
  "name": "maturin",
73838
73897
  "optional": true,
@@ -73852,7 +73911,7 @@
73852
73911
  "immutable": true,
73853
73912
  "locationInModule": {
73854
73913
  "filename": "src/python/pyproject-toml.ts",
73855
- "line": 340
73914
+ "line": 375
73856
73915
  },
73857
73916
  "name": "mypy",
73858
73917
  "optional": true,
@@ -73872,7 +73931,7 @@
73872
73931
  "immutable": true,
73873
73932
  "locationInModule": {
73874
73933
  "filename": "src/python/pyproject-toml.ts",
73875
- "line": 410
73934
+ "line": 452
73876
73935
  },
73877
73936
  "name": "pdm",
73878
73937
  "optional": true,
@@ -73880,6 +73939,26 @@
73880
73939
  "primitive": "any"
73881
73940
  }
73882
73941
  },
73942
+ {
73943
+ "abstract": true,
73944
+ "docs": {
73945
+ "custom": {
73946
+ "schema": "PyprojectTomlTool#pixi"
73947
+ },
73948
+ "stability": "experimental",
73949
+ "summary": "A package manager and task runner."
73950
+ },
73951
+ "immutable": true,
73952
+ "locationInModule": {
73953
+ "filename": "src/python/pyproject-toml.ts",
73954
+ "line": 431
73955
+ },
73956
+ "name": "pixi",
73957
+ "optional": true,
73958
+ "type": {
73959
+ "primitive": "any"
73960
+ }
73961
+ },
73883
73962
  {
73884
73963
  "abstract": true,
73885
73964
  "docs": {
@@ -73887,12 +73966,12 @@
73887
73966
  "schema": "PyprojectTomlTool#poe"
73888
73967
  },
73889
73968
  "stability": "experimental",
73890
- "summary": "A task runner that works well with pyproject.toml files."
73969
+ "summary": "A task runner that works well with `pyproject.toml` files."
73891
73970
  },
73892
73971
  "immutable": true,
73893
73972
  "locationInModule": {
73894
73973
  "filename": "src/python/pyproject-toml.ts",
73895
- "line": 396
73974
+ "line": 438
73896
73975
  },
73897
73976
  "name": "poe",
73898
73977
  "optional": true,
@@ -73912,7 +73991,7 @@
73912
73991
  "immutable": true,
73913
73992
  "locationInModule": {
73914
73993
  "filename": "src/python/pyproject-toml.ts",
73915
- "line": 403
73994
+ "line": 445
73916
73995
  },
73917
73996
  "name": "poetry",
73918
73997
  "optional": true,
@@ -73932,7 +74011,7 @@
73932
74011
  "immutable": true,
73933
74012
  "locationInModule": {
73934
74013
  "filename": "src/python/pyproject-toml.ts",
73935
- "line": 417
74014
+ "line": 459
73936
74015
  },
73937
74016
  "name": "pyright",
73938
74017
  "optional": true,
@@ -73952,7 +74031,7 @@
73952
74031
  "immutable": true,
73953
74032
  "locationInModule": {
73954
74033
  "filename": "src/python/pyproject-toml.ts",
73955
- "line": 424
74034
+ "line": 466
73956
74035
  },
73957
74036
  "name": "pytest",
73958
74037
  "optional": true,
@@ -73960,6 +74039,26 @@
73960
74039
  "primitive": "any"
73961
74040
  }
73962
74041
  },
74042
+ {
74043
+ "abstract": true,
74044
+ "docs": {
74045
+ "custom": {
74046
+ "schema": "PyprojectTomlTool#quikrun"
74047
+ },
74048
+ "stability": "experimental",
74049
+ "summary": "A CLI tool to run code files instantly without typing complex commands in terminal."
74050
+ },
74051
+ "immutable": true,
74052
+ "locationInModule": {
74053
+ "filename": "src/python/pyproject-toml.ts",
74054
+ "line": 522
74055
+ },
74056
+ "name": "quikrun",
74057
+ "optional": true,
74058
+ "type": {
74059
+ "primitive": "any"
74060
+ }
74061
+ },
73963
74062
  {
73964
74063
  "abstract": true,
73965
74064
  "docs": {
@@ -73972,7 +74071,7 @@
73972
74071
  "immutable": true,
73973
74072
  "locationInModule": {
73974
74073
  "filename": "src/python/pyproject-toml.ts",
73975
- "line": 431
74074
+ "line": 473
73976
74075
  },
73977
74076
  "name": "repoReview",
73978
74077
  "optional": true,
@@ -73992,7 +74091,7 @@
73992
74091
  "immutable": true,
73993
74092
  "locationInModule": {
73994
74093
  "filename": "src/python/pyproject-toml.ts",
73995
- "line": 347
74094
+ "line": 382
73996
74095
  },
73997
74096
  "name": "ruff",
73998
74097
  "optional": true,
@@ -74000,6 +74099,27 @@
74000
74099
  "primitive": "any"
74001
74100
  }
74002
74101
  },
74102
+ {
74103
+ "abstract": true,
74104
+ "docs": {
74105
+ "custom": {
74106
+ "schema": "PyprojectTomlTool#scheduled"
74107
+ },
74108
+ "remarks": "This is a specification for declaring recurring scheduled jobs in Python projects, in `pyproject.toml`.\n\nIt defines how jobs are declared and how providers would run them.\n\nIt does not provide a specific implementation for running scheduled jobs, because that is provider specific.\n\nFor example, a file at `app/jobs.py` could define:\n\n```python\ndef clean_files():\nprint(\"Running cleanup...\")\n```\n\nYou could define a scheduled job to run that function once per day with:\n\n```toml\n[tool.scheduled.clean-files]\nevery = \"day\"\nentrypoint = \"app.jobs:clean_files\"\n```",
74109
+ "stability": "experimental",
74110
+ "summary": "Scheduled jobs in Python's `pyproject.toml`."
74111
+ },
74112
+ "immutable": true,
74113
+ "locationInModule": {
74114
+ "filename": "src/python/pyproject-toml.ts",
74115
+ "line": 368
74116
+ },
74117
+ "name": "scheduled",
74118
+ "optional": true,
74119
+ "type": {
74120
+ "primitive": "any"
74121
+ }
74122
+ },
74003
74123
  {
74004
74124
  "abstract": true,
74005
74125
  "docs": {
@@ -74012,7 +74132,7 @@
74012
74132
  "immutable": true,
74013
74133
  "locationInModule": {
74014
74134
  "filename": "src/python/pyproject-toml.ts",
74015
- "line": 375
74135
+ "line": 410
74016
74136
  },
74017
74137
  "name": "scikitBuild",
74018
74138
  "optional": true,
@@ -74032,7 +74152,7 @@
74032
74152
  "immutable": true,
74033
74153
  "locationInModule": {
74034
74154
  "filename": "src/python/pyproject-toml.ts",
74035
- "line": 382
74155
+ "line": 417
74036
74156
  },
74037
74157
  "name": "setuptools",
74038
74158
  "optional": true,
@@ -74052,7 +74172,7 @@
74052
74172
  "immutable": true,
74053
74173
  "locationInModule": {
74054
74174
  "filename": "src/python/pyproject-toml.ts",
74055
- "line": 389
74175
+ "line": 424
74056
74176
  },
74057
74177
  "name": "setuptoolsScm",
74058
74178
  "optional": true,
@@ -74072,7 +74192,7 @@
74072
74192
  "immutable": true,
74073
74193
  "locationInModule": {
74074
74194
  "filename": "src/python/pyproject-toml.ts",
74075
- "line": 438
74195
+ "line": 480
74076
74196
  },
74077
74197
  "name": "taskipy",
74078
74198
  "optional": true,
@@ -74093,7 +74213,7 @@
74093
74213
  "immutable": true,
74094
74214
  "locationInModule": {
74095
74215
  "filename": "src/python/pyproject-toml.ts",
74096
- "line": 445
74216
+ "line": 487
74097
74217
  },
74098
74218
  "name": "tombi",
74099
74219
  "optional": true,
@@ -74113,7 +74233,7 @@
74113
74233
  "immutable": true,
74114
74234
  "locationInModule": {
74115
74235
  "filename": "src/python/pyproject-toml.ts",
74116
- "line": 452
74236
+ "line": 494
74117
74237
  },
74118
74238
  "name": "tox",
74119
74239
  "optional": true,
@@ -74133,7 +74253,7 @@
74133
74253
  "immutable": true,
74134
74254
  "locationInModule": {
74135
74255
  "filename": "src/python/pyproject-toml.ts",
74136
- "line": 354
74256
+ "line": 389
74137
74257
  },
74138
74258
  "name": "ty",
74139
74259
  "optional": true,
@@ -74153,7 +74273,7 @@
74153
74273
  "immutable": true,
74154
74274
  "locationInModule": {
74155
74275
  "filename": "src/python/pyproject-toml.ts",
74156
- "line": 459
74276
+ "line": 501
74157
74277
  },
74158
74278
  "name": "uv",
74159
74279
  "optional": true,
@@ -76235,7 +76355,7 @@
76235
76355
  "kind": "enum",
76236
76356
  "locationInModule": {
76237
76357
  "filename": "src/python/uv-config.ts",
76238
- "line": 832
76358
+ "line": 914
76239
76359
  },
76240
76360
  "members": [
76241
76361
  {
@@ -76287,7 +76407,7 @@
76287
76407
  "kind": "enum",
76288
76408
  "locationInModule": {
76289
76409
  "filename": "src/python/uv-config.ts",
76290
- "line": 2367
76410
+ "line": 2674
76291
76411
  },
76292
76412
  "members": [
76293
76413
  {
@@ -76311,6 +76431,79 @@
76311
76431
  "namespace": "python.uvConfig",
76312
76432
  "symbolId": "src/python/uv-config:AnnotationStyle"
76313
76433
  },
76434
+ "projen.python.uvConfig.AuditOptions": {
76435
+ "assembly": "projen",
76436
+ "datatype": true,
76437
+ "docs": {
76438
+ "custom": {
76439
+ "schema": "AuditOptions"
76440
+ },
76441
+ "stability": "experimental"
76442
+ },
76443
+ "fqn": "projen.python.uvConfig.AuditOptions",
76444
+ "kind": "interface",
76445
+ "locationInModule": {
76446
+ "filename": "src/python/uv-config.ts",
76447
+ "line": 934
76448
+ },
76449
+ "name": "AuditOptions",
76450
+ "namespace": "python.uvConfig",
76451
+ "properties": [
76452
+ {
76453
+ "abstract": true,
76454
+ "docs": {
76455
+ "custom": {
76456
+ "schema": "AuditOptions#ignore"
76457
+ },
76458
+ "remarks": "Vulnerabilities matching any of the provided IDs (including aliases) will be excluded from\nthe audit results.",
76459
+ "stability": "experimental",
76460
+ "summary": "A list of vulnerability IDs to ignore during auditing."
76461
+ },
76462
+ "immutable": true,
76463
+ "locationInModule": {
76464
+ "filename": "src/python/uv-config.ts",
76465
+ "line": 943
76466
+ },
76467
+ "name": "ignore",
76468
+ "optional": true,
76469
+ "type": {
76470
+ "collection": {
76471
+ "elementtype": {
76472
+ "primitive": "string"
76473
+ },
76474
+ "kind": "array"
76475
+ }
76476
+ }
76477
+ },
76478
+ {
76479
+ "abstract": true,
76480
+ "docs": {
76481
+ "custom": {
76482
+ "schema": "AuditOptions#ignore-until-fixed"
76483
+ },
76484
+ "remarks": "Vulnerabilities matching any of the provided IDs (including aliases) will be excluded from\nthe audit results as long as they have no known fix versions. Once a fix version becomes\navailable, the vulnerability will be reported again.",
76485
+ "stability": "experimental",
76486
+ "summary": "A list of vulnerability IDs to ignore during auditing, but only while no fix is available."
76487
+ },
76488
+ "immutable": true,
76489
+ "locationInModule": {
76490
+ "filename": "src/python/uv-config.ts",
76491
+ "line": 954
76492
+ },
76493
+ "name": "ignoreUntilFixed",
76494
+ "optional": true,
76495
+ "type": {
76496
+ "collection": {
76497
+ "elementtype": {
76498
+ "primitive": "string"
76499
+ },
76500
+ "kind": "array"
76501
+ }
76502
+ }
76503
+ }
76504
+ ],
76505
+ "symbolId": "src/python/uv-config:AuditOptions"
76506
+ },
76314
76507
  "projen.python.uvConfig.AuthPolicy": {
76315
76508
  "assembly": "projen",
76316
76509
  "docs": {
@@ -76324,7 +76517,7 @@
76324
76517
  "kind": "enum",
76325
76518
  "locationInModule": {
76326
76519
  "filename": "src/python/uv-config.ts",
76327
- "line": 2296
76520
+ "line": 2603
76328
76521
  },
76329
76522
  "members": [
76330
76523
  {
@@ -76371,7 +76564,7 @@
76371
76564
  "kind": "interface",
76372
76565
  "locationInModule": {
76373
76566
  "filename": "src/python/uv-config.ts",
76374
- "line": 860
76567
+ "line": 984
76375
76568
  },
76376
76569
  "name": "BuildBackendSettings",
76377
76570
  "namespace": "python.uvConfig",
@@ -76389,7 +76582,7 @@
76389
76582
  "immutable": true,
76390
76583
  "locationInModule": {
76391
76584
  "filename": "src/python/uv-config.ts",
76392
- "line": 886
76585
+ "line": 1010
76393
76586
  },
76394
76587
  "name": "data",
76395
76588
  "optional": true,
@@ -76410,7 +76603,7 @@
76410
76603
  "immutable": true,
76411
76604
  "locationInModule": {
76412
76605
  "filename": "src/python/uv-config.ts",
76413
- "line": 895
76606
+ "line": 1019
76414
76607
  },
76415
76608
  "name": "defaultExcludes",
76416
76609
  "optional": true,
@@ -76431,7 +76624,7 @@
76431
76624
  "immutable": true,
76432
76625
  "locationInModule": {
76433
76626
  "filename": "src/python/uv-config.ts",
76434
- "line": 919
76627
+ "line": 1043
76435
76628
  },
76436
76629
  "name": "moduleName",
76437
76630
  "optional": true,
@@ -76452,7 +76645,7 @@
76452
76645
  "immutable": true,
76453
76646
  "locationInModule": {
76454
76647
  "filename": "src/python/uv-config.ts",
76455
- "line": 928
76648
+ "line": 1052
76456
76649
  },
76457
76650
  "name": "moduleRoot",
76458
76651
  "optional": true,
@@ -76473,7 +76666,7 @@
76473
76666
  "immutable": true,
76474
76667
  "locationInModule": {
76475
76668
  "filename": "src/python/uv-config.ts",
76476
- "line": 977
76669
+ "line": 1101
76477
76670
  },
76478
76671
  "name": "namespace",
76479
76672
  "optional": true,
@@ -76487,13 +76680,14 @@
76487
76680
  "custom": {
76488
76681
  "schema": "BuildBackendSettings#source-exclude"
76489
76682
  },
76683
+ "remarks": "These exclusions are also applied to wheels to ensure that a wheel built from a source tree\nis consistent with a wheel built from a source distribution.",
76490
76684
  "stability": "experimental",
76491
76685
  "summary": "Glob expressions which files and directories to exclude from the source distribution."
76492
76686
  },
76493
76687
  "immutable": true,
76494
76688
  "locationInModule": {
76495
76689
  "filename": "src/python/uv-config.ts",
76496
- "line": 984
76690
+ "line": 1111
76497
76691
  },
76498
76692
  "name": "sourceExclude",
76499
76693
  "optional": true,
@@ -76519,7 +76713,7 @@
76519
76713
  "immutable": true,
76520
76714
  "locationInModule": {
76521
76715
  "filename": "src/python/uv-config.ts",
76522
- "line": 994
76716
+ "line": 1121
76523
76717
  },
76524
76718
  "name": "sourceInclude",
76525
76719
  "optional": true,
@@ -76544,7 +76738,7 @@
76544
76738
  "immutable": true,
76545
76739
  "locationInModule": {
76546
76740
  "filename": "src/python/uv-config.ts",
76547
- "line": 1001
76741
+ "line": 1128
76548
76742
  },
76549
76743
  "name": "wheelExclude",
76550
76744
  "optional": true,
@@ -76573,7 +76767,7 @@
76573
76767
  "kind": "interface",
76574
76768
  "locationInModule": {
76575
76769
  "filename": "src/python/uv-config.ts",
76576
- "line": 1071
76770
+ "line": 1198
76577
76771
  },
76578
76772
  "name": "DependencyGroupSettings",
76579
76773
  "namespace": "python.uvConfig",
@@ -76590,7 +76784,7 @@
76590
76784
  "immutable": true,
76591
76785
  "locationInModule": {
76592
76786
  "filename": "src/python/uv-config.ts",
76593
- "line": 1077
76787
+ "line": 1204
76594
76788
  },
76595
76789
  "name": "requiresPython",
76596
76790
  "optional": true,
@@ -76601,28 +76795,121 @@
76601
76795
  ],
76602
76796
  "symbolId": "src/python/uv-config:DependencyGroupSettings"
76603
76797
  },
76604
- "projen.python.uvConfig.ForkStrategy": {
76798
+ "projen.python.uvConfig.ExcludeNewerOverride": {
76605
76799
  "assembly": "projen",
76606
76800
  "docs": {
76607
76801
  "custom": {
76608
- "schema": "ForkStrategy"
76802
+ "schema": "ExcludeNewerOverride"
76609
76803
  },
76610
76804
  "stability": "experimental"
76611
76805
  },
76612
- "fqn": "projen.python.uvConfig.ForkStrategy",
76613
- "kind": "enum",
76806
+ "fqn": "projen.python.uvConfig.ExcludeNewerOverride",
76807
+ "kind": "class",
76614
76808
  "locationInModule": {
76615
76809
  "filename": "src/python/uv-config.ts",
76616
- "line": 1154
76810
+ "line": 1281
76617
76811
  },
76618
- "members": [
76812
+ "methods": [
76619
76813
  {
76620
76814
  "docs": {
76621
- "remarks": "Older versions may\nbe preferred if they are compatible with a wider range of supported Python versions or\nplatforms. (fewest)",
76622
- "stability": "experimental",
76623
- "summary": "Optimize for selecting the fewest number of versions for each package."
76815
+ "stability": "experimental"
76624
76816
  },
76625
- "name": "FEWEST"
76817
+ "locationInModule": {
76818
+ "filename": "src/python/uv-config.ts",
76819
+ "line": 1282
76820
+ },
76821
+ "name": "fromBoolean",
76822
+ "parameters": [
76823
+ {
76824
+ "name": "value",
76825
+ "type": {
76826
+ "primitive": "boolean"
76827
+ }
76828
+ }
76829
+ ],
76830
+ "returns": {
76831
+ "type": {
76832
+ "fqn": "projen.python.uvConfig.ExcludeNewerOverride"
76833
+ }
76834
+ },
76835
+ "static": true
76836
+ },
76837
+ {
76838
+ "docs": {
76839
+ "stability": "experimental"
76840
+ },
76841
+ "locationInModule": {
76842
+ "filename": "src/python/uv-config.ts",
76843
+ "line": 1285
76844
+ },
76845
+ "name": "fromString",
76846
+ "parameters": [
76847
+ {
76848
+ "name": "value",
76849
+ "type": {
76850
+ "primitive": "string"
76851
+ }
76852
+ }
76853
+ ],
76854
+ "returns": {
76855
+ "type": {
76856
+ "fqn": "projen.python.uvConfig.ExcludeNewerOverride"
76857
+ }
76858
+ },
76859
+ "static": true
76860
+ }
76861
+ ],
76862
+ "name": "ExcludeNewerOverride",
76863
+ "namespace": "python.uvConfig",
76864
+ "properties": [
76865
+ {
76866
+ "docs": {
76867
+ "stability": "experimental"
76868
+ },
76869
+ "immutable": true,
76870
+ "locationInModule": {
76871
+ "filename": "src/python/uv-config.ts",
76872
+ "line": 1288
76873
+ },
76874
+ "name": "value",
76875
+ "type": {
76876
+ "union": {
76877
+ "types": [
76878
+ {
76879
+ "primitive": "string"
76880
+ },
76881
+ {
76882
+ "primitive": "boolean"
76883
+ }
76884
+ ]
76885
+ }
76886
+ }
76887
+ }
76888
+ ],
76889
+ "symbolId": "src/python/uv-config:ExcludeNewerOverride"
76890
+ },
76891
+ "projen.python.uvConfig.ForkStrategy": {
76892
+ "assembly": "projen",
76893
+ "docs": {
76894
+ "custom": {
76895
+ "schema": "ForkStrategy"
76896
+ },
76897
+ "stability": "experimental"
76898
+ },
76899
+ "fqn": "projen.python.uvConfig.ForkStrategy",
76900
+ "kind": "enum",
76901
+ "locationInModule": {
76902
+ "filename": "src/python/uv-config.ts",
76903
+ "line": 1295
76904
+ },
76905
+ "members": [
76906
+ {
76907
+ "docs": {
76908
+ "remarks": "Older versions may\nbe preferred if they are compatible with a wider range of supported Python versions or\nplatforms. (fewest)",
76909
+ "stability": "experimental",
76910
+ "summary": "Optimize for selecting the fewest number of versions for each package."
76911
+ },
76912
+ "name": "FEWEST"
76626
76913
  },
76627
76914
  {
76628
76915
  "docs": {
@@ -76650,7 +76937,7 @@
76650
76937
  "kind": "interface",
76651
76938
  "locationInModule": {
76652
76939
  "filename": "src/python/uv-config.ts",
76653
- "line": 1167
76940
+ "line": 1308
76654
76941
  },
76655
76942
  "name": "Index",
76656
76943
  "namespace": "python.uvConfig",
@@ -76668,7 +76955,7 @@
76668
76955
  "immutable": true,
76669
76956
  "locationInModule": {
76670
76957
  "filename": "src/python/uv-config.ts",
76671
- "line": 1304
76958
+ "line": 1471
76672
76959
  },
76673
76960
  "name": "url",
76674
76961
  "type": {
@@ -76688,7 +76975,7 @@
76688
76975
  "immutable": true,
76689
76976
  "locationInModule": {
76690
76977
  "filename": "src/python/uv-config.ts",
76691
- "line": 1180
76978
+ "line": 1321
76692
76979
  },
76693
76980
  "name": "authenticate",
76694
76981
  "optional": true,
@@ -76709,7 +76996,7 @@
76709
76996
  "immutable": true,
76710
76997
  "locationInModule": {
76711
76998
  "filename": "src/python/uv-config.ts",
76712
- "line": 1197
76999
+ "line": 1338
76713
77000
  },
76714
77001
  "name": "cacheControl",
76715
77002
  "optional": true,
@@ -76730,7 +77017,7 @@
76730
77017
  "immutable": true,
76731
77018
  "locationInModule": {
76732
77019
  "filename": "src/python/uv-config.ts",
76733
- "line": 1212
77020
+ "line": 1353
76734
77021
  },
76735
77022
  "name": "default",
76736
77023
  "optional": true,
@@ -76738,20 +77025,41 @@
76738
77025
  "primitive": "boolean"
76739
77026
  }
76740
77027
  },
77028
+ {
77029
+ "abstract": true,
77030
+ "docs": {
77031
+ "custom": {
77032
+ "schema": "Index#exclude-newer"
77033
+ },
77034
+ "remarks": "Accepts the same date, timestamp, and duration values as the global `exclude-newer`\nsetting. Set this to `false` to disable `exclude-newer` for this index entirely.\n\nWhen set to a value, packages resolved from this index will use that cutoff instead of the\nglobally-specified value, unless a package-specific `exclude-newer-package` override is\npresent.\n\nThis option is in preview and may change in any future release.\n\n```toml\n[tool.uv]\nexclude-newer = \"2025-01-01T00:00:00Z\"\n\n[[tool.uv.index]]\nname = \"internal\"\nurl = \"https://internal.example.com/simple\"\nexclude-newer = \"7 days\"\n```",
77035
+ "stability": "experimental",
77036
+ "summary": "An index-specific `exclude-newer` cutoff."
77037
+ },
77038
+ "immutable": true,
77039
+ "locationInModule": {
77040
+ "filename": "src/python/uv-config.ts",
77041
+ "line": 1379
77042
+ },
77043
+ "name": "excludeNewer",
77044
+ "optional": true,
77045
+ "type": {
77046
+ "fqn": "projen.python.uvConfig.ExcludeNewerOverride"
77047
+ }
77048
+ },
76741
77049
  {
76742
77050
  "abstract": true,
76743
77051
  "docs": {
76744
77052
  "custom": {
76745
77053
  "schema": "Index#explicit"
76746
77054
  },
76747
- "remarks": "Explicit indexes will _only_ be used when explicitly requested via a `[tool.uv.sources]`\ndefinition, as in:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu121\"\nexplicit = true\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```",
77055
+ "remarks": "Explicit indexes will _only_ be used when explicitly requested via a `[tool.uv.sources]`\ndefinition, as in:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu130\"\nexplicit = true\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```",
76748
77056
  "stability": "experimental",
76749
77057
  "summary": "Mark the index as explicit."
76750
77058
  },
76751
77059
  "immutable": true,
76752
77060
  "locationInModule": {
76753
77061
  "filename": "src/python/uv-config.ts",
76754
- "line": 1232
77062
+ "line": 1399
76755
77063
  },
76756
77064
  "name": "explicit",
76757
77065
  "optional": true,
@@ -76772,7 +77080,7 @@
76772
77080
  "immutable": true,
76773
77081
  "locationInModule": {
76774
77082
  "filename": "src/python/uv-config.ts",
76775
- "line": 1243
77083
+ "line": 1410
76776
77084
  },
76777
77085
  "name": "format",
76778
77086
  "optional": true,
@@ -76793,7 +77101,7 @@
76793
77101
  "immutable": true,
76794
77102
  "locationInModule": {
76795
77103
  "filename": "src/python/uv-config.ts",
76796
- "line": 1258
77104
+ "line": 1425
76797
77105
  },
76798
77106
  "name": "ignoreErrorCodes",
76799
77107
  "optional": true,
@@ -76812,14 +77120,14 @@
76812
77120
  "custom": {
76813
77121
  "schema": "Index#name"
76814
77122
  },
76815
- "remarks": "Index names can be used to reference indexes elsewhere in the configuration. For example,\nyou can pin a package to a specific index by name:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu121\"\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```",
77123
+ "remarks": "Index names can be used to reference indexes elsewhere in the configuration. For example,\nyou can pin a package to a specific index by name:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu130\"\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```",
76816
77124
  "stability": "experimental",
76817
77125
  "summary": "The name of the index."
76818
77126
  },
76819
77127
  "immutable": true,
76820
77128
  "locationInModule": {
76821
77129
  "filename": "src/python/uv-config.ts",
76822
- "line": 1277
77130
+ "line": 1444
76823
77131
  },
76824
77132
  "name": "name",
76825
77133
  "optional": true,
@@ -76840,7 +77148,7 @@
76840
77148
  "immutable": true,
76841
77149
  "locationInModule": {
76842
77150
  "filename": "src/python/uv-config.ts",
76843
- "line": 1295
77151
+ "line": 1462
76844
77152
  },
76845
77153
  "name": "publishUrl",
76846
77154
  "optional": true,
@@ -76865,7 +77173,7 @@
76865
77173
  "kind": "interface",
76866
77174
  "locationInModule": {
76867
77175
  "filename": "src/python/uv-config.ts",
76868
- "line": 2319
77176
+ "line": 2626
76869
77177
  },
76870
77178
  "name": "IndexCacheControl",
76871
77179
  "namespace": "python.uvConfig",
@@ -76882,7 +77190,7 @@
76882
77190
  "immutable": true,
76883
77191
  "locationInModule": {
76884
77192
  "filename": "src/python/uv-config.ts",
76885
- "line": 2325
77193
+ "line": 2632
76886
77194
  },
76887
77195
  "name": "api",
76888
77196
  "optional": true,
@@ -76902,7 +77210,7 @@
76902
77210
  "immutable": true,
76903
77211
  "locationInModule": {
76904
77212
  "filename": "src/python/uv-config.ts",
76905
- "line": 2332
77213
+ "line": 2639
76906
77214
  },
76907
77215
  "name": "files",
76908
77216
  "optional": true,
@@ -76925,7 +77233,7 @@
76925
77233
  "kind": "enum",
76926
77234
  "locationInModule": {
76927
77235
  "filename": "src/python/uv-config.ts",
76928
- "line": 2354
77236
+ "line": 2661
76929
77237
  },
76930
77238
  "members": [
76931
77239
  {
@@ -76961,7 +77269,7 @@
76961
77269
  "kind": "enum",
76962
77270
  "locationInModule": {
76963
77271
  "filename": "src/python/uv-config.ts",
76964
- "line": 1333
77272
+ "line": 1501
76965
77273
  },
76966
77274
  "members": [
76967
77275
  {
@@ -77006,7 +77314,7 @@
77006
77314
  "kind": "enum",
77007
77315
  "locationInModule": {
77008
77316
  "filename": "src/python/uv-config.ts",
77009
- "line": 1372
77317
+ "line": 1540
77010
77318
  },
77011
77319
  "members": [
77012
77320
  {
@@ -77036,19 +77344,22 @@
77036
77344
  "custom": {
77037
77345
  "schema": "LinkMode"
77038
77346
  },
77039
- "stability": "experimental"
77347
+ "default": "LinkMode::Clone`] on macOS and Linux (which support copy-on-write on",
77348
+ "remarks": "Defaults to [`LinkMode::Clone`] on macOS and Linux (which support copy-on-write on\nAPFS and btrfs/xfs/bcachefs respectively), and [`LinkMode::Hardlink`] on other\nplatforms.",
77349
+ "stability": "experimental",
77350
+ "summary": "The method to use when linking."
77040
77351
  },
77041
77352
  "fqn": "projen.python.uvConfig.LinkMode",
77042
77353
  "kind": "enum",
77043
77354
  "locationInModule": {
77044
77355
  "filename": "src/python/uv-config.ts",
77045
- "line": 1382
77356
+ "line": 1557
77046
77357
  },
77047
77358
  "members": [
77048
77359
  {
77049
77360
  "docs": {
77050
77361
  "stability": "experimental",
77051
- "summary": "Clone (i.e., copy-on-write) packages from the wheel into the `site-packages` directory. (clone)."
77362
+ "summary": "Clone (i.e., copy-on-write) packages from the source into the destination. (clone)."
77052
77363
  },
77053
77364
  "name": "CLONE"
77054
77365
  },
@@ -77056,7 +77367,7 @@
77056
77367
  "docs": {
77057
77368
  "remarks": "(copy)",
77058
77369
  "stability": "experimental",
77059
- "summary": "Copy packages from the wheel into the `site-packages` directory."
77370
+ "summary": "Copy packages from the source into the destination."
77060
77371
  },
77061
77372
  "name": "COPY"
77062
77373
  },
@@ -77064,7 +77375,7 @@
77064
77375
  "docs": {
77065
77376
  "remarks": "(hardlink)",
77066
77377
  "stability": "experimental",
77067
- "summary": "Hard link packages from the wheel into the `site-packages` directory."
77378
+ "summary": "Hard link packages from the source into the destination."
77068
77379
  },
77069
77380
  "name": "HARDLINK"
77070
77381
  },
@@ -77072,7 +77383,7 @@
77072
77383
  "docs": {
77073
77384
  "remarks": "(symlink)",
77074
77385
  "stability": "experimental",
77075
- "summary": "Symbolically link packages from the wheel into the `site-packages` directory."
77386
+ "summary": "Symbolically link packages from the source into the destination."
77076
77387
  },
77077
77388
  "name": "SYMLINK"
77078
77389
  }
@@ -77096,7 +77407,7 @@
77096
77407
  "kind": "interface",
77097
77408
  "locationInModule": {
77098
77409
  "filename": "src/python/uv-config.ts",
77099
- "line": 2382
77410
+ "line": 2689
77100
77411
  },
77101
77412
  "name": "PipGroupName",
77102
77413
  "namespace": "python.uvConfig",
@@ -77112,7 +77423,7 @@
77112
77423
  "immutable": true,
77113
77424
  "locationInModule": {
77114
77425
  "filename": "src/python/uv-config.ts",
77115
- "line": 2386
77426
+ "line": 2693
77116
77427
  },
77117
77428
  "name": "name",
77118
77429
  "type": {
@@ -77130,7 +77441,7 @@
77130
77441
  "immutable": true,
77131
77442
  "locationInModule": {
77132
77443
  "filename": "src/python/uv-config.ts",
77133
- "line": 2391
77444
+ "line": 2698
77134
77445
  },
77135
77446
  "name": "path",
77136
77447
  "optional": true,
@@ -77156,7 +77467,7 @@
77156
77467
  "kind": "interface",
77157
77468
  "locationInModule": {
77158
77469
  "filename": "src/python/uv-config.ts",
77159
- "line": 1401
77470
+ "line": 1576
77160
77471
  },
77161
77472
  "name": "PipOptions",
77162
77473
  "namespace": "python.uvConfig",
@@ -77174,7 +77485,7 @@
77174
77485
  "immutable": true,
77175
77486
  "locationInModule": {
77176
77487
  "filename": "src/python/uv-config.ts",
77177
- "line": 1409
77488
+ "line": 1584
77178
77489
  },
77179
77490
  "name": "allExtras",
77180
77491
  "optional": true,
@@ -77194,7 +77505,7 @@
77194
77505
  "immutable": true,
77195
77506
  "locationInModule": {
77196
77507
  "filename": "src/python/uv-config.ts",
77197
- "line": 1417
77508
+ "line": 1592
77198
77509
  },
77199
77510
  "name": "allowEmptyRequirements",
77200
77511
  "optional": true,
@@ -77214,7 +77525,7 @@
77214
77525
  "immutable": true,
77215
77526
  "locationInModule": {
77216
77527
  "filename": "src/python/uv-config.ts",
77217
- "line": 1425
77528
+ "line": 1600
77218
77529
  },
77219
77530
  "name": "annotationStyle",
77220
77531
  "optional": true,
@@ -77235,7 +77546,7 @@
77235
77546
  "immutable": true,
77236
77547
  "locationInModule": {
77237
77548
  "filename": "src/python/uv-config.ts",
77238
- "line": 1437
77549
+ "line": 1612
77239
77550
  },
77240
77551
  "name": "breakSystemPackages",
77241
77552
  "optional": true,
@@ -77256,7 +77567,7 @@
77256
77567
  "immutable": true,
77257
77568
  "locationInModule": {
77258
77569
  "filename": "src/python/uv-config.ts",
77259
- "line": 1453
77570
+ "line": 1628
77260
77571
  },
77261
77572
  "name": "compileBytecode",
77262
77573
  "optional": true,
@@ -77276,7 +77587,7 @@
77276
77587
  "immutable": true,
77277
77588
  "locationInModule": {
77278
77589
  "filename": "src/python/uv-config.ts",
77279
- "line": 1461
77590
+ "line": 1636
77280
77591
  },
77281
77592
  "name": "configSettings",
77282
77593
  "optional": true,
@@ -77301,7 +77612,7 @@
77301
77612
  "immutable": true,
77302
77613
  "locationInModule": {
77303
77614
  "filename": "src/python/uv-config.ts",
77304
- "line": 1469
77615
+ "line": 1644
77305
77616
  },
77306
77617
  "name": "configSettingsPackage",
77307
77618
  "optional": true,
@@ -77332,7 +77643,7 @@
77332
77643
  "immutable": true,
77333
77644
  "locationInModule": {
77334
77645
  "filename": "src/python/uv-config.ts",
77335
- "line": 1478
77646
+ "line": 1653
77336
77647
  },
77337
77648
  "name": "customCompileCommand",
77338
77649
  "optional": true,
@@ -77353,7 +77664,7 @@
77353
77664
  "immutable": true,
77354
77665
  "locationInModule": {
77355
77666
  "filename": "src/python/uv-config.ts",
77356
- "line": 1497
77667
+ "line": 1672
77357
77668
  },
77358
77669
  "name": "dependencyMetadata",
77359
77670
  "optional": true,
@@ -77378,7 +77689,7 @@
77378
77689
  "immutable": true,
77379
77690
  "locationInModule": {
77380
77691
  "filename": "src/python/uv-config.ts",
77381
- "line": 1504
77692
+ "line": 1679
77382
77693
  },
77383
77694
  "name": "emitBuildOptions",
77384
77695
  "optional": true,
@@ -77398,7 +77709,7 @@
77398
77709
  "immutable": true,
77399
77710
  "locationInModule": {
77400
77711
  "filename": "src/python/uv-config.ts",
77401
- "line": 1511
77712
+ "line": 1686
77402
77713
  },
77403
77714
  "name": "emitFindLinks",
77404
77715
  "optional": true,
@@ -77418,7 +77729,7 @@
77418
77729
  "immutable": true,
77419
77730
  "locationInModule": {
77420
77731
  "filename": "src/python/uv-config.ts",
77421
- "line": 1519
77732
+ "line": 1694
77422
77733
  },
77423
77734
  "name": "emitIndexAnnotation",
77424
77735
  "optional": true,
@@ -77438,7 +77749,7 @@
77438
77749
  "immutable": true,
77439
77750
  "locationInModule": {
77440
77751
  "filename": "src/python/uv-config.ts",
77441
- "line": 1526
77752
+ "line": 1701
77442
77753
  },
77443
77754
  "name": "emitIndexUrl",
77444
77755
  "optional": true,
@@ -77459,7 +77770,7 @@
77459
77770
  "immutable": true,
77460
77771
  "locationInModule": {
77461
77772
  "filename": "src/python/uv-config.ts",
77462
- "line": 1538
77773
+ "line": 1713
77463
77774
  },
77464
77775
  "name": "emitMarkerExpression",
77465
77776
  "optional": true,
@@ -77473,14 +77784,14 @@
77473
77784
  "custom": {
77474
77785
  "schema": "PipOptions#exclude-newer"
77475
77786
  },
77476
- "remarks": "Accepts a superset of [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) (e.g.,\n`2006-12-02T02:07:43Z`). A full timestamp is required to ensure that the resolver will\nbehave consistently across timezones.",
77787
+ "remarks": "The date is compared against the upload time of each individual distribution artifact\n(i.e., when each file was uploaded to the package index), not the release date of the\npackage version.\n\nAccepts RFC 3339 timestamps (e.g., `2006-12-02T02:07:43Z`), a \"friendly\" duration (e.g.,\n`24 hours`, `1 week`, `30 days`), or an ISO 8601 duration (e.g., `PT24H`, `P7D`, `P30D`).\n\nDurations do not respect semantics of the local time zone and are always resolved to a fixed\nnumber of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored).\nCalendar units such as months and years are not allowed.",
77477
77788
  "stability": "experimental",
77478
77789
  "summary": "Limit candidate packages to those that were uploaded prior to a given point in time."
77479
77790
  },
77480
77791
  "immutable": true,
77481
77792
  "locationInModule": {
77482
77793
  "filename": "src/python/uv-config.ts",
77483
- "line": 1549
77794
+ "line": 1731
77484
77795
  },
77485
77796
  "name": "excludeNewer",
77486
77797
  "optional": true,
@@ -77494,21 +77805,21 @@
77494
77805
  "custom": {
77495
77806
  "schema": "PipOptions#exclude-newer-package"
77496
77807
  },
77497
- "remarks": "Accepts package-date pairs in a dictionary format.",
77808
+ "remarks": "Accepts a dictionary format of `PACKAGE = \"DATE\"` pairs, where `DATE` is an RFC 3339\ntimestamp (e.g., `2006-12-02T02:07:43Z`), a \"friendly\" duration (e.g., `24 hours`, `1 week`,\n`30 days`), or a ISO 8601 duration (e.g., `PT24H`, `P7D`, `P30D`).\n\nDurations do not respect semantics of the local time zone and are always resolved to a fixed\nnumber of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored).\nCalendar units such as months and years are not allowed.\n\nSet a package to `false` to exempt it from the global [`exclude-newer`](#exclude-newer)\nconstraint entirely.",
77498
77809
  "stability": "experimental",
77499
77810
  "summary": "Limit candidate packages for specific packages to those that were uploaded prior to the given date."
77500
77811
  },
77501
77812
  "immutable": true,
77502
77813
  "locationInModule": {
77503
77814
  "filename": "src/python/uv-config.ts",
77504
- "line": 1558
77815
+ "line": 1749
77505
77816
  },
77506
77817
  "name": "excludeNewerPackage",
77507
77818
  "optional": true,
77508
77819
  "type": {
77509
77820
  "collection": {
77510
77821
  "elementtype": {
77511
- "primitive": "string"
77822
+ "fqn": "projen.python.uvConfig.ExcludeNewerOverride"
77512
77823
  },
77513
77824
  "kind": "map"
77514
77825
  }
@@ -77527,7 +77838,7 @@
77527
77838
  "immutable": true,
77528
77839
  "locationInModule": {
77529
77840
  "filename": "src/python/uv-config.ts",
77530
- "line": 1567
77841
+ "line": 1758
77531
77842
  },
77532
77843
  "name": "extra",
77533
77844
  "optional": true,
@@ -77553,7 +77864,7 @@
77553
77864
  "immutable": true,
77554
77865
  "locationInModule": {
77555
77866
  "filename": "src/python/uv-config.ts",
77556
- "line": 1578
77867
+ "line": 1769
77557
77868
  },
77558
77869
  "name": "extraBuildDependencies",
77559
77870
  "optional": true,
@@ -77584,7 +77895,7 @@
77584
77895
  "immutable": true,
77585
77896
  "locationInModule": {
77586
77897
  "filename": "src/python/uv-config.ts",
77587
- "line": 1588
77898
+ "line": 1779
77588
77899
  },
77589
77900
  "name": "extraBuildVariables",
77590
77901
  "optional": true,
@@ -77615,7 +77926,7 @@
77615
77926
  "immutable": true,
77616
77927
  "locationInModule": {
77617
77928
  "filename": "src/python/uv-config.ts",
77618
- "line": 1604
77929
+ "line": 1795
77619
77930
  },
77620
77931
  "name": "extraIndexUrl",
77621
77932
  "optional": true,
@@ -77641,7 +77952,7 @@
77641
77952
  "immutable": true,
77642
77953
  "locationInModule": {
77643
77954
  "filename": "src/python/uv-config.ts",
77644
- "line": 1618
77955
+ "line": 1809
77645
77956
  },
77646
77957
  "name": "findLinks",
77647
77958
  "optional": true,
@@ -77667,7 +77978,7 @@
77667
77978
  "immutable": true,
77668
77979
  "locationInModule": {
77669
77980
  "filename": "src/python/uv-config.ts",
77670
- "line": 1634
77981
+ "line": 1825
77671
77982
  },
77672
77983
  "name": "forkStrategy",
77673
77984
  "optional": true,
@@ -77687,7 +77998,7 @@
77687
77998
  "immutable": true,
77688
77999
  "locationInModule": {
77689
78000
  "filename": "src/python/uv-config.ts",
77690
- "line": 1641
78001
+ "line": 1832
77691
78002
  },
77692
78003
  "name": "generateHashes",
77693
78004
  "optional": true,
@@ -77707,7 +78018,7 @@
77707
78018
  "immutable": true,
77708
78019
  "locationInModule": {
77709
78020
  "filename": "src/python/uv-config.ts",
77710
- "line": 1648
78021
+ "line": 1839
77711
78022
  },
77712
78023
  "name": "group",
77713
78024
  "optional": true,
@@ -77733,7 +78044,7 @@
77733
78044
  "immutable": true,
77734
78045
  "locationInModule": {
77735
78046
  "filename": "src/python/uv-config.ts",
77736
- "line": 1660
78047
+ "line": 1851
77737
78048
  },
77738
78049
  "name": "indexStrategy",
77739
78050
  "optional": true,
@@ -77754,7 +78065,7 @@
77754
78065
  "immutable": true,
77755
78066
  "locationInModule": {
77756
78067
  "filename": "src/python/uv-config.ts",
77757
- "line": 1673
78068
+ "line": 1864
77758
78069
  },
77759
78070
  "name": "indexUrl",
77760
78071
  "optional": true,
@@ -77775,7 +78086,7 @@
77775
78086
  "immutable": true,
77776
78087
  "locationInModule": {
77777
78088
  "filename": "src/python/uv-config.ts",
77778
- "line": 1683
78089
+ "line": 1874
77779
78090
  },
77780
78091
  "name": "keyringProvider",
77781
78092
  "optional": true,
@@ -77789,15 +78100,15 @@
77789
78100
  "custom": {
77790
78101
  "schema": "PipOptions#link-mode"
77791
78102
  },
77792
- "default": "clone` (also known as Copy-on-Write) on macOS, and `hardlink` on Linux and",
77793
- "remarks": "Defaults to `clone` (also known as Copy-on-Write) on macOS, and `hardlink` on Linux and\nWindows.\n\nWARNING: The use of symlink link mode is discouraged, as they create tight coupling between\nthe cache and the target environment. For example, clearing the cache (`uv cache clean`)\nwill break all installed packages by way of removing the underlying source files. Use\nsymlinks with caution.",
78103
+ "default": "clone` (also known as Copy-on-Write) on macOS and Linux, and `hardlink` on",
78104
+ "remarks": "Defaults to `clone` (also known as Copy-on-Write) on macOS and Linux, and `hardlink` on\nWindows.\n\nWARNING: The use of symlink link mode is discouraged, as they create tight coupling between\nthe cache and the target environment. For example, clearing the cache (`uv cache clean`)\nwill break all installed packages by way of removing the underlying source files. Use\nsymlinks with caution.",
77794
78105
  "stability": "experimental",
77795
78106
  "summary": "The method to use when installing packages from the global cache."
77796
78107
  },
77797
78108
  "immutable": true,
77798
78109
  "locationInModule": {
77799
78110
  "filename": "src/python/uv-config.ts",
77800
- "line": 1699
78111
+ "line": 1890
77801
78112
  },
77802
78113
  "name": "linkMode",
77803
78114
  "optional": true,
@@ -77817,7 +78128,7 @@
77817
78128
  "immutable": true,
77818
78129
  "locationInModule": {
77819
78130
  "filename": "src/python/uv-config.ts",
77820
- "line": 1707
78131
+ "line": 1898
77821
78132
  },
77822
78133
  "name": "noAnnotate",
77823
78134
  "optional": true,
@@ -77838,7 +78149,7 @@
77838
78149
  "immutable": true,
77839
78150
  "locationInModule": {
77840
78151
  "filename": "src/python/uv-config.ts",
77841
- "line": 1720
78152
+ "line": 1911
77842
78153
  },
77843
78154
  "name": "noBinary",
77844
78155
  "optional": true,
@@ -77864,7 +78175,7 @@
77864
78175
  "immutable": true,
77865
78176
  "locationInModule": {
77866
78177
  "filename": "src/python/uv-config.ts",
77867
- "line": 1733
78178
+ "line": 1924
77868
78179
  },
77869
78180
  "name": "noBuild",
77870
78181
  "optional": true,
@@ -77885,7 +78196,7 @@
77885
78196
  "immutable": true,
77886
78197
  "locationInModule": {
77887
78198
  "filename": "src/python/uv-config.ts",
77888
- "line": 1743
78199
+ "line": 1934
77889
78200
  },
77890
78201
  "name": "noBuildIsolation",
77891
78202
  "optional": true,
@@ -77906,7 +78217,7 @@
77906
78217
  "immutable": true,
77907
78218
  "locationInModule": {
77908
78219
  "filename": "src/python/uv-config.ts",
77909
- "line": 1753
78220
+ "line": 1944
77910
78221
  },
77911
78222
  "name": "noBuildIsolationPackage",
77912
78223
  "optional": true,
@@ -77931,7 +78242,7 @@
77931
78242
  "immutable": true,
77932
78243
  "locationInModule": {
77933
78244
  "filename": "src/python/uv-config.ts",
77934
- "line": 1761
78245
+ "line": 1952
77935
78246
  },
77936
78247
  "name": "noDeps",
77937
78248
  "optional": true,
@@ -77952,7 +78263,7 @@
77952
78263
  "immutable": true,
77953
78264
  "locationInModule": {
77954
78265
  "filename": "src/python/uv-config.ts",
77955
- "line": 1769
78266
+ "line": 1960
77956
78267
  },
77957
78268
  "name": "noEmitPackage",
77958
78269
  "optional": true,
@@ -77977,7 +78288,7 @@
77977
78288
  "immutable": true,
77978
78289
  "locationInModule": {
77979
78290
  "filename": "src/python/uv-config.ts",
77980
- "line": 1776
78291
+ "line": 1967
77981
78292
  },
77982
78293
  "name": "noExtra",
77983
78294
  "optional": true,
@@ -78002,7 +78313,7 @@
78002
78313
  "immutable": true,
78003
78314
  "locationInModule": {
78004
78315
  "filename": "src/python/uv-config.ts",
78005
- "line": 1783
78316
+ "line": 1974
78006
78317
  },
78007
78318
  "name": "noHeader",
78008
78319
  "optional": true,
@@ -78022,7 +78333,7 @@
78022
78333
  "immutable": true,
78023
78334
  "locationInModule": {
78024
78335
  "filename": "src/python/uv-config.ts",
78025
- "line": 1791
78336
+ "line": 1982
78026
78337
  },
78027
78338
  "name": "noIndex",
78028
78339
  "optional": true,
@@ -78042,7 +78353,7 @@
78042
78353
  "immutable": true,
78043
78354
  "locationInModule": {
78044
78355
  "filename": "src/python/uv-config.ts",
78045
- "line": 1800
78356
+ "line": 1991
78046
78357
  },
78047
78358
  "name": "noSources",
78048
78359
  "optional": true,
@@ -78050,6 +78361,31 @@
78050
78361
  "primitive": "boolean"
78051
78362
  }
78052
78363
  },
78364
+ {
78365
+ "abstract": true,
78366
+ "docs": {
78367
+ "custom": {
78368
+ "schema": "PipOptions#no-sources-package"
78369
+ },
78370
+ "stability": "experimental",
78371
+ "summary": "Ignore `tool.uv.sources` for the specified packages."
78372
+ },
78373
+ "immutable": true,
78374
+ "locationInModule": {
78375
+ "filename": "src/python/uv-config.ts",
78376
+ "line": 1998
78377
+ },
78378
+ "name": "noSourcesPackage",
78379
+ "optional": true,
78380
+ "type": {
78381
+ "collection": {
78382
+ "elementtype": {
78383
+ "primitive": "string"
78384
+ },
78385
+ "kind": "array"
78386
+ }
78387
+ }
78388
+ },
78053
78389
  {
78054
78390
  "abstract": true,
78055
78391
  "docs": {
@@ -78063,7 +78399,7 @@
78063
78399
  "immutable": true,
78064
78400
  "locationInModule": {
78065
78401
  "filename": "src/python/uv-config.ts",
78066
- "line": 1811
78402
+ "line": 2009
78067
78403
  },
78068
78404
  "name": "noStripExtras",
78069
78405
  "optional": true,
@@ -78084,7 +78420,7 @@
78084
78420
  "immutable": true,
78085
78421
  "locationInModule": {
78086
78422
  "filename": "src/python/uv-config.ts",
78087
- "line": 1821
78423
+ "line": 2019
78088
78424
  },
78089
78425
  "name": "noStripMarkers",
78090
78426
  "optional": true,
@@ -78105,7 +78441,7 @@
78105
78441
  "immutable": true,
78106
78442
  "locationInModule": {
78107
78443
  "filename": "src/python/uv-config.ts",
78108
- "line": 1835
78444
+ "line": 2033
78109
78445
  },
78110
78446
  "name": "onlyBinary",
78111
78447
  "optional": true,
@@ -78131,7 +78467,7 @@
78131
78467
  "immutable": true,
78132
78468
  "locationInModule": {
78133
78469
  "filename": "src/python/uv-config.ts",
78134
- "line": 1845
78470
+ "line": 2043
78135
78471
  },
78136
78472
  "name": "outputFile",
78137
78473
  "optional": true,
@@ -78152,7 +78488,7 @@
78152
78488
  "immutable": true,
78153
78489
  "locationInModule": {
78154
78490
  "filename": "src/python/uv-config.ts",
78155
- "line": 1858
78491
+ "line": 2056
78156
78492
  },
78157
78493
  "name": "prefix",
78158
78494
  "optional": true,
@@ -78173,7 +78509,7 @@
78173
78509
  "immutable": true,
78174
78510
  "locationInModule": {
78175
78511
  "filename": "src/python/uv-config.ts",
78176
- "line": 1869
78512
+ "line": 2067
78177
78513
  },
78178
78514
  "name": "prerelease",
78179
78515
  "optional": true,
@@ -78194,7 +78530,7 @@
78194
78530
  "immutable": true,
78195
78531
  "locationInModule": {
78196
78532
  "filename": "src/python/uv-config.ts",
78197
- "line": 1887
78533
+ "line": 2085
78198
78534
  },
78199
78535
  "name": "python",
78200
78536
  "optional": true,
@@ -78215,7 +78551,7 @@
78215
78551
  "immutable": true,
78216
78552
  "locationInModule": {
78217
78553
  "filename": "src/python/uv-config.ts",
78218
- "line": 1898
78554
+ "line": 2096
78219
78555
  },
78220
78556
  "name": "pythonPlatform",
78221
78557
  "optional": true,
@@ -78236,7 +78572,7 @@
78236
78572
  "immutable": true,
78237
78573
  "locationInModule": {
78238
78574
  "filename": "src/python/uv-config.ts",
78239
- "line": 1909
78575
+ "line": 2107
78240
78576
  },
78241
78577
  "name": "pythonVersion",
78242
78578
  "optional": true,
@@ -78257,7 +78593,7 @@
78257
78593
  "immutable": true,
78258
78594
  "locationInModule": {
78259
78595
  "filename": "src/python/uv-config.ts",
78260
- "line": 1916
78596
+ "line": 2114
78261
78597
  },
78262
78598
  "name": "reinstall",
78263
78599
  "optional": true,
@@ -78278,7 +78614,7 @@
78278
78614
  "immutable": true,
78279
78615
  "locationInModule": {
78280
78616
  "filename": "src/python/uv-config.ts",
78281
- "line": 1924
78617
+ "line": 2122
78282
78618
  },
78283
78619
  "name": "reinstallPackage",
78284
78620
  "optional": true,
@@ -78304,7 +78640,7 @@
78304
78640
  "immutable": true,
78305
78641
  "locationInModule": {
78306
78642
  "filename": "src/python/uv-config.ts",
78307
- "line": 1942
78643
+ "line": 2140
78308
78644
  },
78309
78645
  "name": "requireHashes",
78310
78646
  "optional": true,
@@ -78325,7 +78661,7 @@
78325
78661
  "immutable": true,
78326
78662
  "locationInModule": {
78327
78663
  "filename": "src/python/uv-config.ts",
78328
- "line": 1952
78664
+ "line": 2150
78329
78665
  },
78330
78666
  "name": "resolution",
78331
78667
  "optional": true,
@@ -78345,7 +78681,7 @@
78345
78681
  "immutable": true,
78346
78682
  "locationInModule": {
78347
78683
  "filename": "src/python/uv-config.ts",
78348
- "line": 1960
78684
+ "line": 2158
78349
78685
  },
78350
78686
  "name": "strict",
78351
78687
  "optional": true,
@@ -78366,7 +78702,7 @@
78366
78702
  "immutable": true,
78367
78703
  "locationInModule": {
78368
78704
  "filename": "src/python/uv-config.ts",
78369
- "line": 1974
78705
+ "line": 2172
78370
78706
  },
78371
78707
  "name": "system",
78372
78708
  "optional": true,
@@ -78387,7 +78723,7 @@
78387
78723
  "immutable": true,
78388
78724
  "locationInModule": {
78389
78725
  "filename": "src/python/uv-config.ts",
78390
- "line": 1982
78726
+ "line": 2180
78391
78727
  },
78392
78728
  "name": "target",
78393
78729
  "optional": true,
@@ -78401,14 +78737,14 @@
78401
78737
  "custom": {
78402
78738
  "schema": "PipOptions#torch-backend"
78403
78739
  },
78404
- "remarks": "When set, uv will ignore the configured index URLs for packages in the PyTorch ecosystem,\nand will instead use the defined backend.\n\nFor example, when set to `cpu`, uv will use the CPU-only PyTorch index; when set to `cu126`,\nuv will use the PyTorch index for CUDA 12.6.\n\nThe `auto` mode will attempt to detect the appropriate PyTorch index based on the currently\ninstalled CUDA drivers.\n\nThis option is in preview and may change in any future release.",
78740
+ "remarks": "When set, uv will ignore the configured index URLs for packages in the PyTorch ecosystem,\nand will instead use the defined backend.\n\nFor example, when set to `cpu`, uv will use the CPU-only PyTorch index; when set to `cu126`,\nuv will use the PyTorch index for CUDA 12.6.\n\nThe `auto` mode will attempt to detect the appropriate PyTorch index based on the currently\ninstalled CUDA drivers.\n\nThis setting is only respected by `uv pip` commands.\n\nThis option is in preview and may change in any future release.",
78405
78741
  "stability": "experimental",
78406
78742
  "summary": "The backend to use when fetching packages in the PyTorch ecosystem."
78407
78743
  },
78408
78744
  "immutable": true,
78409
78745
  "locationInModule": {
78410
78746
  "filename": "src/python/uv-config.ts",
78411
- "line": 2000
78747
+ "line": 2200
78412
78748
  },
78413
78749
  "name": "torchBackend",
78414
78750
  "optional": true,
@@ -78429,7 +78765,7 @@
78429
78765
  "immutable": true,
78430
78766
  "locationInModule": {
78431
78767
  "filename": "src/python/uv-config.ts",
78432
- "line": 2013
78768
+ "line": 2213
78433
78769
  },
78434
78770
  "name": "universal",
78435
78771
  "optional": true,
@@ -78449,7 +78785,7 @@
78449
78785
  "immutable": true,
78450
78786
  "locationInModule": {
78451
78787
  "filename": "src/python/uv-config.ts",
78452
- "line": 2020
78788
+ "line": 2220
78453
78789
  },
78454
78790
  "name": "upgrade",
78455
78791
  "optional": true,
@@ -78470,7 +78806,7 @@
78470
78806
  "immutable": true,
78471
78807
  "locationInModule": {
78472
78808
  "filename": "src/python/uv-config.ts",
78473
- "line": 2030
78809
+ "line": 2230
78474
78810
  },
78475
78811
  "name": "upgradePackage",
78476
78812
  "optional": true,
@@ -78496,7 +78832,7 @@
78496
78832
  "immutable": true,
78497
78833
  "locationInModule": {
78498
78834
  "filename": "src/python/uv-config.ts",
78499
- "line": 2041
78835
+ "line": 2241
78500
78836
  },
78501
78837
  "name": "verifyHashes",
78502
78838
  "optional": true,
@@ -78519,7 +78855,7 @@
78519
78855
  "kind": "enum",
78520
78856
  "locationInModule": {
78521
78857
  "filename": "src/python/uv-config.ts",
78522
- "line": 2121
78858
+ "line": 2322
78523
78859
  },
78524
78860
  "members": [
78525
78861
  {
@@ -78579,7 +78915,7 @@
78579
78915
  "kind": "enum",
78580
78916
  "locationInModule": {
78581
78917
  "filename": "src/python/uv-config.ts",
78582
- "line": 2139
78918
+ "line": 2340
78583
78919
  },
78584
78920
  "members": [
78585
78921
  {
@@ -78623,7 +78959,7 @@
78623
78959
  "kind": "enum",
78624
78960
  "locationInModule": {
78625
78961
  "filename": "src/python/uv-config.ts",
78626
- "line": 2151
78962
+ "line": 2352
78627
78963
  },
78628
78964
  "members": [
78629
78965
  {
@@ -78675,7 +79011,7 @@
78675
79011
  "kind": "enum",
78676
79012
  "locationInModule": {
78677
79013
  "filename": "src/python/uv-config.ts",
78678
- "line": 2170
79014
+ "line": 2371
78679
79015
  },
78680
79016
  "members": [
78681
79017
  {
@@ -78722,7 +79058,7 @@
78722
79058
  "kind": "interface",
78723
79059
  "locationInModule": {
78724
79060
  "filename": "src/python/uv-config.ts",
78725
- "line": 1034
79061
+ "line": 1161
78726
79062
  },
78727
79063
  "name": "SchemaConflictItem",
78728
79064
  "namespace": "python.uvConfig",
@@ -78738,7 +79074,7 @@
78738
79074
  "immutable": true,
78739
79075
  "locationInModule": {
78740
79076
  "filename": "src/python/uv-config.ts",
78741
- "line": 1038
79077
+ "line": 1165
78742
79078
  },
78743
79079
  "name": "extra",
78744
79080
  "optional": true,
@@ -78757,7 +79093,7 @@
78757
79093
  "immutable": true,
78758
79094
  "locationInModule": {
78759
79095
  "filename": "src/python/uv-config.ts",
78760
- "line": 1043
79096
+ "line": 1170
78761
79097
  },
78762
79098
  "name": "group",
78763
79099
  "optional": true,
@@ -78776,7 +79112,7 @@
78776
79112
  "immutable": true,
78777
79113
  "locationInModule": {
78778
79114
  "filename": "src/python/uv-config.ts",
78779
- "line": 1048
79115
+ "line": 1175
78780
79116
  },
78781
79117
  "name": "package",
78782
79118
  "optional": true,
@@ -78801,7 +79137,7 @@
78801
79137
  "kind": "interface",
78802
79138
  "locationInModule": {
78803
79139
  "filename": "src/python/uv-config.ts",
78804
- "line": 1101
79140
+ "line": 1228
78805
79141
  },
78806
79142
  "name": "StaticMetadata",
78807
79143
  "namespace": "python.uvConfig",
@@ -78817,7 +79153,7 @@
78817
79153
  "immutable": true,
78818
79154
  "locationInModule": {
78819
79155
  "filename": "src/python/uv-config.ts",
78820
- "line": 1105
79156
+ "line": 1232
78821
79157
  },
78822
79158
  "name": "name",
78823
79159
  "type": {
@@ -78835,7 +79171,7 @@
78835
79171
  "immutable": true,
78836
79172
  "locationInModule": {
78837
79173
  "filename": "src/python/uv-config.ts",
78838
- "line": 1110
79174
+ "line": 1237
78839
79175
  },
78840
79176
  "name": "providesExtra",
78841
79177
  "optional": true,
@@ -78859,7 +79195,7 @@
78859
79195
  "immutable": true,
78860
79196
  "locationInModule": {
78861
79197
  "filename": "src/python/uv-config.ts",
78862
- "line": 1115
79198
+ "line": 1242
78863
79199
  },
78864
79200
  "name": "requiresDist",
78865
79201
  "optional": true,
@@ -78884,7 +79220,7 @@
78884
79220
  "immutable": true,
78885
79221
  "locationInModule": {
78886
79222
  "filename": "src/python/uv-config.ts",
78887
- "line": 1122
79223
+ "line": 1249
78888
79224
  },
78889
79225
  "name": "requiresPython",
78890
79226
  "optional": true,
@@ -78904,7 +79240,7 @@
78904
79240
  "immutable": true,
78905
79241
  "locationInModule": {
78906
79242
  "filename": "src/python/uv-config.ts",
78907
- "line": 1129
79243
+ "line": 1256
78908
79244
  },
78909
79245
  "name": "version",
78910
79246
  "optional": true,
@@ -78929,7 +79265,7 @@
78929
79265
  "kind": "enum",
78930
79266
  "locationInModule": {
78931
79267
  "filename": "src/python/uv-config.ts",
78932
- "line": 2418
79268
+ "line": 2725
78933
79269
  },
78934
79270
  "members": [
78935
79271
  {
@@ -79310,7 +79646,7 @@
79310
79646
  "kind": "interface",
79311
79647
  "locationInModule": {
79312
79648
  "filename": "src/python/uv-config.ts",
79313
- "line": 2197
79649
+ "line": 2504
79314
79650
  },
79315
79651
  "name": "ToolUvWorkspace",
79316
79652
  "namespace": "python.uvConfig",
@@ -79328,7 +79664,7 @@
79328
79664
  "immutable": true,
79329
79665
  "locationInModule": {
79330
79666
  "filename": "src/python/uv-config.ts",
79331
- "line": 2208
79667
+ "line": 2515
79332
79668
  },
79333
79669
  "name": "exclude",
79334
79670
  "optional": true,
@@ -79354,7 +79690,7 @@
79354
79690
  "immutable": true,
79355
79691
  "locationInModule": {
79356
79692
  "filename": "src/python/uv-config.ts",
79357
- "line": 2219
79693
+ "line": 2526
79358
79694
  },
79359
79695
  "name": "members",
79360
79696
  "optional": true,
@@ -79383,7 +79719,7 @@
79383
79719
  "kind": "enum",
79384
79720
  "locationInModule": {
79385
79721
  "filename": "src/python/uv-config.ts",
79386
- "line": 2537
79722
+ "line": 2386
79387
79723
  },
79388
79724
  "members": [
79389
79725
  {
@@ -79584,6 +79920,34 @@
79584
79920
  },
79585
79921
  "name": "CU80"
79586
79922
  },
79923
+ {
79924
+ "docs": {
79925
+ "stability": "experimental",
79926
+ "summary": "Use the PyTorch index for ROCm 7.2. (rocm7.2)."
79927
+ },
79928
+ "name": "ROCM7_2"
79929
+ },
79930
+ {
79931
+ "docs": {
79932
+ "stability": "experimental",
79933
+ "summary": "Use the PyTorch index for ROCm 7.1. (rocm7.1)."
79934
+ },
79935
+ "name": "ROCM7_1"
79936
+ },
79937
+ {
79938
+ "docs": {
79939
+ "stability": "experimental",
79940
+ "summary": "Use the PyTorch index for ROCm 7.0. (rocm7.0)."
79941
+ },
79942
+ "name": "ROCM7_0"
79943
+ },
79944
+ {
79945
+ "docs": {
79946
+ "stability": "experimental",
79947
+ "summary": "Use the PyTorch index for ROCm 6.4. (rocm6.4)."
79948
+ },
79949
+ "name": "ROCM6_4"
79950
+ },
79587
79951
  {
79588
79952
  "docs": {
79589
79953
  "stability": "experimental",
@@ -79721,7 +80085,7 @@
79721
80085
  "kind": "enum",
79722
80086
  "locationInModule": {
79723
80087
  "filename": "src/python/uv-config.ts",
79724
- "line": 2183
80088
+ "line": 2490
79725
80089
  },
79726
80090
  "members": [
79727
80091
  {
@@ -79817,6 +80181,25 @@
79817
80181
  }
79818
80182
  }
79819
80183
  },
80184
+ {
80185
+ "abstract": true,
80186
+ "docs": {
80187
+ "custom": {
80188
+ "schema": "UvConfiguration#audit"
80189
+ },
80190
+ "stability": "experimental"
80191
+ },
80192
+ "immutable": true,
80193
+ "locationInModule": {
80194
+ "filename": "src/python/uv-config.ts",
80195
+ "line": 41
80196
+ },
80197
+ "name": "audit",
80198
+ "optional": true,
80199
+ "type": {
80200
+ "fqn": "projen.python.uvConfig.AuditOptions"
80201
+ }
80202
+ },
79820
80203
  {
79821
80204
  "abstract": true,
79822
80205
  "docs": {
@@ -79830,7 +80213,7 @@
79830
80213
  "immutable": true,
79831
80214
  "locationInModule": {
79832
80215
  "filename": "src/python/uv-config.ts",
79833
- "line": 46
80216
+ "line": 51
79834
80217
  },
79835
80218
  "name": "buildBackend",
79836
80219
  "optional": true,
@@ -79850,7 +80233,7 @@
79850
80233
  "immutable": true,
79851
80234
  "locationInModule": {
79852
80235
  "filename": "src/python/uv-config.ts",
79853
- "line": 53
80236
+ "line": 58
79854
80237
  },
79855
80238
  "name": "buildConstraintDependencies",
79856
80239
  "optional": true,
@@ -79875,7 +80258,7 @@
79875
80258
  "immutable": true,
79876
80259
  "locationInModule": {
79877
80260
  "filename": "src/python/uv-config.ts",
79878
- "line": 60
80261
+ "line": 65
79879
80262
  },
79880
80263
  "name": "cacheDir",
79881
80264
  "optional": true,
@@ -79896,7 +80279,7 @@
79896
80279
  "immutable": true,
79897
80280
  "locationInModule": {
79898
80281
  "filename": "src/python/uv-config.ts",
79899
- "line": 101
80282
+ "line": 106
79900
80283
  },
79901
80284
  "name": "cacheKeys",
79902
80285
  "optional": true,
@@ -79922,7 +80305,7 @@
79922
80305
  "immutable": true,
79923
80306
  "locationInModule": {
79924
80307
  "filename": "src/python/uv-config.ts",
79925
- "line": 120
80308
+ "line": 125
79926
80309
  },
79927
80310
  "name": "checkUrl",
79928
80311
  "optional": true,
@@ -79943,7 +80326,7 @@
79943
80326
  "immutable": true,
79944
80327
  "locationInModule": {
79945
80328
  "filename": "src/python/uv-config.ts",
79946
- "line": 136
80329
+ "line": 141
79947
80330
  },
79948
80331
  "name": "compileBytecode",
79949
80332
  "optional": true,
@@ -79965,7 +80348,7 @@
79965
80348
  "immutable": true,
79966
80349
  "locationInModule": {
79967
80350
  "filename": "src/python/uv-config.ts",
79968
- "line": 147
80351
+ "line": 152
79969
80352
  },
79970
80353
  "name": "concurrentBuilds",
79971
80354
  "optional": true,
@@ -79985,7 +80368,7 @@
79985
80368
  "immutable": true,
79986
80369
  "locationInModule": {
79987
80370
  "filename": "src/python/uv-config.ts",
79988
- "line": 155
80371
+ "line": 160
79989
80372
  },
79990
80373
  "name": "concurrentDownloads",
79991
80374
  "optional": true,
@@ -80007,7 +80390,7 @@
80007
80390
  "immutable": true,
80008
80391
  "locationInModule": {
80009
80392
  "filename": "src/python/uv-config.ts",
80010
- "line": 165
80393
+ "line": 170
80011
80394
  },
80012
80395
  "name": "concurrentInstalls",
80013
80396
  "optional": true,
@@ -80027,7 +80410,7 @@
80027
80410
  "immutable": true,
80028
80411
  "locationInModule": {
80029
80412
  "filename": "src/python/uv-config.ts",
80030
- "line": 173
80413
+ "line": 178
80031
80414
  },
80032
80415
  "name": "configSettings",
80033
80416
  "optional": true,
@@ -80053,7 +80436,7 @@
80053
80436
  "immutable": true,
80054
80437
  "locationInModule": {
80055
80438
  "filename": "src/python/uv-config.ts",
80056
- "line": 183
80439
+ "line": 188
80057
80440
  },
80058
80441
  "name": "configSettingsPackage",
80059
80442
  "optional": true,
@@ -80083,7 +80466,7 @@
80083
80466
  "immutable": true,
80084
80467
  "locationInModule": {
80085
80468
  "filename": "src/python/uv-config.ts",
80086
- "line": 190
80469
+ "line": 195
80087
80470
  },
80088
80471
  "name": "conflicts",
80089
80472
  "optional": true,
@@ -80113,7 +80496,7 @@
80113
80496
  "immutable": true,
80114
80497
  "locationInModule": {
80115
80498
  "filename": "src/python/uv-config.ts",
80116
- "line": 197
80499
+ "line": 202
80117
80500
  },
80118
80501
  "name": "constraintDependencies",
80119
80502
  "optional": true,
@@ -80139,7 +80522,7 @@
80139
80522
  "immutable": true,
80140
80523
  "locationInModule": {
80141
80524
  "filename": "src/python/uv-config.ts",
80142
- "line": 206
80525
+ "line": 211
80143
80526
  },
80144
80527
  "name": "defaultGroups",
80145
80528
  "optional": true,
@@ -80160,7 +80543,7 @@
80160
80543
  "immutable": true,
80161
80544
  "locationInModule": {
80162
80545
  "filename": "src/python/uv-config.ts",
80163
- "line": 220
80546
+ "line": 225
80164
80547
  },
80165
80548
  "name": "dependencyGroups",
80166
80549
  "optional": true,
@@ -80186,7 +80569,7 @@
80186
80569
  "immutable": true,
80187
80570
  "locationInModule": {
80188
80571
  "filename": "src/python/uv-config.ts",
80189
- "line": 239
80572
+ "line": 244
80190
80573
  },
80191
80574
  "name": "dependencyMetadata",
80192
80575
  "optional": true,
@@ -80211,7 +80594,7 @@
80211
80594
  "immutable": true,
80212
80595
  "locationInModule": {
80213
80596
  "filename": "src/python/uv-config.ts",
80214
- "line": 246
80597
+ "line": 251
80215
80598
  },
80216
80599
  "name": "devDependencies",
80217
80600
  "optional": true,
@@ -80236,7 +80619,7 @@
80236
80619
  "immutable": true,
80237
80620
  "locationInModule": {
80238
80621
  "filename": "src/python/uv-config.ts",
80239
- "line": 253
80622
+ "line": 258
80240
80623
  },
80241
80624
  "name": "environments",
80242
80625
  "optional": true,
@@ -80261,7 +80644,7 @@
80261
80644
  "immutable": true,
80262
80645
  "locationInModule": {
80263
80646
  "filename": "src/python/uv-config.ts",
80264
- "line": 260
80647
+ "line": 265
80265
80648
  },
80266
80649
  "name": "excludeDependencies",
80267
80650
  "optional": true,
@@ -80280,14 +80663,14 @@
80280
80663
  "custom": {
80281
80664
  "schema": "UvConfiguration#exclude-newer"
80282
80665
  },
80283
- "remarks": "Accepts a superset of [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) (e.g.,\n`2006-12-02T02:07:43Z`). A full timestamp is required to ensure that the resolver will\nbehave consistently across timezones.",
80666
+ "remarks": "The date is compared against the upload time of each individual distribution artifact\n(i.e., when each file was uploaded to the package index), not the release date of the\npackage version.\n\nAccepts RFC 3339 timestamps (e.g., `2006-12-02T02:07:43Z`), a \"friendly\" duration (e.g.,\n`24 hours`, `1 week`, `30 days`), or an ISO 8601 duration (e.g., `PT24H`, `P7D`, `P30D`).\n\nDurations do not respect semantics of the local time zone and are always resolved to a fixed\nnumber of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored).\nCalendar units such as months and years are not allowed.",
80284
80667
  "stability": "experimental",
80285
- "summary": "Limit candidate packages to those that were uploaded prior to a given point in time."
80668
+ "summary": "Limit candidate packages to those that were uploaded prior to the given date."
80286
80669
  },
80287
80670
  "immutable": true,
80288
80671
  "locationInModule": {
80289
80672
  "filename": "src/python/uv-config.ts",
80290
- "line": 271
80673
+ "line": 283
80291
80674
  },
80292
80675
  "name": "excludeNewer",
80293
80676
  "optional": true,
@@ -80301,21 +80684,21 @@
80301
80684
  "custom": {
80302
80685
  "schema": "UvConfiguration#exclude-newer-package"
80303
80686
  },
80304
- "remarks": "Accepts package-date pairs in a dictionary format.",
80687
+ "remarks": "Accepts a dictionary format of `PACKAGE = \"DATE\"` pairs, where `DATE` is an RFC 3339\ntimestamp (e.g., `2006-12-02T02:07:43Z`), a \"friendly\" duration (e.g., `24 hours`, `1 week`,\n`30 days`), or a ISO 8601 duration (e.g., `PT24H`, `P7D`, `P30D`).\n\nDurations do not respect semantics of the local time zone and are always resolved to a fixed\nnumber of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored).\nCalendar units such as months and years are not allowed.\n\nSet a package to `false` to exempt it from the global [`exclude-newer`](#exclude-newer)\nconstraint entirely.",
80305
80688
  "stability": "experimental",
80306
80689
  "summary": "Limit candidate packages for specific packages to those that were uploaded prior to the given date."
80307
80690
  },
80308
80691
  "immutable": true,
80309
80692
  "locationInModule": {
80310
80693
  "filename": "src/python/uv-config.ts",
80311
- "line": 280
80694
+ "line": 302
80312
80695
  },
80313
80696
  "name": "excludeNewerPackage",
80314
80697
  "optional": true,
80315
80698
  "type": {
80316
80699
  "collection": {
80317
80700
  "elementtype": {
80318
- "primitive": "string"
80701
+ "fqn": "projen.python.uvConfig.ExcludeNewerOverride"
80319
80702
  },
80320
80703
  "kind": "map"
80321
80704
  }
@@ -80334,7 +80717,7 @@
80334
80717
  "immutable": true,
80335
80718
  "locationInModule": {
80336
80719
  "filename": "src/python/uv-config.ts",
80337
- "line": 291
80720
+ "line": 313
80338
80721
  },
80339
80722
  "name": "extraBuildDependencies",
80340
80723
  "optional": true,
@@ -80365,7 +80748,7 @@
80365
80748
  "immutable": true,
80366
80749
  "locationInModule": {
80367
80750
  "filename": "src/python/uv-config.ts",
80368
- "line": 301
80751
+ "line": 323
80369
80752
  },
80370
80753
  "name": "extraBuildVariables",
80371
80754
  "optional": true,
@@ -80396,7 +80779,7 @@
80396
80779
  "immutable": true,
80397
80780
  "locationInModule": {
80398
80781
  "filename": "src/python/uv-config.ts",
80399
- "line": 320
80782
+ "line": 342
80400
80783
  },
80401
80784
  "name": "extraIndexUrl",
80402
80785
  "optional": true,
@@ -80422,7 +80805,7 @@
80422
80805
  "immutable": true,
80423
80806
  "locationInModule": {
80424
80807
  "filename": "src/python/uv-config.ts",
80425
- "line": 334
80808
+ "line": 356
80426
80809
  },
80427
80810
  "name": "findLinks",
80428
80811
  "optional": true,
@@ -80448,7 +80831,7 @@
80448
80831
  "immutable": true,
80449
80832
  "locationInModule": {
80450
80833
  "filename": "src/python/uv-config.ts",
80451
- "line": 350
80834
+ "line": 372
80452
80835
  },
80453
80836
  "name": "forkStrategy",
80454
80837
  "optional": true,
@@ -80456,20 +80839,60 @@
80456
80839
  "fqn": "projen.python.uvConfig.ForkStrategy"
80457
80840
  }
80458
80841
  },
80842
+ {
80843
+ "abstract": true,
80844
+ "docs": {
80845
+ "custom": {
80846
+ "schema": "UvConfiguration#http-proxy"
80847
+ },
80848
+ "stability": "experimental",
80849
+ "summary": "The URL of the HTTP proxy to use."
80850
+ },
80851
+ "immutable": true,
80852
+ "locationInModule": {
80853
+ "filename": "src/python/uv-config.ts",
80854
+ "line": 379
80855
+ },
80856
+ "name": "httpProxy",
80857
+ "optional": true,
80858
+ "type": {
80859
+ "primitive": "string"
80860
+ }
80861
+ },
80862
+ {
80863
+ "abstract": true,
80864
+ "docs": {
80865
+ "custom": {
80866
+ "schema": "UvConfiguration#https-proxy"
80867
+ },
80868
+ "stability": "experimental",
80869
+ "summary": "The URL of the HTTPS proxy to use."
80870
+ },
80871
+ "immutable": true,
80872
+ "locationInModule": {
80873
+ "filename": "src/python/uv-config.ts",
80874
+ "line": 386
80875
+ },
80876
+ "name": "httpsProxy",
80877
+ "optional": true,
80878
+ "type": {
80879
+ "primitive": "string"
80880
+ }
80881
+ },
80459
80882
  {
80460
80883
  "abstract": true,
80461
80884
  "docs": {
80462
80885
  "custom": {
80463
80886
  "schema": "UvConfiguration#index"
80464
80887
  },
80465
- "remarks": "Accepts either a repository compliant with [PEP 503](https://peps.python.org/pep-0503/)\n(the simple repository API), or a local directory laid out in the same format.\n\nIndexes are considered in the order in which they're defined, such that the first-defined\nindex has the highest priority. Further, the indexes provided by this setting are given\nhigher priority than any indexes specified via [`index_url`](#index-url) or\n[`extra_index_url`](#extra-index-url). uv will only consider the first index that contains\na given package, unless an alternative [index strategy](#index-strategy) is specified.\n\nIf an index is marked as `explicit = true`, it will be used exclusively for the\ndependencies that select it explicitly via `[tool.uv.sources]`, as in:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu121\"\nexplicit = true\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```\n\nIf an index is marked as `default = true`, it will be moved to the end of the prioritized list, such that it is\ngiven the lowest priority when resolving packages. Additionally, marking an index as default will disable the\nPyPI default index.",
80888
+ "remarks": "Accepts either a repository compliant with [PEP 503](https://peps.python.org/pep-0503/)\n(the simple repository API), or a local directory laid out in the same format.\n\nIndexes are considered in the order in which they're defined, such that the first-defined\nindex has the highest priority. Further, the indexes provided by this setting are given\nhigher priority than any indexes specified via [`index_url`](#index-url) or\n[`extra_index_url`](#extra-index-url). uv will only consider the first index that contains\na given package, unless an alternative [index strategy](#index-strategy) is specified.\n\nIf an index is marked as `explicit = true`, it will be used exclusively for the\ndependencies that select it explicitly via `[tool.uv.sources]`, as in:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu130\"\nexplicit = true\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```\n\nIf an index is marked as `default = true`, it will be moved to the end of the prioritized list, such that it is\ngiven the lowest priority when resolving packages. Additionally, marking an index as default will disable the\nPyPI default index.",
80466
80889
  "stability": "experimental",
80467
80890
  "summary": "The indexes to use when resolving dependencies."
80468
80891
  },
80469
80892
  "immutable": true,
80470
80893
  "locationInModule": {
80471
80894
  "filename": "src/python/uv-config.ts",
80472
- "line": 383
80895
+ "line": 419
80473
80896
  },
80474
80897
  "name": "index",
80475
80898
  "optional": true,
@@ -80495,7 +80918,7 @@
80495
80918
  "immutable": true,
80496
80919
  "locationInModule": {
80497
80920
  "filename": "src/python/uv-config.ts",
80498
- "line": 395
80921
+ "line": 431
80499
80922
  },
80500
80923
  "name": "indexStrategy",
80501
80924
  "optional": true,
@@ -80516,7 +80939,7 @@
80516
80939
  "immutable": true,
80517
80940
  "locationInModule": {
80518
80941
  "filename": "src/python/uv-config.ts",
80519
- "line": 410
80942
+ "line": 446
80520
80943
  },
80521
80944
  "name": "indexUrl",
80522
80945
  "optional": true,
@@ -80537,7 +80960,7 @@
80537
80960
  "immutable": true,
80538
80961
  "locationInModule": {
80539
80962
  "filename": "src/python/uv-config.ts",
80540
- "line": 420
80963
+ "line": 456
80541
80964
  },
80542
80965
  "name": "keyringProvider",
80543
80966
  "optional": true,
@@ -80551,15 +80974,15 @@
80551
80974
  "custom": {
80552
80975
  "schema": "UvConfiguration#link-mode"
80553
80976
  },
80554
- "default": "clone` (also known as Copy-on-Write) on macOS, and `hardlink` on Linux and",
80555
- "remarks": "Defaults to `clone` (also known as Copy-on-Write) on macOS, and `hardlink` on Linux and\nWindows.\n\nWARNING: The use of symlink link mode is discouraged, as they create tight coupling between\nthe cache and the target environment. For example, clearing the cache (`uv cache clean`)\nwill break all installed packages by way of removing the underlying source files. Use\nsymlinks with caution.",
80977
+ "default": "clone` (also known as Copy-on-Write) on macOS and Linux, and `hardlink` on",
80978
+ "remarks": "Defaults to `clone` (also known as Copy-on-Write) on macOS and Linux, and `hardlink` on\nWindows.\n\nWARNING: The use of symlink link mode is discouraged, as they create tight coupling between\nthe cache and the target environment. For example, clearing the cache (`uv cache clean`)\nwill break all installed packages by way of removing the underlying source files. Use\nsymlinks with caution.",
80556
80979
  "stability": "experimental",
80557
80980
  "summary": "The method to use when installing packages from the global cache."
80558
80981
  },
80559
80982
  "immutable": true,
80560
80983
  "locationInModule": {
80561
80984
  "filename": "src/python/uv-config.ts",
80562
- "line": 436
80985
+ "line": 472
80563
80986
  },
80564
80987
  "name": "linkMode",
80565
80988
  "optional": true,
@@ -80580,7 +81003,7 @@
80580
81003
  "immutable": true,
80581
81004
  "locationInModule": {
80582
81005
  "filename": "src/python/uv-config.ts",
80583
- "line": 444
81006
+ "line": 480
80584
81007
  },
80585
81008
  "name": "managed",
80586
81009
  "optional": true,
@@ -80594,14 +81017,14 @@
80594
81017
  "custom": {
80595
81018
  "schema": "UvConfiguration#native-tls"
80596
81019
  },
80597
- "remarks": "By default, uv loads certificates from the bundled `webpki-roots` crate. The\n`webpki-roots` are a reliable set of trust roots from Mozilla, and including them in uv\nimproves portability and performance (especially on macOS).\n\nHowever, in some cases, you may want to use the platform's native certificate store,\nespecially if you're relying on a corporate trust root (e.g., for a mandatory proxy) that's\nincluded in your system's certificate store.",
81020
+ "remarks": "By default, uv uses bundled Mozilla root certificates. When enabled, this loads\ncertificates from the platform's native certificate store instead.\n\n(Deprecated: use `system-certs` instead.)",
80598
81021
  "stability": "experimental",
80599
81022
  "summary": "Whether to load TLS certificates from the platform's native certificate store."
80600
81023
  },
80601
81024
  "immutable": true,
80602
81025
  "locationInModule": {
80603
81026
  "filename": "src/python/uv-config.ts",
80604
- "line": 459
81027
+ "line": 492
80605
81028
  },
80606
81029
  "name": "nativeTls",
80607
81030
  "optional": true,
@@ -80622,7 +81045,7 @@
80622
81045
  "immutable": true,
80623
81046
  "locationInModule": {
80624
81047
  "filename": "src/python/uv-config.ts",
80625
- "line": 469
81048
+ "line": 502
80626
81049
  },
80627
81050
  "name": "noBinary",
80628
81051
  "optional": true,
@@ -80642,7 +81065,7 @@
80642
81065
  "immutable": true,
80643
81066
  "locationInModule": {
80644
81067
  "filename": "src/python/uv-config.ts",
80645
- "line": 476
81068
+ "line": 509
80646
81069
  },
80647
81070
  "name": "noBinaryPackage",
80648
81071
  "optional": true,
@@ -80668,7 +81091,7 @@
80668
81091
  "immutable": true,
80669
81092
  "locationInModule": {
80670
81093
  "filename": "src/python/uv-config.ts",
80671
- "line": 487
81094
+ "line": 520
80672
81095
  },
80673
81096
  "name": "noBuild",
80674
81097
  "optional": true,
@@ -80689,7 +81112,7 @@
80689
81112
  "immutable": true,
80690
81113
  "locationInModule": {
80691
81114
  "filename": "src/python/uv-config.ts",
80692
- "line": 497
81115
+ "line": 530
80693
81116
  },
80694
81117
  "name": "noBuildIsolation",
80695
81118
  "optional": true,
@@ -80710,7 +81133,7 @@
80710
81133
  "immutable": true,
80711
81134
  "locationInModule": {
80712
81135
  "filename": "src/python/uv-config.ts",
80713
- "line": 507
81136
+ "line": 540
80714
81137
  },
80715
81138
  "name": "noBuildIsolationPackage",
80716
81139
  "optional": true,
@@ -80735,7 +81158,7 @@
80735
81158
  "immutable": true,
80736
81159
  "locationInModule": {
80737
81160
  "filename": "src/python/uv-config.ts",
80738
- "line": 514
81161
+ "line": 547
80739
81162
  },
80740
81163
  "name": "noBuildPackage",
80741
81164
  "optional": true,
@@ -80760,7 +81183,7 @@
80760
81183
  "immutable": true,
80761
81184
  "locationInModule": {
80762
81185
  "filename": "src/python/uv-config.ts",
80763
- "line": 522
81186
+ "line": 555
80764
81187
  },
80765
81188
  "name": "noCache",
80766
81189
  "optional": true,
@@ -80780,7 +81203,7 @@
80780
81203
  "immutable": true,
80781
81204
  "locationInModule": {
80782
81205
  "filename": "src/python/uv-config.ts",
80783
- "line": 530
81206
+ "line": 563
80784
81207
  },
80785
81208
  "name": "noIndex",
80786
81209
  "optional": true,
@@ -80788,6 +81211,31 @@
80788
81211
  "primitive": "boolean"
80789
81212
  }
80790
81213
  },
81214
+ {
81215
+ "abstract": true,
81216
+ "docs": {
81217
+ "custom": {
81218
+ "schema": "UvConfiguration#no-proxy"
81219
+ },
81220
+ "stability": "experimental",
81221
+ "summary": "A list of hosts to exclude from proxying."
81222
+ },
81223
+ "immutable": true,
81224
+ "locationInModule": {
81225
+ "filename": "src/python/uv-config.ts",
81226
+ "line": 570
81227
+ },
81228
+ "name": "noProxy",
81229
+ "optional": true,
81230
+ "type": {
81231
+ "collection": {
81232
+ "elementtype": {
81233
+ "primitive": "string"
81234
+ },
81235
+ "kind": "array"
81236
+ }
81237
+ }
81238
+ },
80791
81239
  {
80792
81240
  "abstract": true,
80793
81241
  "docs": {
@@ -80800,7 +81248,7 @@
80800
81248
  "immutable": true,
80801
81249
  "locationInModule": {
80802
81250
  "filename": "src/python/uv-config.ts",
80803
- "line": 539
81251
+ "line": 579
80804
81252
  },
80805
81253
  "name": "noSources",
80806
81254
  "optional": true,
@@ -80808,6 +81256,31 @@
80808
81256
  "primitive": "boolean"
80809
81257
  }
80810
81258
  },
81259
+ {
81260
+ "abstract": true,
81261
+ "docs": {
81262
+ "custom": {
81263
+ "schema": "UvConfiguration#no-sources-package"
81264
+ },
81265
+ "stability": "experimental",
81266
+ "summary": "Ignore `tool.uv.sources` for the specified packages."
81267
+ },
81268
+ "immutable": true,
81269
+ "locationInModule": {
81270
+ "filename": "src/python/uv-config.ts",
81271
+ "line": 586
81272
+ },
81273
+ "name": "noSourcesPackage",
81274
+ "optional": true,
81275
+ "type": {
81276
+ "collection": {
81277
+ "elementtype": {
81278
+ "primitive": "string"
81279
+ },
81280
+ "kind": "array"
81281
+ }
81282
+ }
81283
+ },
80811
81284
  {
80812
81285
  "abstract": true,
80813
81286
  "docs": {
@@ -80820,7 +81293,7 @@
80820
81293
  "immutable": true,
80821
81294
  "locationInModule": {
80822
81295
  "filename": "src/python/uv-config.ts",
80823
- "line": 546
81296
+ "line": 593
80824
81297
  },
80825
81298
  "name": "offline",
80826
81299
  "optional": true,
@@ -80840,7 +81313,7 @@
80840
81313
  "immutable": true,
80841
81314
  "locationInModule": {
80842
81315
  "filename": "src/python/uv-config.ts",
80843
- "line": 553
81316
+ "line": 600
80844
81317
  },
80845
81318
  "name": "overrideDependencies",
80846
81319
  "optional": true,
@@ -80866,7 +81339,7 @@
80866
81339
  "immutable": true,
80867
81340
  "locationInModule": {
80868
81341
  "filename": "src/python/uv-config.ts",
80869
- "line": 569
81342
+ "line": 616
80870
81343
  },
80871
81344
  "name": "package",
80872
81345
  "optional": true,
@@ -80885,7 +81358,7 @@
80885
81358
  "immutable": true,
80886
81359
  "locationInModule": {
80887
81360
  "filename": "src/python/uv-config.ts",
80888
- "line": 574
81361
+ "line": 621
80889
81362
  },
80890
81363
  "name": "pip",
80891
81364
  "optional": true,
@@ -80906,7 +81379,7 @@
80906
81379
  "immutable": true,
80907
81380
  "locationInModule": {
80908
81381
  "filename": "src/python/uv-config.ts",
80909
- "line": 585
81382
+ "line": 632
80910
81383
  },
80911
81384
  "name": "prerelease",
80912
81385
  "optional": true,
@@ -80926,7 +81399,7 @@
80926
81399
  "immutable": true,
80927
81400
  "locationInModule": {
80928
81401
  "filename": "src/python/uv-config.ts",
80929
- "line": 592
81402
+ "line": 639
80930
81403
  },
80931
81404
  "name": "preview",
80932
81405
  "optional": true,
@@ -80946,7 +81419,7 @@
80946
81419
  "immutable": true,
80947
81420
  "locationInModule": {
80948
81421
  "filename": "src/python/uv-config.ts",
80949
- "line": 600
81422
+ "line": 647
80950
81423
  },
80951
81424
  "name": "publishUrl",
80952
81425
  "optional": true,
@@ -80967,7 +81440,7 @@
80967
81440
  "immutable": true,
80968
81441
  "locationInModule": {
80969
81442
  "filename": "src/python/uv-config.ts",
80970
- "line": 614
81443
+ "line": 661
80971
81444
  },
80972
81445
  "name": "pypyInstallMirror",
80973
81446
  "optional": true,
@@ -80987,7 +81460,7 @@
80987
81460
  "immutable": true,
80988
81461
  "locationInModule": {
80989
81462
  "filename": "src/python/uv-config.ts",
80990
- "line": 621
81463
+ "line": 668
80991
81464
  },
80992
81465
  "name": "pythonDownloads",
80993
81466
  "optional": true,
@@ -81001,14 +81474,13 @@
81001
81474
  "custom": {
81002
81475
  "schema": "UvConfiguration#python-downloads-json-url"
81003
81476
  },
81004
- "remarks": "Note that currently, only local paths are supported.",
81005
81477
  "stability": "experimental",
81006
81478
  "summary": "URL pointing to JSON of custom Python installations."
81007
81479
  },
81008
81480
  "immutable": true,
81009
81481
  "locationInModule": {
81010
81482
  "filename": "src/python/uv-config.ts",
81011
- "line": 630
81483
+ "line": 675
81012
81484
  },
81013
81485
  "name": "pythonDownloadsJsonUrl",
81014
81486
  "optional": true,
@@ -81029,7 +81501,7 @@
81029
81501
  "immutable": true,
81030
81502
  "locationInModule": {
81031
81503
  "filename": "src/python/uv-config.ts",
81032
- "line": 643
81504
+ "line": 688
81033
81505
  },
81034
81506
  "name": "pythonInstallMirror",
81035
81507
  "optional": true,
@@ -81049,7 +81521,7 @@
81049
81521
  "immutable": true,
81050
81522
  "locationInModule": {
81051
81523
  "filename": "src/python/uv-config.ts",
81052
- "line": 651
81524
+ "line": 696
81053
81525
  },
81054
81526
  "name": "pythonPreference",
81055
81527
  "optional": true,
@@ -81070,7 +81542,7 @@
81070
81542
  "immutable": true,
81071
81543
  "locationInModule": {
81072
81544
  "filename": "src/python/uv-config.ts",
81073
- "line": 658
81545
+ "line": 703
81074
81546
  },
81075
81547
  "name": "reinstall",
81076
81548
  "optional": true,
@@ -81091,7 +81563,7 @@
81091
81563
  "immutable": true,
81092
81564
  "locationInModule": {
81093
81565
  "filename": "src/python/uv-config.ts",
81094
- "line": 666
81566
+ "line": 711
81095
81567
  },
81096
81568
  "name": "reinstallPackage",
81097
81569
  "optional": true,
@@ -81116,7 +81588,7 @@
81116
81588
  "immutable": true,
81117
81589
  "locationInModule": {
81118
81590
  "filename": "src/python/uv-config.ts",
81119
- "line": 673
81591
+ "line": 718
81120
81592
  },
81121
81593
  "name": "requiredEnvironments",
81122
81594
  "optional": true,
@@ -81142,7 +81614,7 @@
81142
81614
  "immutable": true,
81143
81615
  "locationInModule": {
81144
81616
  "filename": "src/python/uv-config.ts",
81145
- "line": 685
81617
+ "line": 730
81146
81618
  },
81147
81619
  "name": "requiredVersion",
81148
81620
  "optional": true,
@@ -81163,7 +81635,7 @@
81163
81635
  "immutable": true,
81164
81636
  "locationInModule": {
81165
81637
  "filename": "src/python/uv-config.ts",
81166
- "line": 695
81638
+ "line": 740
81167
81639
  },
81168
81640
  "name": "resolution",
81169
81641
  "optional": true,
@@ -81184,7 +81656,7 @@
81184
81656
  "immutable": true,
81185
81657
  "locationInModule": {
81186
81658
  "filename": "src/python/uv-config.ts",
81187
- "line": 708
81659
+ "line": 753
81188
81660
  },
81189
81661
  "name": "sources",
81190
81662
  "optional": true,
@@ -81202,6 +81674,48 @@
81202
81674
  }
81203
81675
  }
81204
81676
  },
81677
+ {
81678
+ "abstract": true,
81679
+ "docs": {
81680
+ "custom": {
81681
+ "schema": "UvConfiguration#system-certs"
81682
+ },
81683
+ "remarks": "By default, uv uses bundled Mozilla root certificates. When enabled, this loads\ncertificates from the platform's native certificate store instead.",
81684
+ "stability": "experimental",
81685
+ "summary": "Whether to load TLS certificates from the platform's native certificate store."
81686
+ },
81687
+ "immutable": true,
81688
+ "locationInModule": {
81689
+ "filename": "src/python/uv-config.ts",
81690
+ "line": 763
81691
+ },
81692
+ "name": "systemCerts",
81693
+ "optional": true,
81694
+ "type": {
81695
+ "primitive": "boolean"
81696
+ }
81697
+ },
81698
+ {
81699
+ "abstract": true,
81700
+ "docs": {
81701
+ "custom": {
81702
+ "schema": "UvConfiguration#torch-backend"
81703
+ },
81704
+ "remarks": "When set, uv will ignore the configured index URLs for packages in the PyTorch ecosystem,\nand will instead use the defined backend.\n\nFor example, when set to `cpu`, uv will use the CPU-only PyTorch index; when set to `cu126`,\nuv will use the PyTorch index for CUDA 12.6.\n\nThe `auto` mode will attempt to detect the appropriate PyTorch index based on the currently\ninstalled CUDA drivers.\n\nThis setting is only respected by `uv pip` commands.\n\nThis option is in preview and may change in any future release.",
81705
+ "stability": "experimental",
81706
+ "summary": "The backend to use when fetching packages in the PyTorch ecosystem."
81707
+ },
81708
+ "immutable": true,
81709
+ "locationInModule": {
81710
+ "filename": "src/python/uv-config.ts",
81711
+ "line": 783
81712
+ },
81713
+ "name": "torchBackend",
81714
+ "optional": true,
81715
+ "type": {
81716
+ "fqn": "projen.python.uvConfig.TorchMode"
81717
+ }
81718
+ },
81205
81719
  {
81206
81720
  "abstract": true,
81207
81721
  "docs": {
@@ -81215,7 +81729,7 @@
81215
81729
  "immutable": true,
81216
81730
  "locationInModule": {
81217
81731
  "filename": "src/python/uv-config.ts",
81218
- "line": 720
81732
+ "line": 795
81219
81733
  },
81220
81734
  "name": "trustedPublishing",
81221
81735
  "optional": true,
@@ -81235,7 +81749,7 @@
81235
81749
  "immutable": true,
81236
81750
  "locationInModule": {
81237
81751
  "filename": "src/python/uv-config.ts",
81238
- "line": 727
81752
+ "line": 802
81239
81753
  },
81240
81754
  "name": "upgrade",
81241
81755
  "optional": true,
@@ -81256,7 +81770,7 @@
81256
81770
  "immutable": true,
81257
81771
  "locationInModule": {
81258
81772
  "filename": "src/python/uv-config.ts",
81259
- "line": 737
81773
+ "line": 812
81260
81774
  },
81261
81775
  "name": "upgradePackage",
81262
81776
  "optional": true,
@@ -81281,7 +81795,7 @@
81281
81795
  "immutable": true,
81282
81796
  "locationInModule": {
81283
81797
  "filename": "src/python/uv-config.ts",
81284
- "line": 744
81798
+ "line": 819
81285
81799
  },
81286
81800
  "name": "workspace",
81287
81801
  "optional": true,
@@ -81307,7 +81821,7 @@
81307
81821
  "kind": "interface",
81308
81822
  "locationInModule": {
81309
81823
  "filename": "src/python/uv-config.ts",
81310
- "line": 2245
81824
+ "line": 2552
81311
81825
  },
81312
81826
  "name": "WheelDataIncludes",
81313
81827
  "namespace": "python.uvConfig",
@@ -81323,7 +81837,7 @@
81323
81837
  "immutable": true,
81324
81838
  "locationInModule": {
81325
81839
  "filename": "src/python/uv-config.ts",
81326
- "line": 2249
81840
+ "line": 2556
81327
81841
  },
81328
81842
  "name": "data",
81329
81843
  "optional": true,
@@ -81342,7 +81856,7 @@
81342
81856
  "immutable": true,
81343
81857
  "locationInModule": {
81344
81858
  "filename": "src/python/uv-config.ts",
81345
- "line": 2254
81859
+ "line": 2561
81346
81860
  },
81347
81861
  "name": "headers",
81348
81862
  "optional": true,
@@ -81361,7 +81875,7 @@
81361
81875
  "immutable": true,
81362
81876
  "locationInModule": {
81363
81877
  "filename": "src/python/uv-config.ts",
81364
- "line": 2259
81878
+ "line": 2566
81365
81879
  },
81366
81880
  "name": "platlib",
81367
81881
  "optional": true,
@@ -81380,7 +81894,7 @@
81380
81894
  "immutable": true,
81381
81895
  "locationInModule": {
81382
81896
  "filename": "src/python/uv-config.ts",
81383
- "line": 2264
81897
+ "line": 2571
81384
81898
  },
81385
81899
  "name": "purelib",
81386
81900
  "optional": true,
@@ -81399,7 +81913,7 @@
81399
81913
  "immutable": true,
81400
81914
  "locationInModule": {
81401
81915
  "filename": "src/python/uv-config.ts",
81402
- "line": 2269
81916
+ "line": 2576
81403
81917
  },
81404
81918
  "name": "scripts",
81405
81919
  "optional": true,
@@ -89204,6 +89718,6 @@
89204
89718
  "usedFeatures": [
89205
89719
  "class-covariant-overrides"
89206
89720
  ],
89207
- "version": "0.101.9",
89208
- "fingerprint": "IuYX/PgmjFwjEGWW0c9MKz7MPEEm1PhsLZtkD3zYxo8="
89721
+ "version": "0.101.10",
89722
+ "fingerprint": "87fEKF1df0tq0SirY2hPCaQPDqx7dwH8Zb2F7lZfqZ0="
89209
89723
  }