Skip to content

Commit d2ead56

Browse files
authored
Bump OpenAPIKit to 3.0.1 (#365)
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
1 parent 4f2a7cc commit d2ead56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let package = Package(
5555
.package(url: "https://github.com/apple/swift-algorithms", from: "1.0.0"),
5656

5757
// Read OpenAPI documents
58-
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", from: "3.0.0"),
58+
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", from: "3.0.1"),
5959
.package(url: "https://github.com/jpsim/Yams.git", "4.0.0"..<"6.0.0"),
6060

6161
// CLI Tool

0 commit comments

Comments
 (0)