Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit d86611a

Browse files
chore(main): release 1.3.2
1 parent 89e1421 commit d86611a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.3.2](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.3.1...v1.3.2) (2024-05-07)
4+
5+
6+
### Dependencies
7+
8+
* bump anyio from 3.7.1 to 4.3.0 ([#863](https://github.com/andrewthetechie/pydantic-aioredis/issues/863)) ([eec20b7](https://github.com/andrewthetechie/pydantic-aioredis/commit/eec20b76216aa569b1b39a95ec047843387be0ca))
9+
* bump fakeredis from 2.22.0 to 2.23.0 ([f304bc8](https://github.com/andrewthetechie/pydantic-aioredis/commit/f304bc8840bc45b33ec9fb07a6f3def4ebc91281))
10+
* bump hypothesis from 6.100.4 to 6.100.5 ([7253067](https://github.com/andrewthetechie/pydantic-aioredis/commit/725306722d2aa8b31e736bcb3dbcf16a9440449b))
11+
* bump jinja2 from 3.1.3 to 3.1.4 ([450952e](https://github.com/andrewthetechie/pydantic-aioredis/commit/450952ecedee21734aa9fc633d41924e372cf0d4))
12+
* bump mypy from 1.4.1 to 1.10.0 ([89e1421](https://github.com/andrewthetechie/pydantic-aioredis/commit/89e14214b043b0dfbe36ce3ea792b13fa6602fd6))
13+
* bump pytest-env from 0.8.2 to 1.1.3 ([#862](https://github.com/andrewthetechie/pydantic-aioredis/issues/862)) ([e0e66a5](https://github.com/andrewthetechie/pydantic-aioredis/commit/e0e66a58fb0578337ff4f62ae909792a65a2a84f))
14+
* bump redis from 4.6.0 to 5.0.4 ([#860](https://github.com/andrewthetechie/pydantic-aioredis/issues/860)) ([5a30eb2](https://github.com/andrewthetechie/pydantic-aioredis/commit/5a30eb288a955161df8b026e032d9d4e9129727c))
15+
* bump sphinx from 5.3.0 to 7.1.2 ([#861](https://github.com/andrewthetechie/pydantic-aioredis/issues/861)) ([583c127](https://github.com/andrewthetechie/pydantic-aioredis/commit/583c1275c9ea78f76fc50e0a2dc08b2a83d833c6))
16+
17+
18+
### Documentation
19+
20+
* bump furo from 2024.4.27 to 2024.5.6 in /docs ([94bbb44](https://github.com/andrewthetechie/pydantic-aioredis/commit/94bbb444a84a7c69c34632a6c695759003373682))
21+
322
## [1.3.1](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.3.0...v1.3.1) (2024-05-05)
423

524

pydantic_aioredis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Entry point for pydantic-aioredis"""
22

33
# set by poetry-dynamic-versioning
4-
__version__ = "1.3.1" # noqa: E402
4+
__version__ = "1.3.2" # noqa: E402
55

66
from .config import RedisConfig # noqa: F401
77
from .model import Model # noqa: F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-aioredis"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Use your pydantic models as an ORM, storing data in Redis."
55
authors = ["Andrew Herrington <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)