File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 1.1.0] - 2026-05-15
5+ ## [ 1.1.0] - 2026-05-20
66
77### Changed
88
99- Minimum supported Python version is now 3.10 (Python 3.9 is no longer supported).
10+ - Minimum ` requests ` version is now 2.33.1.
11+ - PyPI package metadata updated (Production/Stable, project URLs).
12+ - README expanded with configuration options, known limitations, and troubleshooting (including rate limiting and access denied).
1013
1114## [ 1.0.0] - 2025-06-02
1215### Added
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ classifiers = [
2323 " Environment :: Console" ,
2424 " License :: OSI Approved :: MIT License" ,
2525 " Programming Language :: Python :: 3.10" ,
26+ " Programming Language :: Python :: 3.11" ,
27+ " Programming Language :: Python :: 3.12" ,
28+ " Programming Language :: Python :: 3.13" ,
29+ " Programming Language :: Python :: 3.14" ,
2630 " Topic :: Scientific/Engineering :: Information Analysis" ,
2731 " Topic :: Software Development :: Libraries" ,
2832 " Topic :: Utilities" ,
@@ -32,7 +36,7 @@ classifiers = [
3236Homepage = " https://github.com/WileyLabs/tdm-client"
3337Changelog = " https://github.com/WileyLabs/tdm-client/blob/main/CHANGELOG.md"
3438Repository = " https://github.com/WileyLabs/tdm-client"
35- Issues = " https://github.com/WileyLabs/tdm-client/issues"
39+ Issues = " https://github.com/WileyLabs/tdm-client/issues"
3640
3741[project .optional-dependencies ]
3842lint = [
You can’t perform that action at this time.
0 commit comments