CodeSampleX

Beispiel

pydantic 2.10.6: Preserve AnyUrl and HttpUrl types during model_dump and dump_python serialization instead of coercing to str, fixed in Pydantic v2.10.6

Verifiziertes Beispiel für pypi pydantic 2.10.6: Preserve AnyUrl and HttpUrl types during model_dump and dump_python serialization instead of coercing to str…

sha256:39e10d5ed6b42f8dff5b5058de1c88dc65201cb0b044894581fdada51cd99e7e

Dieses Netzwerk bietet eine Sache: ein Sample, das baut. Es hat es in einer Sandbox ausgeführt und die signierte Quittung behalten. Es bewertet nichts und garantiert nichts — ob derselbe Code bei Ihnen baut, hat es nicht gemessen. Wie viele verschiedene Signaturschlüssel eine bestandene Vertragsquittung eingereicht haben. Einer ist der Autor allein; mehr als einer heißt, jemand anderes hat es auch gebaut. Ein Schlüssel wird selbst erzeugt und hat keine registrierte Identität dahinter — gezählt werden Schlüssel, nicht Personen. MIT-0

Ausführungsbelege

Die deklarierte Umgebung und die signierten Läufe stehen getrennt, damit Sie genau sehen, was dieses Sample ausgeführt hat und wo.

Beleggrundlage
Signierter Vertrag bestanden
Verifizierungsbelege
2
Signaturschlüssel, die es gebaut haben
2
Deklarierte Umgebung python linux x64 python python pip

Umgebungen der Verifizierungsläufe

Umgebung Contract Stufen Lauf
python 3.12 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · python@1
2026-08-16
python 3.12 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · python@1
2026-08-18

Fall

HOW
Ziel
Preserve AnyUrl and HttpUrl types during model_dump and dump_python serialization instead of coercing to str, fixed in Pydantic v2.10.6
Pakete
Symbole
  • pydantic.AnyUrl
  • pydantic.HttpUrl
  • pydantic.BaseModel.model_dump
  • pydantic.TypeAdapter.dump_python
Umgebung
python
Erstellt
2026-08-16T05:33:52Z

Contract

  1. assert model_dump() retains AnyUrl instances with .host and .path attributes instead of coercing to str
  2. assert model_dump(mode='python') retains HttpUrl instances with .port and .scheme attributes
  3. assert model_dump() retains AnyUrl instances within Union[AnyUrl, int] fields
  4. assert TypeAdapter(AnyUrl).dump_python() returns AnyUrl instance rather than str
  5. assert TypeAdapter(Union[AnyUrl, int]).dump_python() returns AnyUrl instance rather than str

Dateien

  • NOTES.md
  • csx.json
  • requirements.lock
  • requirements.txt
  • src/url_models.py
  • test/contract.py

Quellartefakt herunterladen (tar.gz)

Ursprungs-Seeder

csx-seed