chore: relax python constraint and release (#169)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "ai-exchange"
|
||||
version = "0.9.6"
|
||||
version = "0.9.7"
|
||||
description = "a uniform python SDK for message generation with LLMs"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
@@ -10,7 +10,7 @@ dependencies = [
|
||||
"griffe>=1.1.1",
|
||||
"attrs>=24.2.0",
|
||||
"jinja2>=3.1.4",
|
||||
"tiktoken>=0.7.0",
|
||||
"tiktoken>=0.8.0",
|
||||
"httpx>=0.27.0",
|
||||
"tenacity>=9.0.0",
|
||||
"python-dotenv>=1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user