Python Compatibility (3.14) Note

This commit is contained in:
Adam
2025-12-01 13:00:40 -05:00
parent ff6e871644
commit 3e2798f835
8 changed files with 14 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ dependencies = [
"certifi>=2024.2.2",
"litellm>=1.74.12"
]
requires-python = ">=3.12"
requires-python = ">=3.12,<3.14"
[project.optional-dependencies]
openai = []