Skip to content
Open
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
2 changes: 1 addition & 1 deletion kiln/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies = [
[project.optional-dependencies]
bambu = [] # Bambu support is now included by default
elegoo = ["websocket-client>=1.6"]
postgres = ["psycopg2-binary>=2.9"]
postgres = ["psycopg2-binary>=2.9.12"]
# NOTE: `kiln3d[rest]` used to pull `kiln-pro[rest]`, but kiln-pro is a
# private package and the extra would fail on every public `pip install`.
# The REST API ships in kiln-pro itself; install it directly from the
Expand Down
Loading