Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,8 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht

## [Unreleased]

## [0.7.1] - 2026-09-04

### Added

- MIT license, including explicit coverage for the published `calle-ai`
Expand Down
2 changes: 1 addition & 1 deletion openapi-python-client.yml
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
project_name_override: calle-generated
package_name_override: generated
package_version_override: 0.7.0
package_version_override: 0.7.1
literal_enums: true
generate_all_tags: true
use_path_prefixes_for_title_model_names: false
Expand Down
2 changes: 1 addition & 1 deletion openapi/calle.openapi.yaml
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: CALL-E Developer API
version: 0.7.0
version: 0.7.1
description: Developer API contract used by the CALL-E TypeScript and Python SDKs.
servers:
- url: https://api.heycall-e.com
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
[project]
name = "calle-ai"
version = "0.7.0"
version = "0.7.1"
description = "Python server SDK for the CALL-E Developer API."
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion scripts/verify_openapi_contract.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -49,7 +49,7 @@ def main() -> None:
"unexpected title",
)
assert_contract(
spec.get("info", {}).get("version") == "0.7.0",
spec.get("info", {}).get("version") == "0.7.1",
"unexpected API version",
)

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading