rapidkit 0.19.0 → 0.19.1

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -1014,7 +1014,7 @@ readme = "README.md"
1014
1014
  package-mode = false
1015
1015
 
1016
1016
  [tool.poetry.dependencies]
1017
- python = "^3.10.14"
1017
+ python = "^3.10"
1018
1018
  fastapi = "^0.128.0"
1019
1019
  uvicorn = {extras = ["standard"], version = "^0.40.0"}
1020
1020
  pydantic = "^2.12.5"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapidkit",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "type": "module",
5
5
  "description": "Create RapidKit projects with a single command - The official CLI for RapidKit framework",
6
6
  "keywords": [
@@ -41,6 +41,7 @@
41
41
  "test:drift": "RAPIDKIT_DRIFT_GUARD=1 vitest run src/__tests__/drift-guard.test.ts",
42
42
  "test:watch": "vitest",
43
43
  "test:coverage": "vitest run --coverage",
44
+ "test:prepare-embeddings": "npx tsx scripts/generate-mock-embeddings.ts",
44
45
  "test:e2e": "vitest run src/__tests__/e2e.test.ts",
45
46
  "test:scenarios": "bash scripts/scenario-matrix-local.sh",
46
47
  "test:scenarios:full": "RAPIDKIT_SCENARIO_FULL_BOOTSTRAP=1 bash scripts/scenario-matrix-local.sh",
@@ -66,7 +67,7 @@
66
67
  "commander": "^12.1.0",
67
68
  "execa": "^9.3.1",
68
69
  "fs-extra": "^11.2.0",
69
- "inquirer": "^9.2.23",
70
+ "inquirer": "^13.2.2",
70
71
  "nunjucks": "^3.2.4",
71
72
  "openai": "^4.80.0",
72
73
  "ora": "^8.0.1",