Metadata-Version: 2.3
Name: unique_stock_ticker
Version: 1.1.0
Summary: 
License: Proprietary
Author: Martin Fadler
Author-email: martin.fadler@unique.ch
Requires-Python: >=3.12,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cryptography (>=45.0.6,<46.0.0)
Requires-Dist: numerize (>=0.12,<0.13)
Requires-Dist: plotly (>=5.24.1,<6.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: pyhumps (>=3.8.0,<4.0.0)
Requires-Dist: pyopenssl (>=25.0.0,<26.0.0)
Requires-Dist: requests (>=2.32.0,<3.0.0)
Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
Requires-Dist: unique-toolkit (>=1.38.3,<2.0.0)
Requires-Dist: urllib3 (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# Unique stock ticker post processor.
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2026-01-16
- Add option to validate plot start_date as timedelta

## [1.0.11] - 2026-01-16
- Add local CI testing commands via poethepoet (poe lint, poe test, poe ci-typecheck, etc.)

## [1.0.10] - 2026-01-16
- Add unified type checking CI with basedpyright

## [1.0.9] - 2026-01-15
- Add `pytest-cov` dev dependency for coverage testing

## [1.0.8] - 2026-01-13
- Add missing `pytest-asyncio` dev dependency

## [1.0.7] - 2026-01-13
- Fix test import path from `agentic` to `unique_toolkit.agentic`

## [1.0.6] - 2025-12-29
- Bump unique_sdk version to `0.10.58`

## [1.0.5] - 2025-12-17
- Bump unique_toolkit version to `1.38.3`

## [1.0.4] - 2025-12-17
- Update failsafe execution import path

## [1.0.3] - 2025-11-12
- Move pytest to dev dependencies

## [1.0.2] - 2025-10-09
- Update loading path of `DEFAULT_GPT_4o` from `unique_toolkit` 

## [1.0.1] - 2025-09-30
- Switch default model used from `GPT-3.5` to `GPT-4o (1120)`

## [1.0.0] - 2025-09-18
- Bump toolkit version to allow for both patch and minor updates

## [0.0.6] - 2025-09-17
- Updated to latest toolkit

## [0.0.5] - 2025-08-25
- Moved to to postprocessor location.

## [0.0.4] - 2025-08-22
- bugs fixed

## [0.0.3] - 2025-08-22
- bugs fixed

## [0.0.2] - 2025-08-21
- bugs fixed

## [0.0.1] - 2025-08-18
- Initial release of `stock_ticker`.
