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. 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

View File

@@ -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 = [