Skip to content

Commit a96dd08

Browse files
committed
Update dependencies and release notes
1 parent d3f0122 commit a96dd08

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ This will be the final release with support for Python 3.11.
133133
- Added OKX adapter integration tests
134134
- Added turmoil network simulation testing to network crate
135135
- Added liquidity utilization rate to AMM pool profiler (#3107), thanks @filipmacek
136+
- Added `filter_sec_types` config to skip unsupported IB instrument types (#3108), thanks @sunlei
136137
- Ported `PortfolioAnalyzer` and all portfolio statistics to Rust
137138
- Introduced AMM Pool profiler with tickmaps and Uniswapv3 support (#3000, #3010, #3019, #3036), thanks @filipmacek
138139
- Introduced snapshot, analytics, and PSQL schema for PoolProfiler (#3048), thanks @filipmacek

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test = [
111111
"pytest-aiohttp>=1.1.0,<2.0.0",
112112
"pytest-asyncio==0.23.8", # Pinned to 0.23.8 for stability
113113
"pytest-benchmark==5.0.1", # Pinned to 5.0.1 due pytest 8.x requirement
114-
"pytest-codspeed==4.0.0", # Pinned to 4.0.0 due to packaging bug in 4.1.0
114+
"pytest-codspeed==4.2.0", # Pinned to 4.2.0 for stability
115115
"pytest-cov==6.3.0", # Pinned to 6.3.0 due pytest 8.x requirement
116116
"pytest-mock>=3.15.1,<4.0.0",
117117
"pytest-xdist[psutil]>=3.8.0,<4.0.0",

uv.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)