We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c961e36 commit a4bda5fCopy full SHA for a4bda5f
CHANGELOG-V3.md
@@ -22,7 +22,7 @@ release.
22
- `utils.time_snowflake` use `utils.generate_snowflake` instead
23
- `utils.warn_deprecated`
24
- `utils.deprecated`
25
-- `utils.get` use `utils.find` with `lambda i: i.attr == val`instead
+- `utils.get` use `utils.find` with `lambda i: i.attr == val` instead
26
- `AsyncIterator.get` use `AsyncIterator.find` with `lambda i: i.attr == val` instead
27
- `utils.as_chunks` use `itertools.batched` on Python 3.12+ or your own implementation
28
instead
0 commit comments