Repka

Latest version: v3.1.1

Safety actively analyzes 613777 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

3.1.1

Changed
- repka now supports 3.8 and 3.9 python versions (59 by Paul-Ilyin)
- changed supported pydantic version to >=1,<2 (59 by Paul-Ilyin)

3.1.0

Added
- `repka.repositories.base.AsyncBaseRepo.get_all_aiter()` which is the same as `get_all()` method, but it returns an async iterator (55 by Paul-Ilyin)
- `repka.repositories.base.AsyncBaseRepo.get_by_ids_aiter()` which is the same as `get_by_ids()` method, but it returns an async iterator (55 by Paul-Ilyin)
- `repka.repositories.base.AsyncBaseRepo.insert_many_aiter()` method which is the same as `insert_many()` method, but it returns an async iterator (55 by Paul-Ilyin)

3.0.0

Changed

- `repka.repositories.base.AsyncQueryExecutor.fetch_all` - now returns AsyncIterator (54 by Paul-Ilyin)
- `repka.repositories.base.AsyncQueryExecutor.insert_many` - now returns AsyncIterator (54 by Paul-Ilyin)

Removed

- **Breaking change!** removed [databases](https://github.com/encode/databases) support (54 by Paul-Ilyin)

2.2.0

Added

- `repka.repositories.base.AsyncBaseRepo` - params for raw query support (48 by Paul-Ilyin)

2.1.0

Added

- `repka.repositories.base.AsyncBaseRepo.update_values` - perform sql-like update (46 by potykion)
- `repka.repositories.base`, `repka.repositories.queries` documentation (47 by potykion)

2.0.2

Changed

- `repka.repositories.base.AsyncBaseRepo.insert_many` raises error in case of inconsistent `ignore_default` field values (45 by Paul-Ilyin)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.