Skip to content

issues Search Results · repo:pydantic/pydantic-core language:Python

Filter by

339 results
 (67 ms)

339 results

inpydantic/pydantic-core (press backspace or delete to remove)

Hi, There is a mismatch between the pydantic and pydantic-core packages where the latest release version of pydantic-core v2.34.1 is not used by the latest release version of pydantic. It is causing troubles ...
  • remyroy
  • Opened 
    4 days ago
  • #1709

Hi, I m the author of inline-snapshot and have a problem with the way TzInfo.__repr__ is implemented. TzInfo has currently the following repr: from pydantic_core import TzInfo def test_TzInfo(): ...
  • 15r10nk
  • 4
  • Opened 
    on Apr 14
  • #1691

I believe this is an issue with the jiter library after looking further into it. Happy to make an issue there as well. I use pyenv so I can build newer version of Python, so here goes: pyenv install 3.14.0a7 ...
  • mahmoudimus
  • 1
  • Opened 
    on Apr 12
  • #1690

When parsing a decimal from a JSON number, pydantic-core (2.33.1) is losing precision. It seems like the JSON number is converted to a float internally before being passed to Decimal. This problem has ...
  • kolditz-senec
  • Opened 
    on Apr 10
  • #1688

pydantic_core-2.20.1-cp311-none-win_amd64.whl Windows 10 profession 19041.450 Image Image
  • linpan
  • 5
  • Opened 
    on Apr 9
  • #1687

Can use https://github.com/Quansight-Labs/pytest-run-parallel/pull/34 once it is released.
  • davidhewitt
  • Opened 
    on Apr 4
  • #1683

In Pydantic, we prevent direct BaseModel instantiation: BaseModel() # pydantic.errors.PydanticUserError: Pydantic models should inherit from BaseModel, BaseModel cannot be instantiated directly However, ...
  • Viicos
  • Opened 
    on Mar 21
  • #1674

Following https://github.com/pydantic/pydantic-core/pull/1641, some improvements that could be implemented: - deduplicate name and lookup_key_collection (comment): https://github.com/pydantic/pydantic-core/blob/b6a2ca1ec5af5a5a30e33d963731ee76dd7ff8a7/src/validators/arguments_v3.rs#L49-L52 ...
  • Viicos
  • Opened 
    on Mar 13
  • #1669

import pydantic class MyModel(pydantic.RootModel): root: str @pydantic.model_serializer(mode= wrap ) def my_wrapper_serializer(self, serializer: pydantic.SerializerFunctionWrapHandler): ...
  • ornariece
  • 1
  • Opened 
    on Feb 27
  • #1651

Seems that the pydantic-core version 2.30.0 has a bug ? It is probaly related with something like this (from the pydantic error message it is not really clear): port: Annotated[int, Field(strict=True, ...
  • Schachi
  • 1
  • Opened 
    on Feb 27
  • #1650
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub