Skip to content

Commit

Permalink
chore(release): prepare for v2.6.3 (#3165)
Browse files Browse the repository at this point in the history
Co-authored-by: Alc-Alc <alc@localhost>
Alc-Alc and Alc-Alc authored Mar 4, 2024
1 parent 22d0a61 commit e7d272d
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/release-notes/changelog.rst
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
2.x Changelog
=============

.. changelog:: 2.6.3
:date: 2024-03-04

.. change:: Pydantic V1 schema generation for PrivateAttr in GenericModel
:type: bugfix
:pr: 3161
:issue: 3150

Fixes a bug that caused a ``NameError`` when a Pydantic V1 ``GenericModel`` has a private attribute of which the type annotation cannot be resolved at the time of schema generation.


.. changelog:: 2.6.2
:date: 2024/03/02

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ maintainers = [
name = "litestar"
readme = "README.md"
requires-python = ">=3.8,<4.0"
version = "2.6.2"
version = "2.6.3"

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

0 comments on commit e7d272d

Please sign in to comment.