Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 422937e

Browse files
committed
- Handles missing SSL certs for the terminal download
- Added MS_OF_DAY2 enum
1 parent e68acfa commit 422937e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "thetadata"
7-
version = "0.8.7"
7+
version = "0.8.8"
88
authors = [
99
{ name="Bailey Danseglio", email="[email protected]" },
1010
{ name="Adler Weber", email="[email protected]" },
1111
]
1212
description = "Python API for Thetadata"
1313
readme = "README.md"
1414
license = { file="LICENSE" }
15-
requires-python = ">=3.7"
15+
requires-python = ">=3.9"
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"License :: OSI Approved :: MIT License",

thetadata/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .terminal import check_download, launch_terminal
2424

2525
_NOT_CONNECTED_MSG = "You must establish a connection first."
26-
_VERSION = '0.8.7'
26+
_VERSION = '0.8.8'
2727

2828

2929
def _format_strike(strike: float) -> int:

0 commit comments

Comments
 (0)