issues Search Results · repo:pydantic/pydantic-core language:Python
Filter by
348 results
(79 ms)348 results
inpydantic/pydantic-core (press backspace or delete to remove)Both of these test cases fail running with pytest 8.4, giving the following warning:
pytest.PytestWarning: matching against an empty string will *always* pass. If you want to check for an empty message ...
s-t-e-v-e-n-k
- Opened 6 days ago
- #1755
See https://github.com/pydantic/pydantic/issues/12027 for related issue and
https://github.com/pydantic/pydantic-core/pull/1749 for a test showing failure.
I feel like the solution is:
1. once implementing ...
ollz272
- Opened 16 days ago
- #1750
integers with 17 or more digits expressed in scientific notation fail to validate. Please see the unit test below to
reproduce:
def test_json_big_int_scientific_key():
v = SchemaValidator(cs.dict_schema(keys_schema=cs.int_schema(), ...
bamboooya
- 1
- Opened 21 days ago
- #1746
As per the documentation:
Special requirement for pickling: A tzinfo subclass must have an __init__() method that can be called with no arguments,
otherwise it can be pickled but possibly not unpickled ...
Viicos
- Opened 22 days ago
- #1745
We have a small CLI that uses pydantic-settings to read some .env files. We build a Pyinstaller binary in CI with a
CPython interpretter from python-build-standalone (installed using uv) so that we can ...
johnthagen
- 2
- Opened on Jun 16
- #1742
Wheel distributions currently ship with lots of Rust dependencies, complicating license analysis.
I would like to propose adding the necessary attribution metadata (especially package, version, license, ...
stefan6419846
- Opened on Jun 13
- #1739
http_url = HttpUrl( http://test.com/abc )
https_url = HttpUrl.build(
scheme= https ,
host=http_url.host,
port=http_url.port,
path=http_url.path,
...
mavwolverine
- 1
- Opened on Jun 11
- #1734
Installation of pydantic-core =2.0.0 crashes on ARM platforms with Musl libc linux running as the kernel. This is due
to:
1. Pydantic does not ship a py wheel of pydantic-core for cpython-312-arm-linux-musleabihf ...
latekvo
- 3
- Opened on May 26
- #1721
At the moment we build (and test) ARM builds for windows and linux using cross-compiles from x86_64.
There are now native ARM runners for windows and linux, we should rework CI to make use of these.
davidhewitt
- Opened on May 19
- #1716
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
- 1
- Opened on May 12
- #1709

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.