Release 0.2.1 fixes LLM API Status Error

This commit is contained in:
2026-05-17 19:09:34 -04:00
parent 30330f2234
commit 6fcdb509df
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Generic runtime for serving FastAgent agents over StreamableHTTP.
Reads deployment topology from agents.yaml in the working directory.
"""
__version__ = "0.1.0"
__version__ = "0.2.1"
from pallas import _fastagent_patch as _fastagent_patch