Pottery

Latest version: v3.0.1

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

Scan your dependencies

Page 5 of 9

1.4.1

Not secure
Optimization: Make consensus-based read ops more efficient

On read operations, once we've achieved quorum and read the value that we need, cancel pending in-flight futures.

What's Changed
* Improve examples in doctests and README by brainix in https://github.com/brainix/pottery/pull/460
* In NextId getter, bail out when quorum achieved by brainix in https://github.com/brainix/pottery/pull/461
* Make consensus-based read ops more efficient by brainix in https://github.com/brainix/pottery/pull/462


**Full Changelog**: https://github.com/brainix/pottery/compare/v1.4.0...v1.4.1

1.4.0

Not secure
New Feature: `NextId.reset()`

`NextId.reset()` deletes the `NextId` object's key from the Redis masters, in effect resetting the current ID to 0.

What's Changed
* Implement NextId.reset() by brainix in https://github.com/brainix/pottery/pull/459


**Full Changelog**: https://github.com/brainix/pottery/compare/v1.3.6...v1.4.0

1.3.6

Not secure
Bug Fix: Make Pottery work for both `bytes` and `str` responses

1. **Bug Fix**: By default, the Redis client returns `bytes` responses. However, the Redis client can be configured to return `str` responses. Make Pottery work for either type of responses.
2. **Optimization**: simplify `NextId` initialization.

What's Changed
* Upgrade requirements by brainix in https://github.com/brainix/pottery/pull/454
* Simplify NextId initialization by brainix in https://github.com/brainix/pottery/pull/455
* Upgrade requirements by brainix in https://github.com/brainix/pottery/pull/457
* Make Pottery work for both bytes and str responses by brainix in https://github.com/brainix/pottery/pull/458


**Full Changelog**: https://github.com/brainix/pottery/compare/v1.3.5...v1.3.6

1.3.5

Not secure
Bug Fix: Ensure that we return pipeline connection to pool

What's Changed
* Upgrade requirements by brainix in https://github.com/brainix/pottery/pull/447
* Loosen CachedOrderedDict._misses type annotation by brainix in https://github.com/brainix/pottery/pull/448
* Upgrade Python to 3.9.7 by brainix in https://github.com/brainix/pottery/pull/449
* Ensure that we return pipeline connection to pool by brainix in https://github.com/brainix/pottery/pull/450


**Full Changelog**: https://github.com/brainix/pottery/compare/v1.3.4...v1.3.5

1.3.4

Not secure
New Feature: Monkey patch the Redis client to implement `LOLWUT`

1. `LOLWUT` command: https://redis.io/commands/lolwut
2. PR upstream: https://github.com/andymccurdy/redis-py/pull/1448

What's Changed
* Upgrade requirements by brainix in https://github.com/brainix/pottery/pull/445
* Monkey patch the Redis client to implement LOLWUT by brainix in https://github.com/brainix/pottery/pull/446


**Full Changelog**: https://github.com/brainix/pottery/compare/v1.3.3...v1.3.4

1.3.3

Not secure
Bug Fix: Remove I/O from `Redlock.__repr__()` and `NextId.__repr__()`

When the Redis connection pool is exhausted, the Redis client throws `ConnectionError`s. Then the Sentry SDK tries to record the tracebacks. If you have a `Redlock` or a `NextId` anywhere in those tracebacks, then the Sentry SDK calls `repr()` on those objects. And if those objects' `.__repr__()`s try to talk to Redis, then the client throws nested `ConnectionError`s.

So don't talk to Redis from `Redlock.__repr__()` or `NextId.__repr__()`.

What's Changed
* Remove I/O from .__repr__()s by brainix in https://github.com/brainix/pottery/pull/444


**Full Changelog**: https://github.com/brainix/pottery/compare/v1.3.2...v1.3.3

Page 5 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.