Skip to content

Commit c216834

Browse files
committed
chore(rotator_library): 🧹 bump version to 1.15
1 parent b13750f commit c216834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rotator_library/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rotator_library"
7-
version = "1.05"
7+
version = "1.15"
88
authors = [
9-
{ name="Mirrowel", email="nuh@uh.com" },
9+
{ name="Mirrowel", email="mirrowel-github.appraiser015@aleeas.com" },
1010
]
1111
description = "A robust Python client for intelligent API key rotation and retry logic, leveraging LiteLLM. It manages usage, handles various API errors (rate limits, server errors, authentication), and supports dynamic model discovery across multiple LLM providers."
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.10"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)