relib 1.2.2__tar.gz → 1.2.3__tar.gz

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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "relib"
3
- version = "1.2.2"
3
+ version = "1.2.3"
4
4
  requires-python = ">=3.12"
5
5
  dependencies = []
6
6
  authors = [
@@ -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
 
@@ -96,7 +96,7 @@ wheels = [
96
96
 
97
97
  [[package]]
98
98
  name = "relib"
99
- version = "1.2.2"
99
+ version = "1.2.3"
100
100
  source = { editable = "." }
101
101
 
102
102
  [package.dev-dependencies]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes