Bug Fixes
- 🐛 make client coroutine safe
([`6ab44c7`](https://github.com/iwpnd/pyle38/commit/6ab44c7b79ff9bd239d1b0c393d6da1286c3d110))
redis-py introduced locks on single connections in 4.5.0 to synchronize concurrency at the client
level. However each individual connection is not coroutine safe.
to avoid issues here, Pyle38 will now use utilize Redis.execute_command instead of managing
connections itself.
Chores
- **deps**: Bump actions/cache from 3.2.2 to 3.2.4
([`0823d40`](https://github.com/iwpnd/pyle38/commit/0823d40194a74c9671234d3cc4a85923914f5e04))
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.4. - [Release
notes](https://github.com/actions/cache/releases) -
[Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) -
[Commits](https://github.com/actions/cache/compare/v3.2.2...v3.2.4)
--- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <supportgithub.com>
- **deps**: Bump actions/cache from 3.2.4 to 3.2.6
([`e1ff316`](https://github.com/iwpnd/pyle38/commit/e1ff316211361626a42d1dc05be1d488607f81ed))
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.6. - [Release
notes](https://github.com/actions/cache/releases) -
[Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) -
[Commits](https://github.com/actions/cache/compare/v3.2.4...v3.2.6)
--- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <supportgithub.com>
- **deps**: Bump pydantic from 1.10.4 to 1.10.5
([`ff7c7d1`](https://github.com/iwpnd/pyle38/commit/ff7c7d1e1f86d9202806444941b41f50dd5ebccf))
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.4 to 1.10.5. - [Release
notes](https://github.com/pydantic/pydantic/releases) -
[Changelog](https://github.com/pydantic/pydantic/blob/v1.10.5/HISTORY.md) -
[Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5)
--- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <supportgithub.com>
- **deps**: Bump redis from 4.4.2 to 4.5.1
([`b51be64`](https://github.com/iwpnd/pyle38/commit/b51be6483c90ced1a356104491472bfe75ec02ca))
Bumps [redis](https://github.com/redis/redis-py) from 4.4.2 to 4.5.1. - [Release
notes](https://github.com/redis/redis-py/releases) -
[Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) -
[Commits](https://github.com/redis/redis-py/compare/v4.4.2...v4.5.1)
--- updated-dependencies: - dependency-name: redis dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com>
Testing
- 🚨 fix tests and reset readonly option between tests
([`4f2c2b8`](https://github.com/iwpnd/pyle38/commit/4f2c2b816c2b261ce4fff793fcb1237806ef3ffd))