Valkey

Latest version: v6.1.0

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

Scan your dependencies

Page 1 of 2

6.1.0

Changes

- v6.1.0 (173)
- Fix updated linters errors (172)
- Removing my work account from CODEOWNERS (168)
- connection: fix getpid() call on disconnect (166)
- Revert some typing commits (163)
- fixed type hints of hash methods (154)
- fixed type hint of hrandfield method (155)
- Add new CODEOWNERS (152)
- Add more test cases (147)
- refactor: updating typing for xreadgroup / xread / xadd (130)
- update typing for copy (139)
- update the return type of scan family (135)
- Issue 131: Fixes Flaky test by increasing timeout to 1s (136)
- Fixes for valkey 8.0 (124)
- Set socket_timeout default value to 5 seconds (120)
- sort methods `ACL DELUSER` and `ACL DRYRUN` by alphabetically, checked doc (103)
- drop compose format and commands v1, use supported v2+ (105)
- fix redis-cluster-py link (99)
- make documentation link more obvious (98)
- Added geosearch tests (97)

🔥 Breaking Changes

- Remove expiration/TTL commands that are not supported by Valkey (125)

🚀 New Features

- Add dynamic_startup_nodes parameter to async ValkeyCluster (167)
- fixed problems in 143 (144)
- Add async class aliases for redis-py compatibility (148)

🐛 Bug Fixes

- Allow relative path in unix socket URLs (153)

🧰 Maintenance

