Skip to content

Commit

Permalink
pydantic type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Feb 16, 2025
1 parent 59ee72a commit ce48650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/astra_assistants/mcp_openai_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MCPRepresentationStdio(MCPRepresentationBase):
type: str = Literal["stdio"]
command: str
arguments: Optional[List[str]] = None
env_vars: Optional[Dict[str]] = None
env_vars: Optional[Dict[str,str]] = None
tool_filter: Optional[List[str]] = None

class MCPRepresentationSSE(MCPRepresentationBase):
Expand Down
2 changes: 1 addition & 1 deletion client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "astra-assistants"
version = "2.3.4"
version = "2.3.5"
description = "Astra Assistants API - drop in replacement for OpenAI Assistants, powered by AstraDB"
authors = ["phact <estevezsebastian@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit ce48650

Please # to comment.