awslabs.lambda-tool-mcp-server 2.0.4__tar.gz → 2.0.7__tar.gz

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.
Files changed (33) hide show
  1. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/PKG-INFO +35 -2
  2. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/README.md +34 -1
  3. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/awslabs/lambda_tool_mcp_server/__init__.py +1 -1
  4. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/pyproject.toml +1 -1
  5. awslabs_lambda_tool_mcp_server-2.0.7/uv-requirements.txt +24 -0
  6. awslabs_lambda_tool_mcp_server-2.0.4/uv-requirements.txt +0 -26
  7. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/.gitignore +0 -0
  8. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/.python-version +0 -0
  9. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/CHANGELOG.md +0 -0
  10. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/Dockerfile +0 -0
  11. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/LICENSE +0 -0
  12. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/NOTICE +0 -0
  13. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/awslabs/__init__.py +0 -0
  14. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/awslabs/lambda_tool_mcp_server/server.py +0 -0
  15. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/docker-healthcheck.sh +0 -0
  16. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/examples/README.md +0 -0
  17. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/examples/sample_functions/customer-create/app.py +0 -0
  18. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/examples/sample_functions/customer-id-from-email/app.py +0 -0
  19. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/examples/sample_functions/customer-info-from-id/app.py +0 -0
  20. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/examples/sample_functions/template.yml +0 -0
  21. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/.gitignore +0 -0
  22. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/README.md +0 -0
  23. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/__init__.py +0 -0
  24. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/conftest.py +0 -0
  25. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/test_format_lambda_response.py +0 -0
  26. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/test_integration.py +0 -0
  27. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/test_integration_coverage.py +0 -0
  28. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/test_register_lambda_functions.py +0 -0
  29. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/test_schema_integration.py +0 -0
  30. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/test_server.py +0 -0
  31. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/test_server_coverage.py +0 -0
  32. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/tests/test_server_coverage_additional.py +0 -0
  33. {awslabs_lambda_tool_mcp_server-2.0.4 → awslabs_lambda_tool_mcp_server-2.0.7}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.lambda-tool-mcp-server
3
- Version: 2.0.4
3
+ Version: 2.0.7
4
4
  Summary: An AWS Labs Model Context Protocol (MCP) server for AWS Lambda Tools
5
5
  Project-URL: Homepage, https://awslabs.github.io/mcp/
6
6
  Project-URL: Documentation, https://awslabs.github.io/mcp/servers/lambda-tool-mcp-server/
@@ -63,7 +63,7 @@ From a **security** perspective, this approach implements segregation of duties
63
63
 
64
64
  | Cursor | VS Code |
65
65
  |:------:|:-------:|
66
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=awslabs.lambda-tool-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMubGFtYmRhLXRvb2wtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLWF3cy1wcm9maWxlIiwiQVdTX1JFR0lPTiI6InVzLWVhc3QtMSIsIkZVTkNUSU9OX1BSRUZJWCI6InlvdXItZnVuY3Rpb24tcHJlZml4IiwiRlVOQ1RJT05fTElTVCI6InlvdXItZmlyc3QtZnVuY3Rpb24sIHlvdXItc2Vjb25kLWZ1bmN0aW9uIiwiRlVOQ1RJT05fVEFHX0tFWSI6InlvdXItdGFnLWtleSIsIkZVTkNUSU9OX1RBR19WQUxVRSI6InlvdXItdGFnLXZhbHVlIiwiRlVOQ1RJT05fSU5QVVRfU0NIRU1BX0FSTl9UQUdfS0VZIjoieW91ci1mdW5jdGlvbi10YWctZm9yLWlucHV0LXNjaGVtYSJ9fQ%3D%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=AWS%20Lambda%20Tool%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.lambda-tool-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%2C%22FUNCTION_PREFIX%22%3A%22your-function-prefix%22%2C%22FUNCTION_LIST%22%3A%22your-first-function%2C%20your-second-function%22%2C%22FUNCTION_TAG_KEY%22%3A%22your-tag-key%22%2C%22FUNCTION_TAG_VALUE%22%3A%22your-tag-value%22%2C%22FUNCTION_INPUT_SCHEMA_ARN_TAG_KEY%22%3A%22your-function-tag-for-input-schema%22%7D%7D) |
66
+ | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.lambda-tool-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMubGFtYmRhLXRvb2wtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLWF3cy1wcm9maWxlIiwiQVdTX1JFR0lPTiI6InVzLWVhc3QtMSIsIkZVTkNUSU9OX1BSRUZJWCI6InlvdXItZnVuY3Rpb24tcHJlZml4IiwiRlVOQ1RJT05fTElTVCI6InlvdXItZmlyc3QtZnVuY3Rpb24sIHlvdXItc2Vjb25kLWZ1bmN0aW9uIiwiRlVOQ1RJT05fVEFHX0tFWSI6InlvdXItdGFnLWtleSIsIkZVTkNUSU9OX1RBR19WQUxVRSI6InlvdXItdGFnLXZhbHVlIiwiRlVOQ1RJT05fSU5QVVRfU0NIRU1BX0FSTl9UQUdfS0VZIjoieW91ci1mdW5jdGlvbi10YWctZm9yLWlucHV0LXNjaGVtYSJ9fQ%3D%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=AWS%20Lambda%20Tool%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.lambda-tool-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%2C%22FUNCTION_PREFIX%22%3A%22your-function-prefix%22%2C%22FUNCTION_LIST%22%3A%22your-first-function%2C%20your-second-function%22%2C%22FUNCTION_TAG_KEY%22%3A%22your-tag-key%22%2C%22FUNCTION_TAG_VALUE%22%3A%22your-tag-value%22%2C%22FUNCTION_INPUT_SCHEMA_ARN_TAG_KEY%22%3A%22your-function-tag-for-input-schema%22%7D%7D) |
67
67
 
