Skip to content

Commit 762716a

Browse files
iisakkirotkomaartenbreddels
authored andcommitted
chore: remove unnecessary version pin from jupyter_client
This will take us most of the way towards supporting Python 3.13, see #797 for progress.
1 parent a98e225 commit 762716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solara-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"filelock",
2020
"ipykernel",
2121
"nbformat",
22-
"jupyter_client>=7.0.0",
22+
"jupyter_client",
2323
]
2424

2525
[project.urls]

0 commit comments

Comments
 (0)