Commit 97810fcb
Changed files (4)
src/openai/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.
__title__ = "openai"
-__version__ = "1.1.1" # x-release-please-version
+__version__ = "1.1.2" # x-release-please-version
.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.1.1"
+ ".": "1.1.2"
}
\ No newline at end of file
CHANGELOG.md
@@ -0,0 +1,16 @@
+# Changelog
+
+## 1.1.2 (2023-11-08)
+
+Full Changelog: [v1.1.1...v1.1.2](https://github.com/openai/openai-python/compare/v1.1.1...v1.1.2)
+
+### Bug Fixes
+
+* **api:** accidentally required params, add new models & other fixes ([#729](https://github.com/openai/openai-python/issues/729)) ([03c3e03](https://github.com/openai/openai-python/commit/03c3e03fc758cf4e59b81edf73a2618d80b560b7))
+* asssitant_deleted -> assistant_deleted ([#711](https://github.com/openai/openai-python/issues/711)) ([287b51e](https://github.com/openai/openai-python/commit/287b51e4f7cede9667c118007de1275eb04772c6))
+
+
+### Chores
+
+* **docs:** fix github links ([#719](https://github.com/openai/openai-python/issues/719)) ([0cda8ca](https://github.com/openai/openai-python/commit/0cda8cab718d53d7dc0604d9fac52838c9391565))
+* **internal:** fix some typos ([#718](https://github.com/openai/openai-python/issues/718)) ([894ad87](https://github.com/openai/openai-python/commit/894ad874aaa5d74530f561896ff31f68693418da))
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "openai"
-version = "1.1.1"
+version = "1.1.2"
description = "Client library for the openai API"
readme = "README.md"
license = "Apache-2.0"