Skip to content

Commit

Permalink
Fixed typing_extensions version (#458)
Browse files Browse the repository at this point in the history
* fixed `typing_extensions` version

* updated `typing-extensions`

* fixed version

* updated changelog

* review fix
  • Loading branch information
brsnw250 authored Aug 28, 2024
1 parent abaa870 commit ee7fca9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-

### Fixed
- Add lower limit for `typing_extension` versions ([#458](https://github.com/etna-team/etna/pull/458))
- Fix `ModelDecomposeTransform` import without `prophet` module ([#459](https://github.com/etna-team/etna/pull/459))
-
-
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ joblib = "*"
plotly = "*"
hydra_slayer = "*"
matplotlib = "*"
typing_extensions = "*"
typing_extensions = "^4.1.0"
tbats = "^1.1.0"
Deprecated = "1.2.13"
types-Deprecated = "1.2.9"
Expand Down

0 comments on commit ee7fca9

Please sign in to comment.