68
68
  Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
69
69
 
@@ -87,6 +87,39 @@ Configure the MCP server in your MCP client configuration (e.g., for Amazon Q De
87
87
  }
88
88
  ```
89
89
 
90
+ ### Windows Installation
91
+
92
+ For Windows users, the MCP server configuration format is slightly different:
93
+
94
+ ```json
95
+ {
96
+ "mcpServers": {
97
+ "awslabs.lambda-tool-mcp-server": {
98
+ "disabled": false,
99
+ "timeout": 60,
100
+ "type": "stdio",
101
+ "command": "uv",
102
+ "args": [
103
+ "tool",
104
+ "run",
105
+ "--from",
106
+ "awslabs.lambda-tool-mcp-server@latest",
107
+ "awslabs.lambda-tool-mcp-server.exe"
108
+ ],
109
+ "env": {
110
+ "AWS_PROFILE": "your-aws-profile",
111
+ "AWS_REGION": "us-east-1",
112
+ "FUNCTION_PREFIX": "your-function-prefix",
113
+ "FUNCTION_LIST": "your-first-function, your-second-function",
114
+ "FUNCTION_TAG_KEY": "your-tag-key",
115
+ "FUNCTION_TAG_VALUE": "your-tag-value",
116
+ "FUNCTION_INPUT_SCHEMA_ARN_TAG_KEY": "your-function-tag-for-input-schema"
117
+ }
118
+ }
119
+ }
120
+ }
121
+ ```
122
+
90
123
  or docker after a successful `docker build -t awslabs/bedrock-kb-retrieval-mcp-server .`:
91
124
 
92
125
  ```file
@@ -35,7 +35,7 @@ From a **security** perspective, this approach implements segregation of duties
35
35
 
36
36
  | Cursor | VS Code |
37
37
  |:------:|:-------:|
38
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=awslabs.lambda-tool-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMubGFtYmRhLXRvb2wtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLWF3cy1wcm9maWxlIiwiQVdTX1JFR0lPTiI6InVzLWVhc3QtMSIsIkZVTkNUSU9OX1BSRUZJWCI6InlvdXItZnVuY3Rpb24tcHJlZml4IiwiRlVOQ1RJT05fTElTVCI6InlvdXItZmlyc3QtZnVuY3Rpb24sIHlvdXItc2Vjb25kLWZ1bmN0aW9uIiwiRlVOQ1RJT05fVEFHX0tFWSI6InlvdXItdGFnLWtleSIsIkZVTkNUSU9OX1RBR19WQUxVRSI6InlvdXItdGFnLXZhbHVlIiwiRlVOQ1RJT05fSU5QVVRfU0NIRU1BX0FSTl9UQUdfS0VZIjoieW91ci1mdW5jdGlvbi10YWctZm9yLWlucHV0LXNjaGVtYSJ9fQ%3D%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=AWS%20Lambda%20Tool%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.lambda-tool-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%2C%22FUNCTION_PREFIX%22%3A%22your-function-prefix%22%2C%22FUNCTION_LIST%22%3A%22your-first-function%2C%20your-second-function%22%2C%22FUNCTION_TAG_KEY%22%3A%22your-tag-key%22%2C%22FUNCTION_TAG_VALUE%22%3A%22your-tag-value%22%2C%22FUNCTION_INPUT_SCHEMA_ARN_TAG_KEY%22%3A%22your-function-tag-for-input-schema%22%7D%7D) |
38
+ | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.lambda-tool-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMubGFtYmRhLXRvb2wtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLWF3cy1wcm9maWxlIiwiQVdTX1JFR0lPTiI6InVzLWVhc3QtMSIsIkZVTkNUSU9OX1BSRUZJWCI6InlvdXItZnVuY3Rpb24tcHJlZml4IiwiRlVOQ1RJT05fTElTVCI6InlvdXItZmlyc3QtZnVuY3Rpb24sIHlvdXItc2Vjb25kLWZ1bmN0aW9uIiwiRlVOQ1RJT05fVEFHX0tFWSI6InlvdXItdGFnLWtleSIsIkZVTkNUSU9OX1RBR19WQUxVRSI6InlvdXItdGFnLXZhbHVlIiwiRlVOQ1RJT05fSU5QVVRfU0NIRU1BX0FSTl9UQUdfS0VZIjoieW91ci1mdW5jdGlvbi10YWctZm9yLWlucHV0LXNjaGVtYSJ9fQ%3D%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=AWS%20Lambda%20Tool%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.lambda-tool-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%2C%22FUNCTION_PREFIX%22%3A%22your-function-prefix%22%2C%22FUNCTION_LIST%22%3A%22your-first-function%2C%20your-second-function%22%2C%22FUNCTION_TAG_KEY%22%3A%22your-tag-key%22%2C%22FUNCTION_TAG_VALUE%22%3A%22your-tag-value%22%2C%22FUNCTION_INPUT_SCHEMA_ARN_TAG_KEY%22%3A%22your-function-tag-for-input-schema%22%7D%7D) |
39
39
 
