pinecone-io / pinecone-client

Apache License 2.0
12 stars 2 forks source link

Fix CI by pinning docker version #25

Closed jhamon closed 10 months ago

jhamon commented 10 months ago

Problem

CI began failing because a new version of openapi was released and the compiled output of that build step changed.

Solution

Pin to an older version of the openapi generator so builds will be reproducible and consistent.

Type of Change

Test Plan

Describe specific steps for validating this change.