File tree Expand file tree Collapse file tree 3 files changed +40
-40
lines changed Expand file tree Collapse file tree 3 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ This will be the final release with support for Python 3.11.
194194- Optimized ` ExecutionEngine ` hot path with topic caching and reduced cache lookups
195195- Optimized rate limiter quota keys with string interning to avoid repeated allocations
196196- Upgraded Rust (MSRV) to 1.90.0
197- - Upgraded Cython to v3.1.5
197+ - Upgraded Cython to v3.1.6
198198- Upgraded ` databento ` crate to v0.35.0
199199- Upgraded ` datafusion ` crate to v50.3.0
200200- Upgraded ` pyo3 ` and ` pyo3-async-runtimes ` crates to v0.26.0
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies = [
3333 " pyarrow>=21.0.0" ,
3434 " pytz>=2025.2.0" ,
3535 " tqdm>=4.67.1,<5.0.0" ,
36- " uvloop==0.22.1,<1.0.0; sys_platform != \" win32\" " , # Pinned for stability
36+ " uvloop==0.22.1,<1.0.0; sys_platform != \" win32\" " , # Pinned to 0.22.1 for stability
3737]
3838
3939[project .urls ]
@@ -47,7 +47,7 @@ requires = [
4747 " setuptools>=80" ,
4848 " poetry-core>=2.1.3" ,
4949 " numpy>=1.26.4" ,
50- " cython==3.1.5 " ,
50+ " cython==3.1.6 " ,
5151]
5252build-backend = " poetry.core.masonry.api"
5353
@@ -91,7 +91,7 @@ polymarket = [
9191
9292[dependency-groups ]
9393dev = [
94- " cython==3.1.5 " ,
94+ " cython==3.1.6 " ,
9595 " setuptools>=75" ,
9696 " black>=25.9.0,<26.0.0" ,
9797 " docformatter>=1.7.7,<2.0.0" ,
You can’t perform that action at this time.
0 commit comments