Skip to content

Commit b20d7fb

Browse files
Fix test: update version string in health endpoint output to 0.1.1
The cookbook example now correctly shows 'version': '0.1.1' in the health endpoint output, matching the current package version. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 9609942 commit b20d7fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cookbook/06-serving-and-ops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ with TestClient(app) as client:
10571057
```
10581058

10591059
```
1060-
health : {'status': 'ok', 'version': '0.1.0', 'graphs': ['qa']}
1060+
health : {'status': 'ok', 'version': '0.1.1', 'graphs': ['qa']}
10611061
created: 201 queued
10621062
status : succeeded
10631063
answer : Budgets cap iterations, tokens and time.

0 commit comments

Comments
 (0)