Skip to content

Commit 7bc6c34

Browse files
authored
chore(release): prepare release v2.8.2 (#3353)
Changelog and version bump from v2.8.2 release branch.
1 parent fe73848 commit 7bc6c34

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/release-notes/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
2.x Changelog
44
=============
55

6+
.. changelog:: 2.8.2
7+
:date: 2024-04-09
8+
9+
.. change:: pydantic v2 import tests for pydantic v1.10.15
10+
:type: bugfix
11+
:pr: 3347
12+
:issue: 3348
13+
14+
Fixes bug with Pydantic v1 environment test causing the test to run against v2. Adds assertion for version to
15+
the test.
16+
17+
Fixes a bug exposed by above that relied on Pydantic not having `v1` in the package namespace if `v1` is
18+
installed. This doesn't hold true after Pydantic's `1.10.15` release.
19+
20+
Moves application environment tests from the release job into the normal CI run.
21+
622
.. changelog:: 2.8.1
723
:date: 2024-04-08
824

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ maintainers = [
6060
name = "litestar"
6161
readme = "README.md"
6262
requires-python = ">=3.8,<4.0"
63-
version = "2.8.1"
63+
version = "2.8.2"
6464

6565
[project.urls]
6666
Blog = "https://blog.litestar.dev"

0 commit comments

Comments
 (0)