Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kiln/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"zeroconf>=0.80",
"rich>=12.0",
"paho-mqtt>=2.0",
"cryptography>=41.0",
"cryptography>=50.0.0",
# websockets powers the web->printer bridge's dial-out client
# (``kiln.bridge_client``) — a core dep, not an extra, so the
# documented `kiln bridge enable` works on a fresh install instead
Expand Down Expand Up @@ -93,7 +93,7 @@ postgres = ["psycopg2-binary>=2.9.12"]
# The REST API ships in kiln-pro itself; install it directly from the
# private repo (see kiln3d.com/docs) — don't promise it here.
stripe = ["stripe>=15.3.0"]
payments = ["stripe>=15.3.0", "cryptography>=41.0"]
payments = ["stripe>=15.3.0", "cryptography>=50.0.0"]
# The backend is named `usb`; `serial` stays as an alias so the install
# line in older docs keeps working.
usb = ["pyserial>=3.5"]
Expand Down
2 changes: 1 addition & 1 deletion kiln/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==2.1.0
charset-normalizer==3.4.9
click==8.4.2
coverage==7.15.2
cryptography==49.0.0
cryptography==50.0.0
exceptiongroup==1.3.1
h11==0.16.0
httpcore2==2.9.1
Expand Down
Loading