Commit 15cebec
Fix SDK version header name and value format (#25)
* Fix SDK version header name and value format
The Python SDK was sending the wrong header name (`X-Reforge-Client-Version`)
and wrong value format (`reforge-python-{version}`). The server expects
`X-Reforge-SDK-Version` with format `sdk-python-{version}`, matching all
other SDKs (Go, Node, Java, Ruby, JavaScript, React).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Bump version to 1.2.1 and update CHANGELOG
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Apply black formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent b963a5d commit 15cebec
4 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
| 134 | + | |
137 | 135 | | |
138 | 136 | | |
139 | 137 | | |
| |||
0 commit comments