Skip to content
Merged
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
2 changes: 1 addition & 1 deletion packages/keel-broker-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keel-broker-api"
version = "0.5.7"
version = "0.6.0"
description = "Broker port, domain types, capability model, and conformance suite for keel"
requires-python = ">=3.14.4"
dependencies = ["keel-core"]
Expand Down
2 changes: 1 addition & 1 deletion packages/keel-broker-coinbase/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keel-broker-coinbase"
version = "0.5.7"
version = "0.6.0"
description = "Coinbase Advanced Trade adapter for keel"
requires-python = ">=3.14.4"
dependencies = ["keel-core", "keel-broker-api", "coinbase-advanced-py>=1.8.4"]
Expand Down
2 changes: 1 addition & 1 deletion packages/keel-broker-fake/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keel-broker-fake"
version = "0.5.7"
version = "0.6.0"
description = "A deliberately divergent second broker adapter, to keep the port honest"
requires-python = ">=3.14.4"
dependencies = ["keel-core", "keel-broker-api"]
Expand Down
2 changes: 1 addition & 1 deletion packages/keel-broker-robinhood/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keel-broker-robinhood"
version = "0.5.7"
version = "0.6.0"
description = "Robinhood Crypto Trading API v2 adapter for keel"
requires-python = ">=3.14.4"
# `pynacl` is here and nowhere else in the workspace: Robinhood signs every request with an
Expand Down
2 changes: 1 addition & 1 deletion packages/keel-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keel-core"
version = "0.5.7"
version = "0.6.0"
description = "Shared domain types, configuration, and logging for keel"
requires-python = ">=3.14.4"
dependencies = ["pyyaml>=6.0.3", "python-dotenv>=1.2.2"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keel-trader"
version = "0.5.7"
version = "0.6.0"
description = "Offline-first, broker-agnostic, rule-based spot-trading agent (halal policy by default)"
readme = "README.md"
authors = [
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading