v1.14.0
What's Changed
In this release, we've added support for the new Related Companies API, upgraded urllib3 to version 2.2.2, and transitioned away from the setuptools dependency, favoring Python's standard library instead.
- Added support for related companies endpoint by @justinpolygon in #685
- Remove setuptools and use standard library by @justinpolygon in #694
- Add type hinting for
datetime.date
objects toget_grouped_daily_aggs
andget_daily_open_close_agg
by @SuperMaZingCoder in #681 - Bump urllib3 from 1.26.18 to 2.2.2 by @dependabot in #684 and #696
- Bump certifi from 2024.2.2 to 2024.6.2 by @dependabot in #677
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #666
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #673
- Bump types-setuptools from 69.5.0.20240423 to 70.0.0.20240524 by @dependabot in #672 and #675 and #670
- Bump orjson from 3.10.1 to 3.10.5 by @dependabot in #665 and #683
New Contributors
- @SuperMaZingCoder made their first contribution in #681
Full Changelog: v1.13.7...v1.14.0