Release 0.2.1 fixes LLM API Status Error
This commit is contained in:
@@ -5,7 +5,7 @@ Generic runtime for serving FastAgent agents over StreamableHTTP.
|
|||||||
Reads deployment topology from agents.yaml in the working directory.
|
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
|
from pallas import _fastagent_patch as _fastagent_patch
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "pallas-mcp"
|
name = "pallas-mcp"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "FastAgent MCP Bridge — generic runtime for serving FastAgent agents over StreamableHTTP"
|
description = "FastAgent MCP Bridge — generic runtime for serving FastAgent agents over StreamableHTTP"
|
||||||
requires-python = ">=3.13.5"
|
requires-python = ">=3.13.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user