Skip to content

Commit 9af38e3

Browse files
michaelchuclaude
andcommitted
Bump version to 2.3.0b5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d181f24 commit 9af38e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

optopsy/data/_yf_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _yf_fetch_and_cache(
3737
``ValueError``) are **not** caught here — callers are responsible for
3838
handling them.
3939
"""
40-
import yfinance as yf # type: ignore[unresolved-import]
40+
import yfinance as yf
4141

4242
if cached is None or cached.empty:
4343
_log.info("Cold cache for %s, fetching full history from yfinance", symbol)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "optopsy"
7-
version = "2.3.0b4"
7+
version = "2.3.0b5"
88
description = "A nimble backtesting and statistics library for options strategies"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)