- connection: add a pointer to os.getpid to ConnectionPool (159)
- fix verify params in getex() (145)
- build(deps): bump rojopolis/spellcheck-github-actions from 0.44.0 to 0.45.0 (128)
- build(deps): bump codecov/codecov-action from 4 to 5 (127)
- Add support for Python 3.13 (116)
- build(deps): bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.44.0 (118)
- Revert "Temporarily fix https://github.com/actions/runner-images/issu…" (#117)
- parsers: resp3: be less verbose (112)
- Temporarily fix https://github.com/actions/runner-images/issues/10781 (#113)
- build(deps): bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0 (108)
- build(deps): bump actions/cache from 3 to 4 (107)
- doc: fix rst format (101)

Contributors
We'd like to thank all the contributors who worked on this release!

ArtemIsmagilov, Kakadus, aiven-sal, amirreza8002, dependabot[bot], imnotjames, mkmkme, paulorochaoliveira, spyinx, zioproto, Paulo Oliveira and [dependabot[bot]](https://github.com/apps/dependabot)

6.1.0b2

What's Changed
* Issue 131: Fixes Flaky test by increasing timeout to 1s by paulorochaoliveira in https://github.com/valkey-io/valkey-py/pull/136
* update the return type of scan family by amirreza8002 in https://github.com/valkey-io/valkey-py/pull/135
* update typing for copy by spyinx in https://github.com/valkey-io/valkey-py/pull/139
* fix verify params in getex() by spyinx in https://github.com/valkey-io/valkey-py/pull/145
* refactor: updating typing for xreadgroup / xread / xadd by imnotjames in https://github.com/valkey-io/valkey-py/pull/130
* Add async class aliases for redis-py compatibility by aiven-sal in https://github.com/valkey-io/valkey-py/pull/148
* Add more test cases by aiven-sal in https://github.com/valkey-io/valkey-py/pull/147
* fixed problems in 143 by amirreza8002 in https://github.com/valkey-io/valkey-py/pull/144
* Add new CODEOWNERS by aiven-sal in https://github.com/valkey-io/valkey-py/pull/152
* Allow relative path in unix socket URLs by aiven-sal in https://github.com/valkey-io/valkey-py/pull/153
* fixed type hint of hrandfield method by amirreza8002 in https://github.com/valkey-io/valkey-py/pull/155
* fixed type hints of hash methods by amirreza8002 in https://github.com/valkey-io/valkey-py/pull/154
* connection: add a pointer to os.getpid to ConnectionPool by mkmkme in https://github.com/valkey-io/valkey-py/pull/159
* Revert some typing commits by mkmkme in https://github.com/valkey-io/valkey-py/pull/163
* v6.1.0b2 by mkmkme in https://github.com/valkey-io/valkey-py/pull/165

New Contributors
* paulorochaoliveira made their first contribution in https://github.com/valkey-io/valkey-py/pull/136
* spyinx made their first contribution in https://github.com/valkey-io/valkey-py/pull/139
* imnotjames made their first contribution in https://github.com/valkey-io/valkey-py/pull/130

**Full Changelog**: https://github.com/valkey-io/valkey-py/compare/v6.1.0b1...v6.1.0b2

6.1.0b1

Changes

- v6.1.0b1 (132)
- Fixes for valkey 8.0 (124)
- Set socket_timeout default value to 5 seconds (120)
- sort methods `ACL DELUSER` and `ACL DRYRUN` by alphabetically, checked doc (103)
- drop compose format and commands v1, use supported v2+ (105)
- fix redis-cluster-py link (99)
- make documentation link more obvious (98)
- Added geosearch tests (97)

🔥 Breaking Changes

- Remove expiration/TTL commands that are not supported by Valkey (125)

🧰 Maintenance

- build(deps): bump rojopolis/spellcheck-github-actions from 0.44.0 to 0.45.0 (128)
- build(deps): bump codecov/codecov-action from 4 to 5 (127)
- Add support for Python 3.13 (116)
- build(deps): bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.44.0 (118)
- Revert "Temporarily fix https://github.com/actions/runner-images/issu…" (#117)
- parsers: resp3: be less verbose (112)
- Temporarily fix https://github.com/actions/runner-images/issues/10781 (#113)
- build(deps): bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0 (108)
- build(deps): bump actions/cache from 3 to 4 (107)
- doc: fix rst format (101)

Contributors
We'd like to thank all the contributors who worked on this release!

ArtemIsmagilov, aiven-sal, amirreza8002, dependabot, dependabot[bot], mkmkme and zioproto

6.0.2

Changes

- v6.0.2 (94)
- Fix regression introduced by 6.0.1 on Python 3.11.0, 3.11.1, and 3.11.2 (92)

Contributors
We'd like to thank all the contributors who worked on this release!

ahmedsobeh, aiven-sal, mkmkme and nirav-ark-biotech

**Full Changelog**: https://github.com/valkey-io/valkey-py/compare/v6.0.1...v6.0.2

6.0.1

Changes

- v6.0.1 (91)
- update python version constraint to < 3.11 for async-timeout requirement (87)

🧰 Maintenance

- Fix issue with pytest-asyncio v0.24 (77)
- docs: hide unsupported commands and fix copyright (83)

Contributors
We'd like to thank all the contributors who worked on this release!

ahmedsobeh, aiven-sal, ali-gholami-aiven, dependabot, dependabot[bot] and mkmkme

**Full Changelog**: https://github.com/valkey-io/valkey-py/compare/v6.0.0...v6.0.1

6.0.0

Changes

- Update the required libvalkey-py version to 4.0.0 (73)
- Fix broken links in README (72)
- Import some changes from redis-py (70)
- adds isclose checks to flaky geotests (61)
- Unify RESP3 and other tests workflows (69)
- Fix RESP3 CI (68)
- Set metadata for Python 3.12 support (67)
- Replace hiredis dependency with libvalkey (32)
- Bump rojopolis/spellcheck-github-actions from 0.38.0 to 0.40.0 (64)
- s/docker-compose/docker compose/ (65)
- v6.0.0b1 (60)
- Depend on hiredis < 3.0.0 (59)
- Remove 'View Test Results' step in CI (57)
- Replace use of redisfab/stunnel with a Dockerfile (56)
- Enable uvloop tests for "run-tests" job in CI (53)
- Add support for Python 3.12 and enable it in CI (54)
- CI: enforce semi-linear git history (51)
- Make pytest pass locally with Python 3.12 (40)
- GH: enable use of codecov secret (42)
- Deprecate PyPy 3.8 in favor of 3.10 (38)
- updates async test to skip if SSL not installed (36)
- updates text in changes file and pr template (37)
- Implement a single validation function around the service_uri (29)
- Bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (30)
- Version 5.1.0b7 (22)
- Version 5.1.0b6 (20)
- Enable automatic releases via tagging (19)
- Improve migration user-friendliness (17)
- Minor doc and comment fixes (18)
- Reduce test flakiness (16)
- Revert 8 and replace "redis" and "old valkey" with "server" (15)
- Fix Copyright mistake (14)
- adding security policy (11)
- LICENSE: fix copyright attribution (9)
- Remove mentions and workarounds for older Redis versions (8)
- Add DCO and fix badges in readme (7)
- s/redis/valkey/ single commit with fixes (2)

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.