chore(openai-sdk-python): bump version to 1.0.3

This commit is contained in:
Ishaan Gupta 2026-04-01 11:02:12 +05:30
parent e97fdc338c
commit cf5355179d
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "supermemory-openai-sdk"
version = "1.0.2"
version = "1.0.3"
description = "Memory tools for OpenAI function calling with supermemory"
readme = "README.md"
license = "MIT"

View file

@ -2427,7 +2427,7 @@ wheels = [
[[package]]
name = "supermemory-openai-sdk"
version = "1.0.2"
version = "1.0.3"
source = { editable = "." }
dependencies = [
{ name = "openai" },