Release arcade-ai==2.0.0rc1 to PyPI (#435)

This commit is contained in:
Eric Gustin 2025-06-13 15:02:05 -07:00 committed by GitHub
parent d19ef6fbb7
commit 3687150c95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -24,10 +24,10 @@ except Exception as e:
ARCADE_AI_MIN_VERSION = "2.0.0" # Default version if unable to fetch
ARCADE_AI_MAX_VERSION = "3.0.0"
ARCADE_TDK_MIN_VERSION = "0.1.0"
ARCADE_TDK_MAX_VERSION = "1.0.0"
ARCADE_SERVE_MIN_VERSION = "0.1.0"
ARCADE_SERVE_MAX_VERSION = "1.0.0"
ARCADE_TDK_MIN_VERSION = "2.0.0"
ARCADE_TDK_MAX_VERSION = "3.0.0"
ARCADE_SERVE_MIN_VERSION = "2.0.0"
ARCADE_SERVE_MAX_VERSION = "3.0.0"
def ask_question(question: str, default: Optional[str] = None) -> str:

View file

@ -1,6 +1,6 @@
[project]
name = "arcade-ai"
version = "2.0.0"
version = "2.0.0rc1"
description = "Arcade.dev - Tool Calling platform for Agents"
readme = "README.md"
license = {file = "LICENSE"}