relib 1.2.2__py3-none-any.whl → 1.2.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
relib/utils.py CHANGED
@@ -156,7 +156,7 @@ def get_at[T](d: dict, keys: Iterable[Any], default: T) -> T:
156
156
  return default
157
157
  return as_any(d)
158
158
 
159
- def for_each[T](func: Callable[[T]], iterable: Iterable[T]) -> None:
159
+ def for_each[T](func: Callable[[T], Any], iterable: Iterable[T]) -> None:
160
160
  for item in iterable:
161
161
  func(item)
162
162
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: relib
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Project-URL: Repository, https://github.com/Reddan/relib.git
5
5
  Author: Hampus Hallman
6
6
  License: Copyright 2018-2025 Hampus Hallman
@@ -2,8 +2,8 @@ relib/__init__.py,sha256=dLFft8umAfLeZfTiecZ2Cx_-C-nKoBepUk-aWivI5ZE,627
2
2
  relib/hashing.py,sha256=DB_fnkj0ls01FgZbf4nPFHl4EBU8X_0OrmDvty4HlRE,6020
3
3
  relib/measure_duration.py,sha256=LCTo_D_qReNprD3fhtJ0daeWycS6xQE_cwxeg2_h0xo,456
4
4
  relib/system.py,sha256=H-SJccCVLNTDhWTT5jo1NFUiQJzHv2Z1xvq0OVrnJcM,431
5
- relib/utils.py,sha256=GXvz4BPvEXzOxqCg1hV2F2x1xmaftlSdfCobaF0UBK8,6900
6
- relib-1.2.2.dist-info/METADATA,sha256=tl7KPaFKh8TTJ9XPpHbvwmpdjpbLWu_q4Nq3jfFsNkE,1295
7
- relib-1.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- relib-1.2.2.dist-info/licenses/LICENSE,sha256=9xVsdtv_-uSyY9Xl9yujwAPm4-mjcCLeVy-ljwXEWbo,1059
9
- relib-1.2.2.dist-info/RECORD,,
5
+ relib/utils.py,sha256=6Y_77KeejooPa54Z57EwPbNVvnFncmGay-VBbv4gAQQ,6905
6
+ relib-1.2.3.dist-info/METADATA,sha256=SrcjKfhYBKtDMGjdZqmwLsgm5I3hln8Q4ZW2FtFHz80,1295
7
+ relib-1.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ relib-1.2.3.dist-info/licenses/LICENSE,sha256=9xVsdtv_-uSyY9Xl9yujwAPm4-mjcCLeVy-ljwXEWbo,1059
9
+ relib-1.2.3.dist-info/RECORD,,
File without changes