Skip to content

Commit 6cd17de

Browse files
committed
bump deps
1 parent 68ffeb7 commit 6cd17de

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Typing :: Typed",
3030
]
3131
dependencies = [
32-
"reactpy[asgi]>=2.0.0b10, <3.0.0",
32+
"reactpy[asgi]>=2.0.0b12, <3.0.0",
3333
"typing_extensions",
3434
"jsonpointer==3.*",
3535
]

src/js/bun.lockb

0 Bytes
Binary file not shown.

src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"prettier": "^3.3.3"
1010
},
1111
"dependencies": {
12-
"@reactpy/client": "^1.1.0"
12+
"@reactpy/client": "^1.2.0"
1313
}
1414
}

0 commit comments

Comments
 (0)