Skip to content
Merged
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: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.0"
".": "0.14.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.14.0](https://github.com/warpdotdev/oz-sdk-python/compare/v0.13.0...v0.14.0) (2026-07-07)


### Features

* **deps:** seal idna>=3.15 + aiohttp>=3.13.5 CVE floors as custom code ([27e79ac](https://github.com/warpdotdev/oz-sdk-python/commit/27e79ac7caea54928333f9a44367c7830ee4c13a))


### Bug Fixes

* **deps:** pin aiohttp>=3.14.1, pytest>=9.0.3, pygments>=2.20.0 (CVE fixes) ([9bcd811](https://github.com/warpdotdev/oz-sdk-python/commit/9bcd811980eb957f94ce639c43d673b7413999cd))
* **deps:** seal aiohttp>=3.14.1, pytest>=9.0.3, pygments>=2.20.0 CVE fixes ([5ad6a6e](https://github.com/warpdotdev/oz-sdk-python/commit/5ad6a6e49f2eb5769f839db25267eb605d81c674))
* **lint:** suppress pyright errors for optional httpx_aiohttp import on Python 3.9 ([779259f](https://github.com/warpdotdev/oz-sdk-python/commit/779259fa90af41a7666ebdf14f4026453a648f1f))
* **stlc:** seal handlebars>=4.7.9 pin for CVE-2026-33937 and related (oz-sdk-typescript) ([46c1428](https://github.com/warpdotdev/oz-sdk-python/commit/46c142840b2637e734bdf272d66742a563282807))
* update aiohttp to resolve CVE-2026-22815 ([#25](https://github.com/warpdotdev/oz-sdk-python/issues/25)) ([03d6bc4](https://github.com/warpdotdev/oz-sdk-python/commit/03d6bc4d2253f820aa5b1fa842d382b20f2d681d))


### Chores

* reseal python stlc tracking file to current staging main ([ed25fd4](https://github.com/warpdotdev/oz-sdk-python/commit/ed25fd46853fe06a7b8ae1e89bb96cef77ea61b6))
* restore promote workflow and changelog as sealed custom code ([7ac7b1f](https://github.com/warpdotdev/oz-sdk-python/commit/7ac7b1fa205754be70a409721d30a2f8b9a4d175))

## 0.13.0 (2026-05-21)

Full Changelog: [v0.12.0...v0.13.0](https://github.com/warpdotdev/oz-sdk-python/compare/v0.12.0...v0.13.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "oz-agent-sdk"
version = "0.13.0"
version = "0.14.0"
description = "The official Python library for the oz-api API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/oz_agent_sdk/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "oz_agent_sdk"
__version__ = "0.13.0" # x-release-please-version
__version__ = "0.14.0" # x-release-please-version
Loading