caspian-utils 0.0.28 → 0.0.29

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.
@@ -34,7 +34,7 @@ The scaffolded Caspian baseline is:
34
34
  Install the supported runtimes before creating a project.
35
35
 
36
36
  - Node.js with `npm` and `npx` available
37
- - Python `v3.11.0` or newer
37
+ - Python `v3.14.0` or newer
38
38
 
39
39
  You can verify your environment with:
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caspian-utils",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "Caspian tooling",
5
5
  "main": "index.js",
6
6
  "scripts": {