Skip to content

Commit

Permalink
build: typing_extensions version
Browse files Browse the repository at this point in the history
closes #1996
  • Loading branch information
andrewgsavage authored Jul 28, 2024
1 parent 0faac07 commit 67303b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Pint Changelog
- Add `dim_sort` function to _formatter_helpers.
- Add `dim_order` and `default_sort_func` properties to FullFormatter.
(PR #1926, fixes Issue #1841)
- Minimum version requirement added for typing_extensions>=4.0.0.
(PR #1996)
- Documented packages using pint.
(PR #1960)
- Fixed bug causing operations between arrays of quantity scalars and quantity holding
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appdirs>=1.4.4
typing_extensions
typing_extensions>=4.0.0
flexcache>=0.3
flexparser>=0.3

0 comments on commit 67303b8

Please sign in to comment.