Updated to newest version

This commit is contained in:
UrloMythus
2025-04-29 18:52:23 +02:00
parent c54be91e39
commit 323ca2d1b6
11 changed files with 358 additions and 237 deletions

View File

@@ -23,6 +23,7 @@ class TransportConfig(BaseSettings):
transport_routes: Dict[str, RouteConfig] = Field(
default_factory=dict, description="Pattern-based route configuration"
)
timeout: int = Field(30, description="Timeout for HTTP requests in seconds")
def get_mounts(
self, async_http: bool = True