File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 332.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
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ maintainers = [
6060name = " litestar"
6161readme = " README.md"
6262requires-python = " >=3.8,<4.0"
63- version = " 2.8.1 "
63+ version = " 2.8.2 "
6464
6565[project .urls ]
6666Blog = " https://blog.litestar.dev"
You can’t perform that action at this time.
0 commit comments