From 012acab61ffcba77bdb903703cae39edc615af3b Mon Sep 17 00:00:00 2001 From: Stephen Belanger Date: Fri, 19 Sep 2025 15:44:47 +0800 Subject: [PATCH] Use main branch of python-node --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86df75e..d4e45ae 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/platformatic/python#readme", "dependencies": { "@fastify/static": "^8.2.0", - "@platformatic/python-node": "github:platformatic/python-node#test-improvements", + "@platformatic/python-node": "github:platformatic/python-node", "@platformatic/service": "^2.63.3", "json-schema-to-typescript": "^15.0.4" },