Commit 9002584
authored
Remove
## Problem
We want to remove the `openapi_config` config property because we don't
want generated openapi stuff in the public interface. This is a holdover
from the v2 days of `pinecone.init()` but has never been documented; I
would be surprised if anyone is actually using it.
## Solution
- Convert deprecation warning into an exception
- Remove unit tests relying on this deprecated option
## Type of Change
- [x] Breaking change (fix or feature that would cause existing
functionality to not work as expected)openapi_config property (#369)1 parent 5854471 commit 9002584
File tree
4 files changed
+4
-41
lines changed- pinecone/control
- tests
- integration/data
- unit
4 files changed
+4
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
| 217 | + | |
| 218 | + | |
220 | 219 | | |
221 | 220 | | |
222 | 221 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 101 | | |
107 | | - | |
108 | | - | |
109 | 102 | | |
110 | | - | |
111 | | - | |
112 | | - | |
| 103 | + | |
113 | 104 | | |
114 | 105 | | |
115 | 106 | | |
| |||
119 | 110 | | |
120 | 111 | | |
121 | 112 | | |
122 | | - | |
123 | | - | |
124 | 113 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 114 | + | |
128 | 115 | | |
129 | 116 | | |
130 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | 218 | | |
223 | 219 | | |
224 | 220 | | |
| |||
0 commit comments