You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump OpenAPIKit to 3.0.1
### Motivation
OpenAPIKit fixed an issue with parsing large integers in 3.0.1 that affected some popular OpenAPI docs. While adopters can `swift package update`, let's still bump the minimum OpenAPIKit version we require to avoid our adopters accidentally running with `3.0.0` and hitting the bug.
### Modifications
Bumped the minimum OpenAPIKit version from 3.0.0 -> 3.0.1.
### Result
When this is released, adopters will always get the fixed version.
### Test Plan
All tests still pass.
Reviewed by: simonjbeaumont
Builds:
✔︎ pull request validation (5.10) - Build finished.
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (compatibility test) - Build finished.
✔︎ pull request validation (docc test) - Build finished.
✔︎ pull request validation (integration test) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
#365
0 commit comments