Skip to content

Commit 3b41ea4

Browse files
authored
Update python-node to fix raw_path and query_string (#17)
1 parent b6fb138 commit 3b41ea4

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@fastify/static": "^8.2.0",
31-
"@platformatic/python-node": "^0.1.9",
31+
"@platformatic/python-node": "^0.1.10",
3232
"@platformatic/service": "^3.0.0",
3333
"fastify-plugin": "^5.0.0"
3434
},

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$id": "https://schemas.platformatic.dev/@platformatic/python/0.7.0.json",
3-
"version": "0.7.0",
2+
"$id": "https://schemas.platformatic.dev/@platformatic/python/0.1.3.json",
3+
"version": "0.1.3",
44
"title": "Platformatic Python configuration",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)