Skip to content

Commit b00cd51

Browse files
bojielicursoragent
andcommitted
release: v0.3.1
Drop unused [asyncio] extra from python-socketio dependency (merged into base package since 5.13.0). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5d2d982 commit b00cd51

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pine-assistant"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Pine AI SDK — Let Pine AI handle your digital chores. Socket.IO + REST client."
99
readme = "README.md"
1010
license = "MIT"
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Software Development :: Libraries :: Python Modules",
2424
]
2525
dependencies = [
26-
"python-socketio[asyncio]>=5.11.0",
26+
"python-socketio>=5.11.0",
2727
"httpx>=0.27.0",
2828
"pydantic>=2.0.0",
2929
]

src/pine_assistant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pine_assistant.errors import PineAIError, AuthError, SessionError, ConnectionError
1212
from pine_assistant.models.events import C2SEvent, S2CEvent, NotificationEvent
1313

14-
__version__ = "0.3.0"
14+
__version__ = "0.3.1"
1515
__all__ = [
1616
"PineAI",
1717
"AsyncPineAI",

0 commit comments

Comments
 (0)