Skip to content

Commit 3860f86

Browse files
committed
update
1 parent 6c77ebd commit 3860f86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter-pgadmin-proxy"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
authors = [
99
{ name="Matus Kosut", email="[email protected]" },
1010
{ name="Diepiriye Okujagu", email="[email protected]" },
@@ -14,7 +14,7 @@ readme = "README.md"
1414
license = { file = "LICENSE.md" }
1515
requires-python = ">=3.8"
1616
dependencies = [
17-
"jupyter-server-proxy>=3.2.2,<4.0.0",
17+
"jupyter-server-proxy",
1818
"pgadmin4",
1919
"simple-websocket",
2020
"psycopg",
@@ -31,6 +31,8 @@ classifiers = [
3131
"Programming Language :: Python :: 3.9",
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
3436
]
3537
keywords = [
3638
"Jupyter Proxy",

0 commit comments

Comments
 (0)