@ngocsangairvds/vsaf 4.1.30 → 4.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngocsangairvds/vsaf",
3
- "version": "4.1.30",
3
+ "version": "4.1.31",
4
4
  "description": "logging step",
5
5
  "main": "packages/core/dist/index.js",
6
6
  "types": "packages/core/dist/index.d.ts",
@@ -1,3 +1,5 @@
1
+ from __future__ import annotations
2
+
1
3
  #!/usr/bin/env python3
2
4
  """Generate PlantUML diagrams for all VDS project services.
3
5
 
@@ -4,6 +4,8 @@ Based on MCP Python SDK v1.0.0+
4
4
  Context7: /modelcontextprotocol/python-sdk
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from collections.abc import Callable
8
10
  from typing import TYPE_CHECKING, Any
9
11
 
@@ -4,6 +4,8 @@ Based on MCP Python SDK v1.0.0+
4
4
  Context7: /modelcontextprotocol/python-sdk
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from collections.abc import Callable
8
10
  from typing import TYPE_CHECKING, Any
9
11
 
@@ -4,6 +4,8 @@ Based on MCP Python SDK v1.0.0+
4
4
  Context7: /modelcontextprotocol/python-sdk
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from collections.abc import Callable
8
10
  from typing import TYPE_CHECKING, Any
9
11
 
@@ -4,6 +4,8 @@ Based on MCP Python SDK v1.0.0+
4
4
  Context7: /modelcontextprotocol/python-sdk
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from collections.abc import Callable
8
10
  from typing import TYPE_CHECKING, Any
9
11
 
@@ -1,5 +1,7 @@
1
1
  """Pytest configuration and fixtures for MCP server tests."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  from collections.abc import AsyncGenerator
4
6
  from typing import TYPE_CHECKING
5
7
  from unittest.mock import Mock
@@ -4,6 +4,8 @@ Based on pytest v8.3.3+ API
4
4
  Context7: /pytest-dev/pytest
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from typing import TYPE_CHECKING
8
10
 
9
11
  import pytest
@@ -4,6 +4,8 @@ Based on pytest v8.3.3+ API
4
4
  Context7: /pytest-dev/pytest
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from typing import TYPE_CHECKING
8
10
 
9
11
  import pytest
@@ -4,6 +4,8 @@ Based on pytest v8.3.3+ API
4
4
  Context7: /pytest-dev/pytest
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from typing import TYPE_CHECKING
8
10
 
9
11
  import pytest
@@ -4,6 +4,8 @@ Based on pytest v8.3.3+ API
4
4
  Context7: /pytest-dev/pytest
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from typing import TYPE_CHECKING
8
10
 
9
11
  import pytest
@@ -5,6 +5,8 @@ Context7: /pytest-dev/pytest
5
5
  Key Features: @pytest.mark.skipif, real API calls via MCP
6
6
  """
7
7
 
8
+ from __future__ import annotations
9
+
8
10
  import os
9
11
  from typing import TYPE_CHECKING
10
12
 
@@ -5,6 +5,8 @@ Context7: /pytest-dev/pytest
5
5
  Key Features: @pytest.mark.skipif, real API calls via MCP
6
6
  """
7
7
 
8
+ from __future__ import annotations
9
+
8
10
  import os
9
11
  from typing import TYPE_CHECKING
10
12
 
@@ -4,6 +4,8 @@ Based on pytest v8.3.3+ API
4
4
  Context7: /pytest-dev/pytest
5
5
  """
6
6
 
7
+ from __future__ import annotations
8
+
7
9
  from typing import TYPE_CHECKING
8
10
 
9
11
  import pytest
@@ -1,5 +1,7 @@
1
1
  """Auth middleware: inject CredentialResolver into HTTPClient headers."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  from typing import TYPE_CHECKING, Any
4
6
 
5
7
  if TYPE_CHECKING: