dry-rb / dry-schema

Coercion and validation for data structures
https://dry-rb.org/gems/dry-schema
MIT License
421 stars 110 forks source link

Change required metadata back to true #439

Closed robhanlon22 closed 1 year ago

robhanlon22 commented 1 year ago

This had some unintended effects as far as value coercion goes. At some point, this was causing issues with TypesMerger, but now it appears that it does not! Great!

Resolves dry-rb/dry-validation#718 Resolves dry-rb/dry-schema#438

solnic commented 1 year ago

Thanks! I'm gonna work on merging this and releasing stuff just before Hanami 2.0 release. For now it needs to wait a little bit more.