Skip to content

Commit 1ce9109

Browse files
committed
fix: resolve ReadTheDocs dependency conflicts through version downgrades and remove duplicate git install line
1 parent 62d9587 commit 1ce9109

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.18][0.6.18] - 2026-02-20
9+
10+
### Fixed
11+
12+
- ReadTheDocs dependency conflicts resolved through systematic version downgrades:
13+
- Sphinx 9.0.4 → 8.1.3 (myst-parser compatibility)
14+
- astroid 4.0.2 → 3.3.8 (sphinx-autoapi compatibility with Python 3.11)
15+
- pylint 4.0.4 → 3.3.4 (astroid 3.x compatibility)
16+
- isort 7.0.0 → 6.1.0 (pylint 3.3.4 compatibility)
17+
- sphinx-autodoc-typehints 3.6.0 → 2.4.4 (Sphinx 8.x compatibility)
18+
- Removed duplicate git install line from requirements.txt
19+
820
## [0.6.13][0.6.13] - 2026-02-20
921

1022
### Fixed
@@ -692,6 +704,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
692704

693705
Experimentation phase before formal semantic versioning, establishing core dimensional analysis concepts and data structures.
694706

707+
[0.6.18]: https://github.com/DASA-Design/PyDASA/compare/v0.6.15...v0.6.18
695708
[0.6.15]: https://github.com/DASA-Design/PyDASA/compare/v0.6.13...v0.6.15
696709
[0.6.13]: https://github.com/DASA-Design/PyDASA/compare/v0.6.12...v0.6.13
697710
[0.6.12]: https://github.com/DASA-Design/PyDASA/compare/v0.6.11...v0.6.12

0 commit comments

Comments
 (0)