Skip to content

Commit b517225

Browse files
committed
bump: update project version and dependencies
- Update version from 0.1.0 to 0.1.1 - Update openai dependency from >=2.8.1 to >=2.0.0 - Clean up imports in __init__.py - Update uv.lock for new dependency versions
1 parent d9ea3bc commit b517225

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "openai-api-polling"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Polling OpenAI API without rate limit issues."
55
readme = "README.md"
66
authors = [
77
{ name = "SongTan", email = "sepinetam@gmail.com" }
88
]
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"openai>=2.8.1",
11+
"openai>=2.0.0",
1212
]
1313

1414
[project.scripts]

src/openai_api_polling/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from importlib.metadata import version
22

3-
43
__version__ = version("openai-api-polling")
54
__author__ = ["Song Tan <sepinetam@gmail.com>"]
65

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)