Lot's of changes. None breaking. v3.0.0-b3
This commit is contained in:
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "oai"
|
||||
version = "3.0.0-b2" # MUST match oai/__init__.py __version__
|
||||
description = "OpenRouter AI Chat Client - A feature-rich terminal-based chat application"
|
||||
version = "3.0.0-b3" # MUST match oai/__init__.py __version__
|
||||
description = "Open AI Chat Client - Multi-provider terminal chat with MCP support"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
authors = [
|
||||
@@ -39,9 +39,11 @@ classifiers = [
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"anyio>=4.0.0",
|
||||
"anthropic>=0.40.0",
|
||||
"click>=8.0.0",
|
||||
"httpx>=0.24.0",
|
||||
"markdown-it-py>=3.0.0",
|
||||
"openai>=1.59.0",
|
||||
"openrouter>=0.0.19",
|
||||
"packaging>=21.0",
|
||||
"pyperclip>=1.8.0",
|
||||
|
||||
Reference in New Issue
Block a user