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
16 changes: 8 additions & 8 deletions internal_dependency_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"path": "pyproject.toml",
"package": "quant-platform-kit",
"source_repo": "QuantPlatformKit",
"ref": "92458590a463e7219f0369a3505031ee74414135"
"ref": "61783fdaee869bfeedd4289ae4b7f27104513759"
},
{
"consumer_repo": "BinancePlatform",
Expand All @@ -27,7 +27,7 @@
"path": "uv.lock",
"package": "quant-platform-kit",
"source_repo": "QuantPlatformKit",
"ref": "92458590a463e7219f0369a3505031ee74414135"
"ref": "61783fdaee869bfeedd4289ae4b7f27104513759"
},
{
"consumer_repo": "CharlesSchwabPlatform",
Expand Down Expand Up @@ -132,14 +132,14 @@
"path": "pyproject.toml",
"package": "quant-platform-kit",
"source_repo": "QuantPlatformKit",
"ref": "776fe71e57e2924fcd1c73126f41d244242240bb"
"ref": "b371322b948e4298920a7d8613b155245dcd5f8d"
},
{
"consumer_repo": "CryptoStrategies",
"path": "uv.lock",
"package": "quant-platform-kit",
"source_repo": "QuantPlatformKit",
"ref": "776fe71e57e2924fcd1c73126f41d244242240bb"
"ref": "b371322b948e4298920a7d8613b155245dcd5f8d"
},
{
"consumer_repo": "FirstradePlatform",
Expand Down Expand Up @@ -209,7 +209,7 @@
"path": "pyproject.toml",
"package": "quant-platform-kit",
"source_repo": "QuantPlatformKit",
"ref": "776fe71e57e2924fcd1c73126f41d244242240bb"
"ref": "b371322b948e4298920a7d8613b155245dcd5f8d"
},
{
"consumer_repo": "InteractiveBrokersPlatform",
Expand All @@ -230,7 +230,7 @@
"path": "uv.lock",
"package": "quant-platform-kit",
"source_repo": "QuantPlatformKit",
"ref": "776fe71e57e2924fcd1c73126f41d244242240bb"
"ref": "b371322b948e4298920a7d8613b155245dcd5f8d"
},
{
"consumer_repo": "InteractiveBrokersPlatform",
Expand Down Expand Up @@ -356,14 +356,14 @@
"path": "pyproject.toml",
"package": "quant-platform-kit",
"source_repo": "QuantPlatformKit",
"ref": "776fe71e57e2924fcd1c73126f41d244242240bb"
"ref": "61783fdaee869bfeedd4289ae4b7f27104513759"
},
{
"consumer_repo": "UsEquityStrategies",
"path": "uv.lock",
"package": "quant-platform-kit",
"source_repo": "QuantPlatformKit",
"ref": "776fe71e57e2924fcd1c73126f41d244242240bb"
"ref": "61783fdaee869bfeedd4289ae4b7f27104513759"
}
]
}
8 changes: 4 additions & 4 deletions python/tests/test_internal_dependency_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ def test_current_matrix_matches_local_workspace(self):

def test_qpk_migrated_consumers_use_current_baseline_pins(self):
expected_pins_by_consumer = {
"BinancePlatform": "92458590a463e7219f0369a3505031ee74414135",
"BinancePlatform": "61783fdaee869bfeedd4289ae4b7f27104513759",
"CharlesSchwabPlatform": "92458590a463e7219f0369a3505031ee74414135",
"CnEquityStrategies": "776fe71e57e2924fcd1c73126f41d244242240bb",
"CryptoStrategies": "776fe71e57e2924fcd1c73126f41d244242240bb",
"CryptoStrategies": "b371322b948e4298920a7d8613b155245dcd5f8d",
"FirstradePlatform": "92458590a463e7219f0369a3505031ee74414135",
"HkEquityStrategies": "776fe71e57e2924fcd1c73126f41d244242240bb",
"InteractiveBrokersPlatform": "776fe71e57e2924fcd1c73126f41d244242240bb",
"InteractiveBrokersPlatform": "b371322b948e4298920a7d8613b155245dcd5f8d",
"LongBridgePlatform": "92458590a463e7219f0369a3505031ee74414135",
"UsEquityStrategies": "776fe71e57e2924fcd1c73126f41d244242240bb",
"UsEquityStrategies": "61783fdaee869bfeedd4289ae4b7f27104513759",
}
matrix_pins = check_internal_dependency_matrix.load_matrix(ROOT / "internal_dependency_matrix.json")
refs = {
Expand Down