Mirrowel commited on
Commit
fd71e0a
·
1 Parent(s): 728122a

feat: Update project version to 0.5.0 and enhance description in pyproject.toml

Browse files
Files changed (1) hide show
  1. src/rotator_library/pyproject.toml +4 -3
src/rotator_library/pyproject.toml CHANGED
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "rotating-api-key-client"
7
- version = "0.1.0"
8
  authors = [
9
- { name="Mirrowel", email="you@example.com" },
10
  ]
11
- description = "A client that intelligently rotates and retries API keys using LiteLLM."
12
  readme = "README.md"
13
  requires-python = ">=3.7"
14
  classifiers = [
@@ -19,6 +19,7 @@ classifiers = [
19
  dependencies = [
20
  "litellm",
21
  "filelock",
 
22
  ]
23
 
24
  [project.urls]
 
4
 
5
  [project]
6
  name = "rotating-api-key-client"
7
+ version = "0.5.0"
8
  authors = [
9
+ { name="Mirrowel", email="nuh@uh.com" },
10
  ]
11
+ 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."
12
  readme = "README.md"
13
  requires-python = ">=3.7"
14
  classifiers = [
 
19
  dependencies = [
20
  "litellm",
21
  "filelock",
22
+ "requests",
23
  ]
24
 
25
  [project.urls]