40
40
  Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
41
41
 
@@ -59,6 +59,39 @@ Configure the MCP server in your MCP client configuration (e.g., for Amazon Q De
59
59
  }
60
60
  ```
61
61
 
62
+ ### Windows Installation
63
+
64
+ For Windows users, the MCP server configuration format is slightly different:
65
+
66
+ ```json
67
+ {
68
+ "mcpServers": {
69
+ "awslabs.lambda-tool-mcp-server": {
70
+ "disabled": false,
71
+ "timeout": 60,
72
+ "type": "stdio",
73
+ "command": "uv",
74
+ "args": [
75
+ "tool",
76
+ "run",
77
+ "--from",
78
+ "awslabs.lambda-tool-mcp-server@latest",
79
+ "awslabs.lambda-tool-mcp-server.exe"
80
+ ],
81
+ "env": {
82
+ "AWS_PROFILE": "your-aws-profile",
83
+ "AWS_REGION": "us-east-1",
84
+ "FUNCTION_PREFIX": "your-function-prefix",
85
+ "FUNCTION_LIST": "your-first-function, your-second-function",
86
+ "FUNCTION_TAG_KEY": "your-tag-key",
87
+ "FUNCTION_TAG_VALUE": "your-tag-value",
88
+ "FUNCTION_INPUT_SCHEMA_ARN_TAG_KEY": "your-function-tag-for-input-schema"
89
+ }
90
+ }
91
+ }
92
+ }
93
+ ```
94
+
62
95
  or docker after a successful `docker build -t awslabs/bedrock-kb-retrieval-mcp-server .`:
63
96
 
64
97
  ```file
@@ -14,4 +14,4 @@
14
14
 
15
15
  """awslabs.lambda-tool-mcp-server"""
16
16
 
17
- __version__ = '2.0.0'
17
+ __version__ = '2.0.7'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "awslabs.lambda-tool-mcp-server"
3
- version = "2.0.4"
3
+ version = "2.0.7"
4
4
  description = "An AWS Labs Model Context Protocol (MCP) server for AWS Lambda Tools"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -0,0 +1,24 @@
