Skip to content

Conversation

samuelcolvin
Copy link
Member

@samuelcolvin samuelcolvin commented Sep 25, 2022

  • schema_types.py -> core_types.py
  • Split Schema into CoreSchemaStrings and CoreSchema
  • Create an new CoreSchemaCombined which replaces Schema

This should make types types easier to work with in pydantic.

@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2022

Codecov Report

Merging #248 (ce0dce6) into main (313f287) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #248   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files          50       50           
  Lines        5165     5166    +1     
  Branches       36       36           
=======================================
+ Hits         5092     5093    +1     
  Misses         73       73           
Impacted Files Coverage Δ
pydantic_core/core_schema.py 100.00% <100.00%> (ø)
src/validators/mod.rs 99.63% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 313f287...ce0dce6. Read the comment docs.

@samuelcolvin samuelcolvin merged commit 08cecc5 into main Sep 28, 2022
@samuelcolvin samuelcolvin deleted the rename-core branch September 28, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants