26 Jul 18:16
Viicosv2.12.0a1
2486e06
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194Verified
Learn about vigilant mode.
Compare Choose a tag to compareCould not load tags
Nothing to show
{{ refName }} defaultLoading
v2.12.0a1 2025-07-26 Pre-releasePre-release
v2.12.0a1 (2025-07-26)This is the first alpha release of the upcoming 2.12 release, which adds initial support for Python 3.14.
What's Changed New Features__pydantic_on_complete__()
hook that is called once model is fully ready to be used by @DouweM in #11762Decimal
type by @Dima-Bulavenko in #11987doc
attribute on dataclass fields by @Viicos in #12077MISSING
sentinel by @Viicos in #11883create_model()
by @Viicos in #11714GenerateSchema
class by @Viicos in #11733inspect.getsourcelines()
for docstring extraction on Python 3.13 and greater by @Viicos in #11829FieldInfo
creation implementation by @Viicos in #11898Secret
covariant by @bluenote10 in #12008field_name
in validator core schemas by @DouweM in #11761validate_assignment
can be unpickled by @Viicos in #11769function-before
schemas during schema gathering by @Viicos in #11801FieldInfo
is complete after applying type variable map by @Viicos in #11855model_rebuild()
by @Viicos in #11890FieldInfo
by @Viicos in #11946SkipValidation
by @ygsh0816 in #12002Field()
default with validate_default
set to True
by @Viicos in #11988Field()
function in dataclasses by @Viicos in #12051mkdocs-llmstxt
to v0.2.0 by @Viicos in #11725pydantic-core
to v2.35.1 by @Viicos in #11963DouweM, jinnovation, and 17 other contributors
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
6 people reacted
v2.11.7 2025-06-1414 Jun 08:34
Viicosv2.11.7
5f033e4
Compare Choose a tag to compare
Could not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.7 2025-06-14 Latest Latest What's Changed FixesFull Changelog: v2.11.6...v2.11.7
ContributorsViicos
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
12 people reacted
v2.11.6 2025-06-1313 Jun 09:01
Viicosv2.11.6
3987b23
Compare Choose a tag to compare
Could not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.6 2025-06-13 v2.11.6 (2025-06-13) What's Changed FixesFieldInfo
by @Viicos in #11946Full Changelog: v2.11.5...v2.11.6
ContributorsViicos
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
9 people reacted
v2.11.5 2025-05-2223 May 08:58
Viicosv2.11.5
5e6d1dc
Compare Choose a tag to compare
Could not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.5 2025-05-22 What's Changed FixesFieldInfo
is complete after applying type variable map by @Viicos in #11855model_rebuild()
by @Viicos in #11890Full Changelog: v2.11.4...v2.11.5
ContributorsViicos
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
8 people reacted
v2.11.4 2025-04-2929 Apr 20:25
Viicosv2.11.4
d444cd1
Compare Choose a tag to compare
Could not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.4 2025-04-29 What's Changed Packaging Changescreate_model()
by @Viicos in #11714.model_config
as a field, which would make it possible to provide both configurationfunction-before
schemas during schema gathering by @Viicos in #11801Viicos
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
5 people reacted
v2.11.3 2025-04-0808 Apr 13:26
Viicosv2.11.3
876bf76
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194Verified
Learn about vigilant mode.
Compare Choose a tag to compareCould not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.3 2025-04-08 What's Changed Packaging FixesFull Changelog: v2.11.2...v2.11.3
ContributorsViicos
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
6 people reacted
v2.11.2 2025-04-0303 Apr 13:14
Viicosv2.11.2
bd1f8cf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194Verified
Learn about vigilant mode.
Compare Choose a tag to compareCould not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.2 2025-04-03 What's Changed Fixespydantic-core
to v2.33.1 by @Viicos in #11678__pydantic_private__
exists before setting private attributes by @Viicos in #11666FieldInfo._complete
when using field from parent class by @Viicos in #11668Full Changelog: v2.11.1...v2.11.2
ContributorsViicos
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
7 people reacted
v2.11.1 2025-03-2828 Mar 21:04
Viicosv2.11.1
6c38dc9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194Verified
Learn about vigilant mode.
Compare Choose a tag to compareCould not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.1 2025-03-28 What's Changed Fixes'definitions-ref'
schemas containing serialization schemas or metadata by @Viicos in #11644Full Changelog: v2.11.0...v2.11.1
ContributorsViicos
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
10 people reacted
v2.11.0 2025-03-2727 Mar 18:01
Viicosv2.11.0
58e61fa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194Verified
Learn about vigilant mode.
Compare Choose a tag to compareCould not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.0 2025-03-27 What's Changed Packagingcheck_pydantic_core_version()
function by @Viicos in #11324greenlet
development dependency by @Viicos in #11351pydantic-core
to v2.32.0 by @Viicos in #11567default_factory_takes_validated_data
property to FieldInfo
by @Viicos in #11034type[]
by @Viicos in #11088encoded_string()
method to the URL types by @YassinNouh21 in #11580defer_build
with @validate_call
decorator by @Viicos in #11584@with_config
decorator to be used with keyword arguments by @Viicos in #11608generate_arguments_schema()
function by @Viicos in #11572create_model
field definitions format by @Viicos in #11032model_fields
and model_computed_fields
on instances by @Viicos in #11169GenerateSchema
class by @sydney-runkle in #10846Mapping
schema gen to GenerateSchema
to complete removal of prepare_annotations_for_known_type
workaround by @sydney-runkle in #11247get_type_ref
by @Viicos in #10863pydantic-core
core schema validation by @sydney-runkle in #11271FieldInfo
annotations if required during schema building by @Viicos in #10769__setattr__
performance of Pydantic models by caching setter functions by @MarkusSintonen in #10868_typing_extra
module by @Viicos in #11255CoreConfig
instance by @sydney-runkle in #11384_internal/_validators.py
by @tkasuz in #10763AnyUrl
to preserve behavior from v2.9 by @sydney-runkle in #10856TypeAdapter
instance repr by @sydney-runkle in #10872TypeAdapter
by @Viicos in #10893model_fields
and model_computed_fields
by @sydney-runkle in #10911''
by @sydney-runkle in #10936Secret
types and Url
types by @sydney-runkle in #10947Field.default
to be compatible with Python 3.8 and 3.9 by @Viicos in #10972BaseModel.__replace__
definition from type checkers by @Viicos in #10979defer_build
is set on Pydantic dataclasses by @Viicos in #10984dict
core schema keys by @Viicos in #10989PlainSerializer
and WrapSerializer
functions by @Viicos in #11008serialization
mode by @sydney-runkle in #11035Literal
values if using PEP 695 type aliases by @Viicos in #11114__subclasscheck__
on ModelMetaclass
to avoid memory leak and performance issues by @Viicos in #11116len
to _BaseUrl
to avoid TypeError by @Kharianne in #11111Annotated
form by @Viicos in #11109WithJsonSchema
schema to avoid sharing mutated data by @thejcannon in #11014CoreMetadata
definition by @Viicos in #11216_Definitions
class by @Viicos in #11208root
type in the mypy plugin by @Viicos in #11212deque
schema gen to GenerateSchema
class by @sydney-runkle in https://github.com/pydantic/pydanti...petyosi, jaceklaskowski, and 29 other contributors
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
18 people reacted
v2.11.0b2 2025-03-1717 Mar 16:17
Viicosv2.11.0b2
d76d942
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194Verified
Learn about vigilant mode.
Compare Choose a tag to compareCould not load tags
Nothing to show
{{ refName }} defaultLoading
v2.11.0b2 2025-03-17 Pre-releasePre-release
What's Changed Packaging New Features Fixes New ContributorsFull Changelog: v2.11.0b1...v2.11.0b2
Contributorsjoren485 and Viicos
Assets 2 Loading Uh oh!There was an error while loading. Please reload this page.
10 people reacted
Previous 1 2 3 4 5 … 17 18 Next Previous NextRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4