1
+ # This file was autogenerated by uv via the following command:
2
+ # echo "uv==0.8.10" > uv-requirements.in
3
+ # uv pip compile --generate-hashes --output-file=uv-requirements.txt --strip-extras --python=3.10 uv-requirements.in
4
+ uv==0.8.10 \
5
+ --hash=sha256:31e4fc37ee94b94c032384a0957ad32ba7dce4ce6c04b4880fd3e31e25e51a82 \
6
+ --hash=sha256:36a5ce708d52388c37043e7335f9eb3fea5a19a56166a2cc6adb365179a1cd77 \
7
+ --hash=sha256:38286d230daad82388469c8dc7a1d2f5dc279c11178319c886d1a88d7938e513 \
8
+ --hash=sha256:3e190cee3bb2b4f574a419eef87ae8e33f713e9cd6f856b83277ece70ad9ca9b \
9
+ --hash=sha256:3fdf89fc40af9902141c39ed943bcfca15664623363335eb032a44f22001e2b4 \
10
+ --hash=sha256:4cc190d403a89e46d13cec83b6f8e8d7d07aaf1e5a996eac9a3f0c2a8cd92537 \
11
+ --hash=sha256:57b71dc79eff25a5419d3fe4a563d3b9397f55d789f685ef27f43f033b31f482 \
12
+ --hash=sha256:86fe044c2be43977566a0d184a487edd7aace2febb757fd95927684b629ef50b \
13
+ --hash=sha256:88df34c32555064fae459cce665757619fd1af7deb2dc393352b15d909d2d131 \
14
+ --hash=sha256:9ad21eeaa4156a1bf5ed85903f80db06e2c02badd3a587ba98d3171517960555 \
15
+ --hash=sha256:a5495b5a6e3111c03cf5e4dbdd598bc8fd1da887e3920d58cd5a2d4c8bc9a473 \
16
+ --hash=sha256:ab072cd3bf2f9dc264659a1ff48ad91a910ac4830bcfe965e2d3f89c86646f46 \
17
+ --hash=sha256:af8a5526b0e331775a264fa0dbccfd53c183cb974f269a208af136d7561f9eb2 \
18
+ --hash=sha256:b00637c63d5dfc9f879281c5c91db2bb909ab1f9ab275dab015e7fb6cac6be5b \
19
+ --hash=sha256:b3ff3c451fcd23ea78356d8c18e802d0e423cbe655273601e3ec039a51b33286 \
20
+ --hash=sha256:c4a493cd4b15b3aef11523531aff96a77a586666a63e842fa437966b7b7ee62d \
21
+ --hash=sha256:defc50bb319be2d58be74a680710cd4b7697e88d5f79974eacd354df95f0b6b0 \
22
+ --hash=sha256:e0a02bcec766eb0862b7082ab746b204add7d9fcaa62322502d159b5a7ccc54a \
23
+ --hash=sha256:eb79a46d8099f563ef58237bf4e9009f876a40145e757ea883a92b24b724d01e
24
+ # via -r uv-requirements.in
@@ -1,26 +0,0 @@
1
- #
2
- # This file is autogenerated by pip-compile with Python 3.10
3
- # by the following command:
4
- #
5
- # pip-compile --generate-hashes --output-file=uv-requirements.txt --strip-extras uv-requirements-0.7.13.in
6
- #
7
- uv==0.7.13 \
8
- --hash=sha256:05f3c03c4ea55d294f3da725b6c2c2ff544754c18552da7594def4ec3889dcfb \
9
- --hash=sha256:1afdbfcabc3425b383141ba42d413841c0a48b9ee0f4da65459313275e3cea84 \
10
- --hash=sha256:33837aca7bdf02d47554d5d44f9e71756ee17c97073b07b4afead25309855bc7 \
11
- --hash=sha256:4efa555b217e15767f0691a51d435f7bb2b0bf473fdfd59f173aeda8a93b8d17 \
12
- --hash=sha256:4f828174e15a557d3bc0f809de76135c3b66bcbf524657f8ced9d22fc978b89c \
13
- --hash=sha256:527a12d0c2f4d15f72b275b6f4561ae92af76dd59b4624796fddd45867f13c33 \
14
- --hash=sha256:5786a29e286f2cc3cbda13a357fd9a4dd5bf1d7448a9d3d842b26b4f784a3a86 \
15
- --hash=sha256:59915aec9fd2b845708a76ddc6c0639cfc99b6e2811854ea2425ee7552aff0e9 \
16
- --hash=sha256:721b058064150fc1c6d88e277af093d1b4f8bb7a59546fe9969d9ff7dbe3f6fd \
17
- --hash=sha256:866cad0d04a7de1aaa3c5cbef203f9d3feef9655972dcccc3283d60122db743b \
18
- --hash=sha256:88fcf2bfbb53309531a850af50d2ea75874099b19d4159625d0b4f88c53494b9 \
19
- --hash=sha256:8c0c29a2089ff9011d6c3abccd272f3ee6d0e166dae9e5232099fd83d26104d9 \
20
- --hash=sha256:9c457a84cfbe2019ba301e14edd3e1c950472abd0b87fc77622ab3fc475ba012 \
21
- --hash=sha256:9d2952a1e74c7027347c74cee1cb2be09121a5290db38498b8b17ff585f73748 \
22
- --hash=sha256:a51006c7574e819308d92a3452b22d5bd45ef8593a4983b5856aa7cb8220885f \
23
- --hash=sha256:b1af81e57d098b21b28f42ec756f0e26dce2341d59ba4e4f11759bc3ca2c0a99 \
24
- --hash=sha256:e077dcac19e564cae8b4223b7807c2f617a59938f8142ca77fc6348ae9c6d0aa \
25
- --hash=sha256:f28e70baadfebe71dcc2d9505059b988d75e903fc62258b102eb87dc4b6994a3
26
- # via -r uv-requirements-0.7.13.in (contents of `uv==0.7.13`)