skydeckai-code 0.1.36__tar.gz → 0.1.38__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.
- skydeckai_code-0.1.38/.claude/settings.local.json +3 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/PKG-INFO +49 -15
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/README.md +46 -12
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/pyproject.toml +3 -4
- skydeckai_code-0.1.38/screenshots/skydeck_ai_helper.png +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/uv.lock +235 -119
- skydeckai_code-0.1.36/screenshots/skydeck_ai_helper.png +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/.gitignore +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/Dockerfile +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/LICENSE +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/smithery.yaml +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/__init__.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/__init__.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/cli.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/server.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/__init__.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/base.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/code_analysis.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/code_execution.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/code_tools.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/directory_tools.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/file_tools.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/get_active_apps_tool.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/get_available_windows_tool.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/image_tools.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/other_tools.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/path_tools.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/screenshot_tool.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/state.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/system_tools.py +0 -0
- {skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/web_tools.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: skydeckai-code
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.38
|
4
4
|
Summary: This MCP server provides a comprehensive set of tools for AI-driven Development workflows including file operations, code analysis, multi-language execution, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval.
|
5
5
|
Project-URL: Homepage, https://github.com/skydeckai/skydeckai-code
|
6
6
|
Project-URL: Repository, https://github.com/skydeckai/skydeckai-code
|
@@ -16,8 +16,8 @@ Requires-Dist: mcp>=1.6.0
|
|
16
16
|
Requires-Dist: mss>=10.0.0
|
17
17
|
Requires-Dist: pillow>=11.1.0
|
18
18
|
Requires-Dist: psutil>=7.0.0
|
19
|
-
Requires-Dist: pygetwindow>=0.0.9
|
20
|
-
Requires-Dist: pyobjc-framework-quartz>=11.0
|
19
|
+
Requires-Dist: pygetwindow>=0.0.9; sys_platform == 'win32'
|
20
|
+
Requires-Dist: pyobjc-framework-quartz>=11.0; sys_platform == 'darwin'
|
21
21
|
Requires-Dist: requests>=2.32.3
|
22
22
|
Requires-Dist: tree-sitter-c-sharp>=0.23.1
|
23
23
|
Requires-Dist: tree-sitter-cpp>=0.23.4
|
@@ -33,6 +33,8 @@ Requires-Dist: tree-sitter-typescript>=0.23.2
|
|
33
33
|
Requires-Dist: tree-sitter>=0.24.0
|
34
34
|
Description-Content-Type: text/markdown
|
35
35
|
|
36
|
+
[](https://mseep.ai/app/skydeckai-code)
|
37
|
+
|
36
38
|
# SkyDeckAI Code
|
37
39
|
|
38
40
|
An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, code execution, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks by providing direct access to both local and remote resources.
|
@@ -76,7 +78,6 @@ If you're using SkyDeck AI Helper app, you can search for "SkyDeckAI Code" and i
|
|
76
78
|
- File system operations (read, write, edit, move, copy, delete)
|
77
79
|
- Directory management and traversal
|
78
80
|
- Multi-language code analysis using tree-sitter
|
79
|
-
- Code linting and issue detection for Python and JavaScript/TypeScript
|
80
81
|
- Code content searching with regex pattern matching
|
81
82
|
- Multi-language code execution with safety measures
|
82
83
|
- Web content fetching from APIs and websites with HTML-to-markdown conversion
|
@@ -86,7 +87,38 @@ If you're using SkyDeck AI Helper app, you can search for "SkyDeckAI Code" and i
|
|
86
87
|
- Screenshot and screen context tools
|
87
88
|
- Image handling tools
|
88
89
|
|
89
|
-
## Available Tools
|
90
|
+
## Available Tools (26)
|
91
|
+
|
92
|
+
| Category | Tool Name | Description |
|
93
|
+
| ---------------- | -------------------------- | -------------------------------------------- |
|
94
|
+
| **File System** | `get_allowed_directory` | Get the current working directory path |
|
95
|
+
| | `update_allowed_directory` | Change the working directory |
|
96
|
+
| | `create_directory` | Create a new directory or nested directories |
|
97
|
+
| | `write_file` | Create or overwrite a file with new content |
|
98
|
+
| | `edit_file` | Make line-based edits to a text file |
|
99
|
+
| | `read_file` | Read the contents of one or more files |
|
100
|
+
| | `list_directory` | Get listing of files and directories |
|
101
|
+
| | `move_file` | Move or rename a file or directory |
|
102
|
+
| | `copy_file` | Copy a file or directory to a new location |
|
103
|
+
| | `search_files` | Search for files matching a name pattern |
|
104
|
+
| | `delete_file` | Delete a file or empty directory |
|
105
|
+
| | `get_file_info` | Get detailed file metadata |
|
106
|
+
| | `directory_tree` | Get a recursive tree view of directories |
|
107
|
+
| | `read_image_file` | Read an image file as base64 data |
|
108
|
+
| **Code Tools** | `codebase_mapper` | Analyze code structure across files |
|
109
|
+
| | `search_code` | Find text patterns in code files |
|
110
|
+
| | `execute_code` | Run code in various languages |
|
111
|
+
| | `execute_shell_script` | Run shell/bash scripts |
|
112
|
+
| **Web Tools** | `web_fetch` | Get content from a URL |
|
113
|
+
| | `web_search` | Perform a web search |
|
114
|
+
| **Screen Tools** | `capture_screenshot` | Take a screenshot of screen or window |
|
115
|
+
| | `get_active_apps` | List running applications |
|
116
|
+
| | `get_available_windows` | List all open windows |
|
117
|
+
| **System** | `get_system_info` | Get detailed system information |
|
118
|
+
| **Utility** | `batch_tools` | Run multiple tool operations together |
|
119
|
+
| | `think` | Document reasoning without making changes |
|
120
|
+
|
121
|
+
## Detailed Tool Documentation
|
90
122
|
|
91
123
|
### Basic File Operations
|
92
124
|
|
@@ -99,7 +131,7 @@ If you're using SkyDeck AI Helper app, you can search for "SkyDeckAI Code" and i
|
|
99
131
|
| delete_file | path: string | Success confirmation |
|
100
132
|
| get_file_info | path: string | File metadata (size, timestamps, permissions) |
|
101
133
|
|
102
|
-
|
134
|
+
**CLI Usage:**
|
103
135
|
|
104
136
|
```bash
|
105
137
|
# Read entire file
|
@@ -176,7 +208,7 @@ Generates complete directory structure:
|
|
176
208
|
|
177
209
|
Returns: JSON tree structure of directory contents.
|
178
210
|
|
179
|
-
|
211
|
+
**CLI Usage:**
|
180
212
|
|
181
213
|
```bash
|
182
214
|
# List directory
|
@@ -220,7 +252,7 @@ Supported Languages:
|
|
220
252
|
- C# (.cs)
|
221
253
|
- Kotlin (.kt, .kts)
|
222
254
|
|
223
|
-
**
|
255
|
+
**CLI Usage:**
|
224
256
|
|
225
257
|
```bash
|
226
258
|
# Map the entire codebase structure
|
@@ -263,7 +295,7 @@ Matching lines grouped by file with line numbers, sorted by file modification ti
|
|
263
295
|
|
264
296
|
This tool uses ripgrep when available for optimal performance, with a Python fallback implementation. It's ideal for finding specific code patterns like function declarations, imports, variable usages, or error handling.
|
265
297
|
|
266
|
-
**
|
298
|
+
**CLI Usage:**
|
267
299
|
|
268
300
|
```bash
|
269
301
|
# Find function and class declarations in JavaScript files
|
@@ -316,6 +348,8 @@ Returns:
|
|
316
348
|
|
317
349
|
Provides essential system information in a clean, readable format.
|
318
350
|
|
351
|
+
**CLI Usage:**
|
352
|
+
|
319
353
|
```bash
|
320
354
|
# Get system information
|
321
355
|
skydeckai-code-cli --tool get_system_info
|
@@ -484,7 +518,7 @@ Response content as text with HTTP status code and size information. For binary
|
|
484
518
|
|
485
519
|
This tool can be used to access web APIs, fetch documentation, or download content from the web while respecting size limits (10MB max) and security constraints.
|
486
520
|
|
487
|
-
**
|
521
|
+
**CLI Usage:**
|
488
522
|
|
489
523
|
```bash
|
490
524
|
# Fetch JSON from an API
|
@@ -532,7 +566,7 @@ A list of search results formatted in markdown, including titles, URLs, and snip
|
|
532
566
|
|
533
567
|
This tool uses a multi-engine approach that tries different search engines with various parsing strategies to ensure reliable results. You can specify a preferred engine, but some engines may block automated access, in which case the tool will fall back to alternative engines when "auto" is selected.
|
534
568
|
|
535
|
-
**
|
569
|
+
**CLI Usage:**
|
536
570
|
|
537
571
|
```bash
|
538
572
|
# Search with default settings (auto engine selection)
|
@@ -606,7 +640,7 @@ This tool provides efficient execution of multiple operations in a single reques
|
|
606
640
|
1. Use paths relative to the current working directory (e.g., "project/src" rather than just "src"), or
|
607
641
|
2. Include an explicit tool invocation to change directories using `update_allowed_directory`
|
608
642
|
|
609
|
-
**
|
643
|
+
**CLI Usage:**
|
610
644
|
|
611
645
|
```bash
|
612
646
|
# Setup a new project with multiple steps in sequential order (using proper paths)
|
@@ -667,7 +701,7 @@ Your thoughts formatted as markdown, with a note indicating this was a thinking
|
|
667
701
|
|
668
702
|
This tool is useful for thinking through complex problems, brainstorming solutions, or laying out implementation plans without making any actual changes. It's a great way to document your reasoning process, evaluate different approaches, or plan out a multi-step strategy before taking action.
|
669
703
|
|
670
|
-
**
|
704
|
+
**CLI Usage:**
|
671
705
|
|
672
706
|
```bash
|
673
707
|
# Analyze a bug and plan a fix
|
@@ -711,7 +745,7 @@ Executes code in various programming languages with safety measures and restrict
|
|
711
745
|
| code | string | Yes | Code to execute |
|
712
746
|
| timeout | integer | No | Maximum execution time (default: 5s) |
|
713
747
|
|
714
|
-
**
|
748
|
+
**CLI Usage:**
|
715
749
|
|
716
750
|
```bash
|
717
751
|
# Python example
|
@@ -771,7 +805,7 @@ Executes shell scripts (bash/sh) with safety measures and restrictions.
|
|
771
805
|
| script | string | Yes | Shell script to execute |
|
772
806
|
| timeout | integer | No | Maximum execution time (default: 300s, max: 600s) |
|
773
807
|
|
774
|
-
**
|
808
|
+
**CLI Usage:**
|
775
809
|
|
776
810
|
```bash
|
777
811
|
# List directory contents with details
|
@@ -1,3 +1,5 @@
|
|
1
|
+
[](https://mseep.ai/app/skydeckai-code)
|
2
|
+
|
1
3
|
# SkyDeckAI Code
|
2
4
|
|
3
5
|
An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, code execution, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks by providing direct access to both local and remote resources.
|
@@ -41,7 +43,6 @@ If you're using SkyDeck AI Helper app, you can search for "SkyDeckAI Code" and i
|
|
41
43
|
- File system operations (read, write, edit, move, copy, delete)
|
42
44
|
- Directory management and traversal
|
43
45
|
- Multi-language code analysis using tree-sitter
|
44
|
-
- Code linting and issue detection for Python and JavaScript/TypeScript
|
45
46
|
- Code content searching with regex pattern matching
|
46
47
|
- Multi-language code execution with safety measures
|
47
48
|
- Web content fetching from APIs and websites with HTML-to-markdown conversion
|
@@ -51,7 +52,38 @@ If you're using SkyDeck AI Helper app, you can search for "SkyDeckAI Code" and i
|
|
51
52
|
- Screenshot and screen context tools
|
52
53
|
- Image handling tools
|
53
54
|
|
54
|
-
## Available Tools
|
55
|
+
## Available Tools (26)
|
56
|
+
|
57
|
+
| Category | Tool Name | Description |
|
58
|
+
| ---------------- | -------------------------- | -------------------------------------------- |
|
59
|
+
| **File System** | `get_allowed_directory` | Get the current working directory path |
|
60
|
+
| | `update_allowed_directory` | Change the working directory |
|
61
|
+
| | `create_directory` | Create a new directory or nested directories |
|
62
|
+
| | `write_file` | Create or overwrite a file with new content |
|
63
|
+
| | `edit_file` | Make line-based edits to a text file |
|
64
|
+
| | `read_file` | Read the contents of one or more files |
|
65
|
+
| | `list_directory` | Get listing of files and directories |
|
66
|
+
| | `move_file` | Move or rename a file or directory |
|
67
|
+
| | `copy_file` | Copy a file or directory to a new location |
|
68
|
+
| | `search_files` | Search for files matching a name pattern |
|
69
|
+
| | `delete_file` | Delete a file or empty directory |
|
70
|
+
| | `get_file_info` | Get detailed file metadata |
|
71
|
+
| | `directory_tree` | Get a recursive tree view of directories |
|
72
|
+
| | `read_image_file` | Read an image file as base64 data |
|
73
|
+
| **Code Tools** | `codebase_mapper` | Analyze code structure across files |
|
74
|
+
| | `search_code` | Find text patterns in code files |
|
75
|
+
| | `execute_code` | Run code in various languages |
|
76
|
+
| | `execute_shell_script` | Run shell/bash scripts |
|
77
|
+
| **Web Tools** | `web_fetch` | Get content from a URL |
|
78
|
+
| | `web_search` | Perform a web search |
|
79
|
+
| **Screen Tools** | `capture_screenshot` | Take a screenshot of screen or window |
|
80
|
+
| | `get_active_apps` | List running applications |
|
81
|
+
| | `get_available_windows` | List all open windows |
|
82
|
+
| **System** | `get_system_info` | Get detailed system information |
|
83
|
+
| **Utility** | `batch_tools` | Run multiple tool operations together |
|
84
|
+
| | `think` | Document reasoning without making changes |
|
85
|
+
|
86
|
+
## Detailed Tool Documentation
|
55
87
|
|
56
88
|
### Basic File Operations
|
57
89
|
|
@@ -64,7 +96,7 @@ If you're using SkyDeck AI Helper app, you can search for "SkyDeckAI Code" and i
|
|
64
96
|
| delete_file | path: string | Success confirmation |
|
65
97
|
| get_file_info | path: string | File metadata (size, timestamps, permissions) |
|
66
98
|
|
67
|
-
|
99
|
+
**CLI Usage:**
|
68
100
|
|
69
101
|
```bash
|
70
102
|
# Read entire file
|
@@ -141,7 +173,7 @@ Generates complete directory structure:
|
|
141
173
|
|
142
174
|
Returns: JSON tree structure of directory contents.
|
143
175
|
|
144
|
-
|
176
|
+
**CLI Usage:**
|
145
177
|
|
146
178
|
```bash
|
147
179
|
# List directory
|
@@ -185,7 +217,7 @@ Supported Languages:
|
|
185
217
|
- C# (.cs)
|
186
218
|
- Kotlin (.kt, .kts)
|
187
219
|
|
188
|
-
**
|
220
|
+
**CLI Usage:**
|
189
221
|
|
190
222
|
```bash
|
191
223
|
# Map the entire codebase structure
|
@@ -228,7 +260,7 @@ Matching lines grouped by file with line numbers, sorted by file modification ti
|
|
228
260
|
|
229
261
|
This tool uses ripgrep when available for optimal performance, with a Python fallback implementation. It's ideal for finding specific code patterns like function declarations, imports, variable usages, or error handling.
|
230
262
|
|
231
|
-
**
|
263
|
+
**CLI Usage:**
|
232
264
|
|
233
265
|
```bash
|
234
266
|
# Find function and class declarations in JavaScript files
|
@@ -281,6 +313,8 @@ Returns:
|
|
281
313
|
|
282
314
|
Provides essential system information in a clean, readable format.
|
283
315
|
|
316
|
+
**CLI Usage:**
|
317
|
+
|
284
318
|
```bash
|
285
319
|
# Get system information
|
286
320
|
skydeckai-code-cli --tool get_system_info
|
@@ -449,7 +483,7 @@ Response content as text with HTTP status code and size information. For binary
|
|
449
483
|
|
450
484
|
This tool can be used to access web APIs, fetch documentation, or download content from the web while respecting size limits (10MB max) and security constraints.
|
451
485
|
|
452
|
-
**
|
486
|
+
**CLI Usage:**
|
453
487
|
|
454
488
|
```bash
|
455
489
|
# Fetch JSON from an API
|
@@ -497,7 +531,7 @@ A list of search results formatted in markdown, including titles, URLs, and snip
|
|
497
531
|
|
498
532
|
This tool uses a multi-engine approach that tries different search engines with various parsing strategies to ensure reliable results. You can specify a preferred engine, but some engines may block automated access, in which case the tool will fall back to alternative engines when "auto" is selected.
|
499
533
|
|
500
|
-
**
|
534
|
+
**CLI Usage:**
|
501
535
|
|
502
536
|
```bash
|
503
537
|
# Search with default settings (auto engine selection)
|
@@ -571,7 +605,7 @@ This tool provides efficient execution of multiple operations in a single reques
|
|
571
605
|
1. Use paths relative to the current working directory (e.g., "project/src" rather than just "src"), or
|
572
606
|
2. Include an explicit tool invocation to change directories using `update_allowed_directory`
|
573
607
|
|
574
|
-
**
|
608
|
+
**CLI Usage:**
|
575
609
|
|
576
610
|
```bash
|
577
611
|
# Setup a new project with multiple steps in sequential order (using proper paths)
|
@@ -632,7 +666,7 @@ Your thoughts formatted as markdown, with a note indicating this was a thinking
|
|
632
666
|
|
633
667
|
This tool is useful for thinking through complex problems, brainstorming solutions, or laying out implementation plans without making any actual changes. It's a great way to document your reasoning process, evaluate different approaches, or plan out a multi-step strategy before taking action.
|
634
668
|
|
635
|
-
**
|
669
|
+
**CLI Usage:**
|
636
670
|
|
637
671
|
```bash
|
638
672
|
# Analyze a bug and plan a fix
|
@@ -676,7 +710,7 @@ Executes code in various programming languages with safety measures and restrict
|
|
676
710
|
| code | string | Yes | Code to execute |
|
677
711
|
| timeout | integer | No | Maximum execution time (default: 5s) |
|
678
712
|
|
679
|
-
**
|
713
|
+
**CLI Usage:**
|
680
714
|
|
681
715
|
```bash
|
682
716
|
# Python example
|
@@ -736,7 +770,7 @@ Executes shell scripts (bash/sh) with safety measures and restrictions.
|
|
736
770
|
| script | string | Yes | Shell script to execute |
|
737
771
|
| timeout | integer | No | Maximum execution time (default: 300s, max: 600s) |
|
738
772
|
|
739
|
-
**
|
773
|
+
**CLI Usage:**
|
740
774
|
|
741
775
|
```bash
|
742
776
|
# List directory contents with details
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "skydeckai-code"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.38"
|
4
4
|
description = "This MCP server provides a comprehensive set of tools for AI-driven Development workflows including file operations, code analysis, multi-language execution, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval."
|
5
5
|
readme = "README.md"
|
6
6
|
requires-python = ">=3.11"
|
@@ -24,12 +24,12 @@ dependencies = [
|
|
24
24
|
"tree-sitter-typescript>=0.23.2",
|
25
25
|
"psutil>=7.0.0",
|
26
26
|
"mss>=10.0.0",
|
27
|
-
"pygetwindow>=0.0.9",
|
28
|
-
"pyobjc-framework-Quartz>=11.0",
|
29
27
|
"pillow>=11.1.0",
|
30
28
|
"requests>=2.32.3",
|
31
29
|
"html2text>=2025.4.15",
|
32
30
|
"beautifulsoup4>=4.13.3",
|
31
|
+
"pyobjc-framework-Quartz>=11.0; sys_platform == 'darwin'",
|
32
|
+
"pygetwindow>=0.0.9; sys_platform == 'win32'",
|
33
33
|
]
|
34
34
|
|
35
35
|
[tool.hatch.build.targets.wheel]
|
@@ -64,4 +64,3 @@ build-backend = "hatchling.build"
|
|
64
64
|
[project.scripts]
|
65
65
|
skydeckai-code = "src.aidd:main"
|
66
66
|
skydeckai-code-cli = "src.aidd.cli:main"
|
67
|
-
|
Binary file
|
@@ -13,37 +13,98 @@ wheels = [
|
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "anyio"
|
16
|
-
version = "4.
|
16
|
+
version = "4.9.0"
|
17
17
|
source = { registry = "https://pypi.org/simple" }
|
18
18
|
dependencies = [
|
19
19
|
{ name = "idna" },
|
20
20
|
{ name = "sniffio" },
|
21
21
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
22
22
|
]
|
23
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
23
|
+
sdist = { url = "https://files.pythonhosted.org/packages/95/7d/4c1bd541d4dffa1b52bd83fb8527089e097a106fc90b467a7313b105f840/anyio-4.9.0.tar.gz", hash = "sha256:673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028", size = 190949 }
|
24
24
|
wheels = [
|
25
|
-
{ url = "https://files.pythonhosted.org/packages/
|
25
|
+
{ url = "https://files.pythonhosted.org/packages/a1/ee/48ca1a7c89ffec8b6a0c5d02b89c305671d5ffd8d3c94acf8b8c408575bb/anyio-4.9.0-py3-none-any.whl", hash = "sha256:9f76d541cad6e36af7beb62e978876f3b41e3e04f2c1fbf0884604c0a9c4d93c", size = 100916 },
|
26
26
|
]
|
27
27
|
|
28
28
|
[[package]]
|
29
|
-
name = "
|
30
|
-
version = "
|
29
|
+
name = "beautifulsoup4"
|
30
|
+
version = "4.13.4"
|
31
31
|
source = { registry = "https://pypi.org/simple" }
|
32
|
-
|
32
|
+
dependencies = [
|
33
|
+
{ name = "soupsieve" },
|
34
|
+
{ name = "typing-extensions" },
|
35
|
+
]
|
36
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz", hash = "sha256:dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195", size = 621067 }
|
33
37
|
wheels = [
|
34
|
-
{ url = "https://files.pythonhosted.org/packages/
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/50/cd/30110dc0ffcf3b131156077b90e9f60ed75711223f306da4db08eff8403b/beautifulsoup4-4.13.4-py3-none-any.whl", hash = "sha256:9bbbb14bfde9d79f38b8cd5f8c7c85f4b8f2523190ebed90e950a8dea4cb1c4b", size = 187285 },
|
39
|
+
]
|
40
|
+
|
41
|
+
[[package]]
|
42
|
+
name = "certifi"
|
43
|
+
version = "2025.4.26"
|
44
|
+
source = { registry = "https://pypi.org/simple" }
|
45
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz", hash = "sha256:0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6", size = 160705 }
|
46
|
+
wheels = [
|
47
|
+
{ url = "https://files.pythonhosted.org/packages/4a/7e/3db2bd1b1f9e95f7cddca6d6e75e2f2bd9f51b1246e546d88addca0106bd/certifi-2025.4.26-py3-none-any.whl", hash = "sha256:30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3", size = 159618 },
|
48
|
+
]
|
49
|
+
|
50
|
+
[[package]]
|
51
|
+
name = "charset-normalizer"
|
52
|
+
version = "3.4.2"
|
53
|
+
source = { registry = "https://pypi.org/simple" }
|
54
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz", hash = "sha256:5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63", size = 126367 }
|
55
|
+
wheels = [
|
56
|
+
{ url = "https://files.pythonhosted.org/packages/05/85/4c40d00dcc6284a1c1ad5de5e0996b06f39d8232f1031cd23c2f5c07ee86/charset_normalizer-3.4.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:be1e352acbe3c78727a16a455126d9ff83ea2dfdcbc83148d2982305a04714c2", size = 198794 },
|
57
|
+
{ url = "https://files.pythonhosted.org/packages/41/d9/7a6c0b9db952598e97e93cbdfcb91bacd89b9b88c7c983250a77c008703c/charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aa88ca0b1932e93f2d961bf3addbb2db902198dca337d88c89e1559e066e7645", size = 142846 },
|
58
|
+
{ url = "https://files.pythonhosted.org/packages/66/82/a37989cda2ace7e37f36c1a8ed16c58cf48965a79c2142713244bf945c89/charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d524ba3f1581b35c03cb42beebab4a13e6cdad7b36246bd22541fa585a56cccd", size = 153350 },
|
59
|
+
{ url = "https://files.pythonhosted.org/packages/df/68/a576b31b694d07b53807269d05ec3f6f1093e9545e8607121995ba7a8313/charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28a1005facc94196e1fb3e82a3d442a9d9110b8434fc1ded7a24a2983c9888d8", size = 145657 },
|
60
|
+
{ url = "https://files.pythonhosted.org/packages/92/9b/ad67f03d74554bed3aefd56fe836e1623a50780f7c998d00ca128924a499/charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fdb20a30fe1175ecabed17cbf7812f7b804b8a315a25f24678bcdf120a90077f", size = 147260 },
|
61
|
+
{ url = "https://files.pythonhosted.org/packages/a6/e6/8aebae25e328160b20e31a7e9929b1578bbdc7f42e66f46595a432f8539e/charset_normalizer-3.4.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0f5d9ed7f254402c9e7d35d2f5972c9bbea9040e99cd2861bd77dc68263277c7", size = 149164 },
|
62
|
+
{ url = "https://files.pythonhosted.org/packages/8b/f2/b3c2f07dbcc248805f10e67a0262c93308cfa149a4cd3d1fe01f593e5fd2/charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:efd387a49825780ff861998cd959767800d54f8308936b21025326de4b5a42b9", size = 144571 },
|
63
|
+
{ url = "https://files.pythonhosted.org/packages/60/5b/c3f3a94bc345bc211622ea59b4bed9ae63c00920e2e8f11824aa5708e8b7/charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f0aa37f3c979cf2546b73e8222bbfa3dc07a641585340179d768068e3455e544", size = 151952 },
|
64
|
+
{ url = "https://files.pythonhosted.org/packages/e2/4d/ff460c8b474122334c2fa394a3f99a04cf11c646da895f81402ae54f5c42/charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:e70e990b2137b29dc5564715de1e12701815dacc1d056308e2b17e9095372a82", size = 155959 },
|
65
|
+
{ url = "https://files.pythonhosted.org/packages/a2/2b/b964c6a2fda88611a1fe3d4c400d39c66a42d6c169c924818c848f922415/charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:0c8c57f84ccfc871a48a47321cfa49ae1df56cd1d965a09abe84066f6853b9c0", size = 153030 },
|
66
|
+
{ url = "https://files.pythonhosted.org/packages/59/2e/d3b9811db26a5ebf444bc0fa4f4be5aa6d76fc6e1c0fd537b16c14e849b6/charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6b66f92b17849b85cad91259efc341dce9c1af48e2173bf38a85c6329f1033e5", size = 148015 },
|
67
|
+
{ url = "https://files.pythonhosted.org/packages/90/07/c5fd7c11eafd561bb51220d600a788f1c8d77c5eef37ee49454cc5c35575/charset_normalizer-3.4.2-cp311-cp311-win32.whl", hash = "sha256:daac4765328a919a805fa5e2720f3e94767abd632ae410a9062dff5412bae65a", size = 98106 },
|
68
|
+
{ url = "https://files.pythonhosted.org/packages/a8/05/5e33dbef7e2f773d672b6d79f10ec633d4a71cd96db6673625838a4fd532/charset_normalizer-3.4.2-cp311-cp311-win_amd64.whl", hash = "sha256:e53efc7c7cee4c1e70661e2e112ca46a575f90ed9ae3fef200f2a25e954f4b28", size = 105402 },
|
69
|
+
{ url = "https://files.pythonhosted.org/packages/d7/a4/37f4d6035c89cac7930395a35cc0f1b872e652eaafb76a6075943754f095/charset_normalizer-3.4.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0c29de6a1a95f24b9a1aa7aefd27d2487263f00dfd55a77719b530788f75cff7", size = 199936 },
|
70
|
+
{ url = "https://files.pythonhosted.org/packages/ee/8a/1a5e33b73e0d9287274f899d967907cd0bf9c343e651755d9307e0dbf2b3/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cddf7bd982eaa998934a91f69d182aec997c6c468898efe6679af88283b498d3", size = 143790 },
|
71
|
+
{ url = "https://files.pythonhosted.org/packages/66/52/59521f1d8e6ab1482164fa21409c5ef44da3e9f653c13ba71becdd98dec3/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fcbe676a55d7445b22c10967bceaaf0ee69407fbe0ece4d032b6eb8d4565982a", size = 153924 },
|
72
|
+
{ url = "https://files.pythonhosted.org/packages/86/2d/fb55fdf41964ec782febbf33cb64be480a6b8f16ded2dbe8db27a405c09f/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d41c4d287cfc69060fa91cae9683eacffad989f1a10811995fa309df656ec214", size = 146626 },
|
73
|
+
{ url = "https://files.pythonhosted.org/packages/8c/73/6ede2ec59bce19b3edf4209d70004253ec5f4e319f9a2e3f2f15601ed5f7/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4e594135de17ab3866138f496755f302b72157d115086d100c3f19370839dd3a", size = 148567 },
|
74
|
+
{ url = "https://files.pythonhosted.org/packages/09/14/957d03c6dc343c04904530b6bef4e5efae5ec7d7990a7cbb868e4595ee30/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cf713fe9a71ef6fd5adf7a79670135081cd4431c2943864757f0fa3a65b1fafd", size = 150957 },
|
75
|
+
{ url = "https://files.pythonhosted.org/packages/0d/c8/8174d0e5c10ccebdcb1b53cc959591c4c722a3ad92461a273e86b9f5a302/charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a370b3e078e418187da8c3674eddb9d983ec09445c99a3a263c2011993522981", size = 145408 },
|
76
|
+
{ url = "https://files.pythonhosted.org/packages/58/aa/8904b84bc8084ac19dc52feb4f5952c6df03ffb460a887b42615ee1382e8/charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a955b438e62efdf7e0b7b52a64dc5c3396e2634baa62471768a64bc2adb73d5c", size = 153399 },
|
77
|
+
{ url = "https://files.pythonhosted.org/packages/c2/26/89ee1f0e264d201cb65cf054aca6038c03b1a0c6b4ae998070392a3ce605/charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:7222ffd5e4de8e57e03ce2cef95a4c43c98fcb72ad86909abdfc2c17d227fc1b", size = 156815 },
|
78
|
+
{ url = "https://files.pythonhosted.org/packages/fd/07/68e95b4b345bad3dbbd3a8681737b4338ff2c9df29856a6d6d23ac4c73cb/charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:bee093bf902e1d8fc0ac143c88902c3dfc8941f7ea1d6a8dd2bcb786d33db03d", size = 154537 },
|
79
|
+
{ url = "https://files.pythonhosted.org/packages/77/1a/5eefc0ce04affb98af07bc05f3bac9094513c0e23b0562d64af46a06aae4/charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:dedb8adb91d11846ee08bec4c8236c8549ac721c245678282dcb06b221aab59f", size = 149565 },
|
80
|
+
{ url = "https://files.pythonhosted.org/packages/37/a0/2410e5e6032a174c95e0806b1a6585eb21e12f445ebe239fac441995226a/charset_normalizer-3.4.2-cp312-cp312-win32.whl", hash = "sha256:db4c7bf0e07fc3b7d89ac2a5880a6a8062056801b83ff56d8464b70f65482b6c", size = 98357 },
|
81
|
+
{ url = "https://files.pythonhosted.org/packages/6c/4f/c02d5c493967af3eda9c771ad4d2bbc8df6f99ddbeb37ceea6e8716a32bc/charset_normalizer-3.4.2-cp312-cp312-win_amd64.whl", hash = "sha256:5a9979887252a82fefd3d3ed2a8e3b937a7a809f65dcb1e068b090e165bbe99e", size = 105776 },
|
82
|
+
{ url = "https://files.pythonhosted.org/packages/ea/12/a93df3366ed32db1d907d7593a94f1fe6293903e3e92967bebd6950ed12c/charset_normalizer-3.4.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:926ca93accd5d36ccdabd803392ddc3e03e6d4cd1cf17deff3b989ab8e9dbcf0", size = 199622 },
|
83
|
+
{ url = "https://files.pythonhosted.org/packages/04/93/bf204e6f344c39d9937d3c13c8cd5bbfc266472e51fc8c07cb7f64fcd2de/charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eba9904b0f38a143592d9fc0e19e2df0fa2e41c3c3745554761c5f6447eedabf", size = 143435 },
|
84
|
+
{ url = "https://files.pythonhosted.org/packages/22/2a/ea8a2095b0bafa6c5b5a55ffdc2f924455233ee7b91c69b7edfcc9e02284/charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3fddb7e2c84ac87ac3a947cb4e66d143ca5863ef48e4a5ecb83bd48619e4634e", size = 153653 },
|
85
|
+
{ url = "https://files.pythonhosted.org/packages/b6/57/1b090ff183d13cef485dfbe272e2fe57622a76694061353c59da52c9a659/charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:98f862da73774290f251b9df8d11161b6cf25b599a66baf087c1ffe340e9bfd1", size = 146231 },
|
86
|
+
{ url = "https://files.pythonhosted.org/packages/e2/28/ffc026b26f441fc67bd21ab7f03b313ab3fe46714a14b516f931abe1a2d8/charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c9379d65defcab82d07b2a9dfbfc2e95bc8fe0ebb1b176a3190230a3ef0e07c", size = 148243 },
|
87
|
+
{ url = "https://files.pythonhosted.org/packages/c0/0f/9abe9bd191629c33e69e47c6ef45ef99773320e9ad8e9cb08b8ab4a8d4cb/charset_normalizer-3.4.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e635b87f01ebc977342e2697d05b56632f5f879a4f15955dfe8cef2448b51691", size = 150442 },
|
88
|
+
{ url = "https://files.pythonhosted.org/packages/67/7c/a123bbcedca91d5916c056407f89a7f5e8fdfce12ba825d7d6b9954a1a3c/charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:1c95a1e2902a8b722868587c0e1184ad5c55631de5afc0eb96bc4b0d738092c0", size = 145147 },
|
89
|
+
{ url = "https://files.pythonhosted.org/packages/ec/fe/1ac556fa4899d967b83e9893788e86b6af4d83e4726511eaaad035e36595/charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ef8de666d6179b009dce7bcb2ad4c4a779f113f12caf8dc77f0162c29d20490b", size = 153057 },
|
90
|
+
{ url = "https://files.pythonhosted.org/packages/2b/ff/acfc0b0a70b19e3e54febdd5301a98b72fa07635e56f24f60502e954c461/charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:32fc0341d72e0f73f80acb0a2c94216bd704f4f0bce10aedea38f30502b271ff", size = 156454 },
|
91
|
+
{ url = "https://files.pythonhosted.org/packages/92/08/95b458ce9c740d0645feb0e96cea1f5ec946ea9c580a94adfe0b617f3573/charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:289200a18fa698949d2b39c671c2cc7a24d44096784e76614899a7ccf2574b7b", size = 154174 },
|
92
|
+
{ url = "https://files.pythonhosted.org/packages/78/be/8392efc43487ac051eee6c36d5fbd63032d78f7728cb37aebcc98191f1ff/charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4a476b06fbcf359ad25d34a057b7219281286ae2477cc5ff5e3f70a246971148", size = 149166 },
|
93
|
+
{ url = "https://files.pythonhosted.org/packages/44/96/392abd49b094d30b91d9fbda6a69519e95802250b777841cf3bda8fe136c/charset_normalizer-3.4.2-cp313-cp313-win32.whl", hash = "sha256:aaeeb6a479c7667fbe1099af9617c83aaca22182d6cf8c53966491a0f1b7ffb7", size = 98064 },
|
94
|
+
{ url = "https://files.pythonhosted.org/packages/e9/b0/0200da600134e001d91851ddc797809e2fe0ea72de90e09bec5a2fbdaccb/charset_normalizer-3.4.2-cp313-cp313-win_amd64.whl", hash = "sha256:aa6af9e7d59f9c12b33ae4e9450619cf2488e2bbe9b44030905877f0b2324980", size = 105641 },
|
95
|
+
{ url = "https://files.pythonhosted.org/packages/20/94/c5790835a017658cbfabd07f3bfb549140c3ac458cfc196323996b10095a/charset_normalizer-3.4.2-py3-none-any.whl", hash = "sha256:7f56930ab0abd1c45cd15be65cc741c28b1c9a34876ce8c17a2fa107810c0af0", size = 52626 },
|
35
96
|
]
|
36
97
|
|
37
98
|
[[package]]
|
38
99
|
name = "click"
|
39
|
-
version = "8.1
|
100
|
+
version = "8.2.1"
|
40
101
|
source = { registry = "https://pypi.org/simple" }
|
41
102
|
dependencies = [
|
42
103
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
43
104
|
]
|
44
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
105
|
+
sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202", size = 286342 }
|
45
106
|
wheels = [
|
46
|
-
{ url = "https://files.pythonhosted.org/packages/
|
107
|
+
{ url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b", size = 102215 },
|
47
108
|
]
|
48
109
|
|
49
110
|
[[package]]
|
@@ -56,49 +117,34 @@ wheels = [
|
|
56
117
|
]
|
57
118
|
|
58
119
|
[[package]]
|
59
|
-
name = "
|
60
|
-
version = "
|
120
|
+
name = "h11"
|
121
|
+
version = "0.16.0"
|
61
122
|
source = { registry = "https://pypi.org/simple" }
|
62
|
-
|
63
|
-
{ name = "smmap" },
|
64
|
-
]
|
65
|
-
sdist = { url = "https://files.pythonhosted.org/packages/72/94/63b0fc47eb32792c7ba1fe1b694daec9a63620db1e313033d18140c2320a/gitdb-4.0.12.tar.gz", hash = "sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571", size = 394684 }
|
123
|
+
sdist = { url = "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1", size = 101250 }
|
66
124
|
wheels = [
|
67
|
-
{ url = "https://files.pythonhosted.org/packages/
|
125
|
+
{ url = "https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86", size = 37515 },
|
68
126
|
]
|
69
127
|
|
70
128
|
[[package]]
|
71
|
-
name = "
|
72
|
-
version = "
|
129
|
+
name = "html2text"
|
130
|
+
version = "2025.4.15"
|
73
131
|
source = { registry = "https://pypi.org/simple" }
|
74
|
-
|
75
|
-
{ name = "gitdb" },
|
76
|
-
]
|
77
|
-
sdist = { url = "https://files.pythonhosted.org/packages/c0/89/37df0b71473153574a5cdef8f242de422a0f5d26d7a9e231e6f169b4ad14/gitpython-3.1.44.tar.gz", hash = "sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269", size = 214196 }
|
132
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f8/27/e158d86ba1e82967cc2f790b0cb02030d4a8bef58e0c79a8590e9678107f/html2text-2025.4.15.tar.gz", hash = "sha256:948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588", size = 64316 }
|
78
133
|
wheels = [
|
79
|
-
{ url = "https://files.pythonhosted.org/packages/1d/
|
80
|
-
]
|
81
|
-
|
82
|
-
[[package]]
|
83
|
-
name = "h11"
|
84
|
-
version = "0.14.0"
|
85
|
-
source = { registry = "https://pypi.org/simple" }
|
86
|
-
sdist = { url = "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", size = 100418 }
|
87
|
-
wheels = [
|
88
|
-
{ url = "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", size = 58259 },
|
134
|
+
{ url = "https://files.pythonhosted.org/packages/1d/84/1a0f9555fd5f2b1c924ff932d99b40a0f8a6b12f6dd625e2a47f415b00ea/html2text-2025.4.15-py3-none-any.whl", hash = "sha256:00569167ffdab3d7767a4cdf589b7f57e777a5ed28d12907d8c58769ec734acc", size = 34656 },
|
89
135
|
]
|
90
136
|
|
91
137
|
[[package]]
|
92
138
|
name = "httpcore"
|
93
|
-
version = "1.0.
|
139
|
+
version = "1.0.9"
|
94
140
|
source = { registry = "https://pypi.org/simple" }
|
95
141
|
dependencies = [
|
96
142
|
{ name = "certifi" },
|
97
143
|
{ name = "h11" },
|
98
144
|
]
|
99
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
145
|
+
sdist = { url = "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8", size = 85484 }
|
100
146
|
wheels = [
|
101
|
-
{ url = "https://files.pythonhosted.org/packages/
|
147
|
+
{ url = "https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55", size = 78784 },
|
102
148
|
]
|
103
149
|
|
104
150
|
[[package]]
|
@@ -136,7 +182,7 @@ wheels = [
|
|
136
182
|
|
137
183
|
[[package]]
|
138
184
|
name = "mcp"
|
139
|
-
version = "1.
|
185
|
+
version = "1.9.2"
|
140
186
|
source = { registry = "https://pypi.org/simple" }
|
141
187
|
dependencies = [
|
142
188
|
{ name = "anyio" },
|
@@ -144,13 +190,14 @@ dependencies = [
|
|
144
190
|
{ name = "httpx-sse" },
|
145
191
|
{ name = "pydantic" },
|
146
192
|
{ name = "pydantic-settings" },
|
193
|
+
{ name = "python-multipart" },
|
147
194
|
{ name = "sse-starlette" },
|
148
195
|
{ name = "starlette" },
|
149
|
-
{ name = "uvicorn" },
|
196
|
+
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
150
197
|
]
|
151
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
198
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ea/03/77c49cce3ace96e6787af624611b627b2828f0dca0f8df6f330a10eea51e/mcp-1.9.2.tar.gz", hash = "sha256:3c7651c053d635fd235990a12e84509fe32780cd359a5bbef352e20d4d963c05", size = 333066 }
|
152
199
|
wheels = [
|
153
|
-
{ url = "https://files.pythonhosted.org/packages/
|
200
|
+
{ url = "https://files.pythonhosted.org/packages/5d/a6/8f5ee9da9f67c0fd8933f63d6105f02eabdac8a8c0926728368ffbb6744d/mcp-1.9.2-py3-none-any.whl", hash = "sha256:bc29f7fd67d157fef378f89a4210384f5fecf1168d0feb12d22929818723f978", size = 131083 },
|
154
201
|
]
|
155
202
|
|
156
203
|
[[package]]
|
@@ -238,82 +285,96 @@ wheels = [
|
|
238
285
|
|
239
286
|
[[package]]
|
240
287
|
name = "pydantic"
|
241
|
-
version = "2.
|
288
|
+
version = "2.11.5"
|
242
289
|
source = { registry = "https://pypi.org/simple" }
|
243
290
|
dependencies = [
|
244
291
|
{ name = "annotated-types" },
|
245
292
|
{ name = "pydantic-core" },
|
246
293
|
{ name = "typing-extensions" },
|
294
|
+
{ name = "typing-inspection" },
|
247
295
|
]
|
248
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
296
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz", hash = "sha256:7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a", size = 787102 }
|
249
297
|
wheels = [
|
250
|
-
{ url = "https://files.pythonhosted.org/packages/
|
298
|
+
{ url = "https://files.pythonhosted.org/packages/b5/69/831ed22b38ff9b4b64b66569f0e5b7b97cf3638346eb95a2147fdb49ad5f/pydantic-2.11.5-py3-none-any.whl", hash = "sha256:f9c26ba06f9747749ca1e5c94d6a85cb84254577553c8785576fd38fa64dc0f7", size = 444229 },
|
251
299
|
]
|
252
300
|
|
253
301
|
[[package]]
|
254
302
|
name = "pydantic-core"
|
255
|
-
version = "2.
|
303
|
+
version = "2.33.2"
|
256
304
|
source = { registry = "https://pypi.org/simple" }
|
257
305
|
dependencies = [
|
258
306
|
{ name = "typing-extensions" },
|
259
307
|
]
|
260
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
261
|
-
wheels = [
|
262
|
-
{ url = "https://files.pythonhosted.org/packages/
|
263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
264
|
-
{ url = "https://files.pythonhosted.org/packages/
|
265
|
-
{ url = "https://files.pythonhosted.org/packages/
|
266
|
-
{ url = "https://files.pythonhosted.org/packages/
|
267
|
-
{ url = "https://files.pythonhosted.org/packages/
|
268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
271
|
-
{ url = "https://files.pythonhosted.org/packages/
|
272
|
-
{ url = "https://files.pythonhosted.org/packages/
|
273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
274
|
-
{ url = "https://files.pythonhosted.org/packages/
|
275
|
-
{ url = "https://files.pythonhosted.org/packages/
|
276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
277
|
-
{ url = "https://files.pythonhosted.org/packages/
|
278
|
-
{ url = "https://files.pythonhosted.org/packages/
|
279
|
-
{ url = "https://files.pythonhosted.org/packages/
|
280
|
-
{ url = "https://files.pythonhosted.org/packages/
|
281
|
-
{ url = "https://files.pythonhosted.org/packages/
|
282
|
-
{ url = "https://files.pythonhosted.org/packages/
|
283
|
-
{ url = "https://files.pythonhosted.org/packages/
|
284
|
-
{ url = "https://files.pythonhosted.org/packages/
|
285
|
-
{ url = "https://files.pythonhosted.org/packages/
|
286
|
-
{ url = "https://files.pythonhosted.org/packages/
|
287
|
-
{ url = "https://files.pythonhosted.org/packages/
|
288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
298
|
-
{ url = "https://files.pythonhosted.org/packages/
|
299
|
-
{ url = "https://files.pythonhosted.org/packages/
|
300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
301
|
-
{ url = "https://files.pythonhosted.org/packages/
|
302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
308
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz", hash = "sha256:7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc", size = 435195 }
|
309
|
+
wheels = [
|
310
|
+
{ url = "https://files.pythonhosted.org/packages/3f/8d/71db63483d518cbbf290261a1fc2839d17ff89fce7089e08cad07ccfce67/pydantic_core-2.33.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:4c5b0a576fb381edd6d27f0a85915c6daf2f8138dc5c267a57c08a62900758c7", size = 2028584 },
|
311
|
+
{ url = "https://files.pythonhosted.org/packages/24/2f/3cfa7244ae292dd850989f328722d2aef313f74ffc471184dc509e1e4e5a/pydantic_core-2.33.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e799c050df38a639db758c617ec771fd8fb7a5f8eaaa4b27b101f266b216a246", size = 1855071 },
|
312
|
+
{ url = "https://files.pythonhosted.org/packages/b3/d3/4ae42d33f5e3f50dd467761304be2fa0a9417fbf09735bc2cce003480f2a/pydantic_core-2.33.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dc46a01bf8d62f227d5ecee74178ffc448ff4e5197c756331f71efcc66dc980f", size = 1897823 },
|
313
|
+
{ url = "https://files.pythonhosted.org/packages/f4/f3/aa5976e8352b7695ff808599794b1fba2a9ae2ee954a3426855935799488/pydantic_core-2.33.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a144d4f717285c6d9234a66778059f33a89096dfb9b39117663fd8413d582dcc", size = 1983792 },
|
314
|
+
{ url = "https://files.pythonhosted.org/packages/d5/7a/cda9b5a23c552037717f2b2a5257e9b2bfe45e687386df9591eff7b46d28/pydantic_core-2.33.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:73cf6373c21bc80b2e0dc88444f41ae60b2f070ed02095754eb5a01df12256de", size = 2136338 },
|
315
|
+
{ url = "https://files.pythonhosted.org/packages/2b/9f/b8f9ec8dd1417eb9da784e91e1667d58a2a4a7b7b34cf4af765ef663a7e5/pydantic_core-2.33.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3dc625f4aa79713512d1976fe9f0bc99f706a9dee21dfd1810b4bbbf228d0e8a", size = 2730998 },
|
316
|
+
{ url = "https://files.pythonhosted.org/packages/47/bc/cd720e078576bdb8255d5032c5d63ee5c0bf4b7173dd955185a1d658c456/pydantic_core-2.33.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:881b21b5549499972441da4758d662aeea93f1923f953e9cbaff14b8b9565aef", size = 2003200 },
|
317
|
+
{ url = "https://files.pythonhosted.org/packages/ca/22/3602b895ee2cd29d11a2b349372446ae9727c32e78a94b3d588a40fdf187/pydantic_core-2.33.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bdc25f3681f7b78572699569514036afe3c243bc3059d3942624e936ec93450e", size = 2113890 },
|
318
|
+
{ url = "https://files.pythonhosted.org/packages/ff/e6/e3c5908c03cf00d629eb38393a98fccc38ee0ce8ecce32f69fc7d7b558a7/pydantic_core-2.33.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:fe5b32187cbc0c862ee201ad66c30cf218e5ed468ec8dc1cf49dec66e160cc4d", size = 2073359 },
|
319
|
+
{ url = "https://files.pythonhosted.org/packages/12/e7/6a36a07c59ebefc8777d1ffdaf5ae71b06b21952582e4b07eba88a421c79/pydantic_core-2.33.2-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:bc7aee6f634a6f4a95676fcb5d6559a2c2a390330098dba5e5a5f28a2e4ada30", size = 2245883 },
|
320
|
+
{ url = "https://files.pythonhosted.org/packages/16/3f/59b3187aaa6cc0c1e6616e8045b284de2b6a87b027cce2ffcea073adf1d2/pydantic_core-2.33.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:235f45e5dbcccf6bd99f9f472858849f73d11120d76ea8707115415f8e5ebebf", size = 2241074 },
|
321
|
+
{ url = "https://files.pythonhosted.org/packages/e0/ed/55532bb88f674d5d8f67ab121a2a13c385df382de2a1677f30ad385f7438/pydantic_core-2.33.2-cp311-cp311-win32.whl", hash = "sha256:6368900c2d3ef09b69cb0b913f9f8263b03786e5b2a387706c5afb66800efd51", size = 1910538 },
|
322
|
+
{ url = "https://files.pythonhosted.org/packages/fe/1b/25b7cccd4519c0b23c2dd636ad39d381abf113085ce4f7bec2b0dc755eb1/pydantic_core-2.33.2-cp311-cp311-win_amd64.whl", hash = "sha256:1e063337ef9e9820c77acc768546325ebe04ee38b08703244c1309cccc4f1bab", size = 1952909 },
|
323
|
+
{ url = "https://files.pythonhosted.org/packages/49/a9/d809358e49126438055884c4366a1f6227f0f84f635a9014e2deb9b9de54/pydantic_core-2.33.2-cp311-cp311-win_arm64.whl", hash = "sha256:6b99022f1d19bc32a4c2a0d544fc9a76e3be90f0b3f4af413f87d38749300e65", size = 1897786 },
|
324
|
+
{ url = "https://files.pythonhosted.org/packages/18/8a/2b41c97f554ec8c71f2a8a5f85cb56a8b0956addfe8b0efb5b3d77e8bdc3/pydantic_core-2.33.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:a7ec89dc587667f22b6a0b6579c249fca9026ce7c333fc142ba42411fa243cdc", size = 2009000 },
|
325
|
+
{ url = "https://files.pythonhosted.org/packages/a1/02/6224312aacb3c8ecbaa959897af57181fb6cf3a3d7917fd44d0f2917e6f2/pydantic_core-2.33.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3c6db6e52c6d70aa0d00d45cdb9b40f0433b96380071ea80b09277dba021ddf7", size = 1847996 },
|
326
|
+
{ url = "https://files.pythonhosted.org/packages/d6/46/6dcdf084a523dbe0a0be59d054734b86a981726f221f4562aed313dbcb49/pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e61206137cbc65e6d5256e1166f88331d3b6238e082d9f74613b9b765fb9025", size = 1880957 },
|
327
|
+
{ url = "https://files.pythonhosted.org/packages/ec/6b/1ec2c03837ac00886ba8160ce041ce4e325b41d06a034adbef11339ae422/pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:eb8c529b2819c37140eb51b914153063d27ed88e3bdc31b71198a198e921e011", size = 1964199 },
|
328
|
+
{ url = "https://files.pythonhosted.org/packages/2d/1d/6bf34d6adb9debd9136bd197ca72642203ce9aaaa85cfcbfcf20f9696e83/pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c52b02ad8b4e2cf14ca7b3d918f3eb0ee91e63b3167c32591e57c4317e134f8f", size = 2120296 },
|
329
|
+
{ url = "https://files.pythonhosted.org/packages/e0/94/2bd0aaf5a591e974b32a9f7123f16637776c304471a0ab33cf263cf5591a/pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:96081f1605125ba0855dfda83f6f3df5ec90c61195421ba72223de35ccfb2f88", size = 2676109 },
|
330
|
+
{ url = "https://files.pythonhosted.org/packages/f9/41/4b043778cf9c4285d59742281a769eac371b9e47e35f98ad321349cc5d61/pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f57a69461af2a5fa6e6bbd7a5f60d3b7e6cebb687f55106933188e79ad155c1", size = 2002028 },
|
331
|
+
{ url = "https://files.pythonhosted.org/packages/cb/d5/7bb781bf2748ce3d03af04d5c969fa1308880e1dca35a9bd94e1a96a922e/pydantic_core-2.33.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:572c7e6c8bb4774d2ac88929e3d1f12bc45714ae5ee6d9a788a9fb35e60bb04b", size = 2100044 },
|
332
|
+
{ url = "https://files.pythonhosted.org/packages/fe/36/def5e53e1eb0ad896785702a5bbfd25eed546cdcf4087ad285021a90ed53/pydantic_core-2.33.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:db4b41f9bd95fbe5acd76d89920336ba96f03e149097365afe1cb092fceb89a1", size = 2058881 },
|
333
|
+
{ url = "https://files.pythonhosted.org/packages/01/6c/57f8d70b2ee57fc3dc8b9610315949837fa8c11d86927b9bb044f8705419/pydantic_core-2.33.2-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:fa854f5cf7e33842a892e5c73f45327760bc7bc516339fda888c75ae60edaeb6", size = 2227034 },
|
334
|
+
{ url = "https://files.pythonhosted.org/packages/27/b9/9c17f0396a82b3d5cbea4c24d742083422639e7bb1d5bf600e12cb176a13/pydantic_core-2.33.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5f483cfb75ff703095c59e365360cb73e00185e01aaea067cd19acffd2ab20ea", size = 2234187 },
|
335
|
+
{ url = "https://files.pythonhosted.org/packages/b0/6a/adf5734ffd52bf86d865093ad70b2ce543415e0e356f6cacabbc0d9ad910/pydantic_core-2.33.2-cp312-cp312-win32.whl", hash = "sha256:9cb1da0f5a471435a7bc7e439b8a728e8b61e59784b2af70d7c169f8dd8ae290", size = 1892628 },
|
336
|
+
{ url = "https://files.pythonhosted.org/packages/43/e4/5479fecb3606c1368d496a825d8411e126133c41224c1e7238be58b87d7e/pydantic_core-2.33.2-cp312-cp312-win_amd64.whl", hash = "sha256:f941635f2a3d96b2973e867144fde513665c87f13fe0e193c158ac51bfaaa7b2", size = 1955866 },
|
337
|
+
{ url = "https://files.pythonhosted.org/packages/0d/24/8b11e8b3e2be9dd82df4b11408a67c61bb4dc4f8e11b5b0fc888b38118b5/pydantic_core-2.33.2-cp312-cp312-win_arm64.whl", hash = "sha256:cca3868ddfaccfbc4bfb1d608e2ccaaebe0ae628e1416aeb9c4d88c001bb45ab", size = 1888894 },
|
338
|
+
{ url = "https://files.pythonhosted.org/packages/46/8c/99040727b41f56616573a28771b1bfa08a3d3fe74d3d513f01251f79f172/pydantic_core-2.33.2-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:1082dd3e2d7109ad8b7da48e1d4710c8d06c253cbc4a27c1cff4fbcaa97a9e3f", size = 2015688 },
|
339
|
+
{ url = "https://files.pythonhosted.org/packages/3a/cc/5999d1eb705a6cefc31f0b4a90e9f7fc400539b1a1030529700cc1b51838/pydantic_core-2.33.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f517ca031dfc037a9c07e748cefd8d96235088b83b4f4ba8939105d20fa1dcd6", size = 1844808 },
|
340
|
+
{ url = "https://files.pythonhosted.org/packages/6f/5e/a0a7b8885c98889a18b6e376f344da1ef323d270b44edf8174d6bce4d622/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a9f2c9dd19656823cb8250b0724ee9c60a82f3cdf68a080979d13092a3b0fef", size = 1885580 },
|
341
|
+
{ url = "https://files.pythonhosted.org/packages/3b/2a/953581f343c7d11a304581156618c3f592435523dd9d79865903272c256a/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2b0a451c263b01acebe51895bfb0e1cc842a5c666efe06cdf13846c7418caa9a", size = 1973859 },
|
342
|
+
{ url = "https://files.pythonhosted.org/packages/e6/55/f1a813904771c03a3f97f676c62cca0c0a4138654107c1b61f19c644868b/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ea40a64d23faa25e62a70ad163571c0b342b8bf66d5fa612ac0dec4f069d916", size = 2120810 },
|
343
|
+
{ url = "https://files.pythonhosted.org/packages/aa/c3/053389835a996e18853ba107a63caae0b9deb4a276c6b472931ea9ae6e48/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0fb2d542b4d66f9470e8065c5469ec676978d625a8b7a363f07d9a501a9cb36a", size = 2676498 },
|
344
|
+
{ url = "https://files.pythonhosted.org/packages/eb/3c/f4abd740877a35abade05e437245b192f9d0ffb48bbbbd708df33d3cda37/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9fdac5d6ffa1b5a83bca06ffe7583f5576555e6c8b3a91fbd25ea7780f825f7d", size = 2000611 },
|
345
|
+
{ url = "https://files.pythonhosted.org/packages/59/a7/63ef2fed1837d1121a894d0ce88439fe3e3b3e48c7543b2a4479eb99c2bd/pydantic_core-2.33.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:04a1a413977ab517154eebb2d326da71638271477d6ad87a769102f7c2488c56", size = 2107924 },
|
346
|
+
{ url = "https://files.pythonhosted.org/packages/04/8f/2551964ef045669801675f1cfc3b0d74147f4901c3ffa42be2ddb1f0efc4/pydantic_core-2.33.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:c8e7af2f4e0194c22b5b37205bfb293d166a7344a5b0d0eaccebc376546d77d5", size = 2063196 },
|
347
|
+
{ url = "https://files.pythonhosted.org/packages/26/bd/d9602777e77fc6dbb0c7db9ad356e9a985825547dce5ad1d30ee04903918/pydantic_core-2.33.2-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:5c92edd15cd58b3c2d34873597a1e20f13094f59cf88068adb18947df5455b4e", size = 2236389 },
|
348
|
+
{ url = "https://files.pythonhosted.org/packages/42/db/0e950daa7e2230423ab342ae918a794964b053bec24ba8af013fc7c94846/pydantic_core-2.33.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:65132b7b4a1c0beded5e057324b7e16e10910c106d43675d9bd87d4f38dde162", size = 2239223 },
|
349
|
+
{ url = "https://files.pythonhosted.org/packages/58/4d/4f937099c545a8a17eb52cb67fe0447fd9a373b348ccfa9a87f141eeb00f/pydantic_core-2.33.2-cp313-cp313-win32.whl", hash = "sha256:52fb90784e0a242bb96ec53f42196a17278855b0f31ac7c3cc6f5c1ec4811849", size = 1900473 },
|
350
|
+
{ url = "https://files.pythonhosted.org/packages/a0/75/4a0a9bac998d78d889def5e4ef2b065acba8cae8c93696906c3a91f310ca/pydantic_core-2.33.2-cp313-cp313-win_amd64.whl", hash = "sha256:c083a3bdd5a93dfe480f1125926afcdbf2917ae714bdb80b36d34318b2bec5d9", size = 1955269 },
|
351
|
+
{ url = "https://files.pythonhosted.org/packages/f9/86/1beda0576969592f1497b4ce8e7bc8cbdf614c352426271b1b10d5f0aa64/pydantic_core-2.33.2-cp313-cp313-win_arm64.whl", hash = "sha256:e80b087132752f6b3d714f041ccf74403799d3b23a72722ea2e6ba2e892555b9", size = 1893921 },
|
352
|
+
{ url = "https://files.pythonhosted.org/packages/a4/7d/e09391c2eebeab681df2b74bfe6c43422fffede8dc74187b2b0bf6fd7571/pydantic_core-2.33.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:61c18fba8e5e9db3ab908620af374db0ac1baa69f0f32df4f61ae23f15e586ac", size = 1806162 },
|
353
|
+
{ url = "https://files.pythonhosted.org/packages/f1/3d/847b6b1fed9f8ed3bb95a9ad04fbd0b212e832d4f0f50ff4d9ee5a9f15cf/pydantic_core-2.33.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:95237e53bb015f67b63c91af7518a62a8660376a6a0db19b89acc77a4d6199f5", size = 1981560 },
|
354
|
+
{ url = "https://files.pythonhosted.org/packages/6f/9a/e73262f6c6656262b5fdd723ad90f518f579b7bc8622e43a942eec53c938/pydantic_core-2.33.2-cp313-cp313t-win_amd64.whl", hash = "sha256:c2fc0a768ef76c15ab9238afa6da7f69895bb5d1ee83aeea2e3509af4472d0b9", size = 1935777 },
|
355
|
+
{ url = "https://files.pythonhosted.org/packages/7b/27/d4ae6487d73948d6f20dddcd94be4ea43e74349b56eba82e9bdee2d7494c/pydantic_core-2.33.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:dd14041875d09cc0f9308e37a6f8b65f5585cf2598a53aa0123df8b129d481f8", size = 2025200 },
|
356
|
+
{ url = "https://files.pythonhosted.org/packages/f1/b8/b3cb95375f05d33801024079b9392a5ab45267a63400bf1866e7ce0f0de4/pydantic_core-2.33.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:d87c561733f66531dced0da6e864f44ebf89a8fba55f31407b00c2f7f9449593", size = 1859123 },
|
357
|
+
{ url = "https://files.pythonhosted.org/packages/05/bc/0d0b5adeda59a261cd30a1235a445bf55c7e46ae44aea28f7bd6ed46e091/pydantic_core-2.33.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2f82865531efd18d6e07a04a17331af02cb7a651583c418df8266f17a63c6612", size = 1892852 },
|
358
|
+
{ url = "https://files.pythonhosted.org/packages/3e/11/d37bdebbda2e449cb3f519f6ce950927b56d62f0b84fd9cb9e372a26a3d5/pydantic_core-2.33.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2bfb5112df54209d820d7bf9317c7a6c9025ea52e49f46b6a2060104bba37de7", size = 2067484 },
|
359
|
+
{ url = "https://files.pythonhosted.org/packages/8c/55/1f95f0a05ce72ecb02a8a8a1c3be0579bbc29b1d5ab68f1378b7bebc5057/pydantic_core-2.33.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:64632ff9d614e5eecfb495796ad51b0ed98c453e447a76bcbeeb69615079fc7e", size = 2108896 },
|
360
|
+
{ url = "https://files.pythonhosted.org/packages/53/89/2b2de6c81fa131f423246a9109d7b2a375e83968ad0800d6e57d0574629b/pydantic_core-2.33.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:f889f7a40498cc077332c7ab6b4608d296d852182211787d4f3ee377aaae66e8", size = 2069475 },
|
361
|
+
{ url = "https://files.pythonhosted.org/packages/b8/e9/1f7efbe20d0b2b10f6718944b5d8ece9152390904f29a78e68d4e7961159/pydantic_core-2.33.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:de4b83bb311557e439b9e186f733f6c645b9417c84e2eb8203f3f820a4b988bf", size = 2239013 },
|
362
|
+
{ url = "https://files.pythonhosted.org/packages/3c/b2/5309c905a93811524a49b4e031e9851a6b00ff0fb668794472ea7746b448/pydantic_core-2.33.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:82f68293f055f51b51ea42fafc74b6aad03e70e191799430b90c13d643059ebb", size = 2238715 },
|
363
|
+
{ url = "https://files.pythonhosted.org/packages/32/56/8a7ca5d2cd2cda1d245d34b1c9a942920a718082ae8e54e5f3e5a58b7add/pydantic_core-2.33.2-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:329467cecfb529c925cf2bbd4d60d2c509bc2fb52a20c1045bf09bb70971a9c1", size = 2066757 },
|
304
364
|
]
|
305
365
|
|
306
366
|
[[package]]
|
307
367
|
name = "pydantic-settings"
|
308
|
-
version = "2.
|
368
|
+
version = "2.9.1"
|
309
369
|
source = { registry = "https://pypi.org/simple" }
|
310
370
|
dependencies = [
|
311
371
|
{ name = "pydantic" },
|
312
372
|
{ name = "python-dotenv" },
|
373
|
+
{ name = "typing-inspection" },
|
313
374
|
]
|
314
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
375
|
+
sdist = { url = "https://files.pythonhosted.org/packages/67/1d/42628a2c33e93f8e9acbde0d5d735fa0850f3e6a2f8cb1eb6c40b9a732ac/pydantic_settings-2.9.1.tar.gz", hash = "sha256:c509bf79d27563add44e8446233359004ed85066cd096d8b510f715e6ef5d268", size = 163234 }
|
315
376
|
wheels = [
|
316
|
-
{ url = "https://files.pythonhosted.org/packages/
|
377
|
+
{ url = "https://files.pythonhosted.org/packages/b6/5f/d6d641b490fd3ec2c4c13b4244d68deea3a1b970a97be64f34fb5504ff72/pydantic_settings-2.9.1-py3-none-any.whl", hash = "sha256:59b4f431b1defb26fe620c71a7d3968a710d719f5f4cdbbdb7926edeb770f6ef", size = 44356 },
|
317
378
|
]
|
318
379
|
|
319
380
|
[[package]]
|
@@ -383,18 +444,42 @@ wheels = [
|
|
383
444
|
{ url = "https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d", size = 20256 },
|
384
445
|
]
|
385
446
|
|
447
|
+
[[package]]
|
448
|
+
name = "python-multipart"
|
449
|
+
version = "0.0.20"
|
450
|
+
source = { registry = "https://pypi.org/simple" }
|
451
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f3/87/f44d7c9f274c7ee665a29b885ec97089ec5dc034c7f3fafa03da9e39a09e/python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13", size = 37158 }
|
452
|
+
wheels = [
|
453
|
+
{ url = "https://files.pythonhosted.org/packages/45/58/38b5afbc1a800eeea951b9285d3912613f2603bdf897a4ab0f4bd7f405fc/python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104", size = 24546 },
|
454
|
+
]
|
455
|
+
|
456
|
+
[[package]]
|
457
|
+
name = "requests"
|
458
|
+
version = "2.32.3"
|
459
|
+
source = { registry = "https://pypi.org/simple" }
|
460
|
+
dependencies = [
|
461
|
+
{ name = "certifi" },
|
462
|
+
{ name = "charset-normalizer" },
|
463
|
+
{ name = "idna" },
|
464
|
+
{ name = "urllib3" },
|
465
|
+
]
|
466
|
+
sdist = { url = "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", size = 131218 }
|
467
|
+
wheels = [
|
468
|
+
{ url = "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928 },
|
469
|
+
]
|
470
|
+
|
386
471
|
[[package]]
|
387
472
|
name = "skydeckai-code"
|
388
|
-
version = "0.1.
|
473
|
+
version = "0.1.36"
|
389
474
|
source = { editable = "." }
|
390
475
|
dependencies = [
|
391
|
-
{ name = "
|
476
|
+
{ name = "beautifulsoup4" },
|
477
|
+
{ name = "html2text" },
|
392
478
|
{ name = "mcp" },
|
393
479
|
{ name = "mss" },
|
394
480
|
{ name = "pillow" },
|
395
481
|
{ name = "psutil" },
|
396
|
-
{ name = "
|
397
|
-
{ name = "pyobjc-framework-quartz" },
|
482
|
+
{ name = "requests" },
|
398
483
|
{ name = "tree-sitter" },
|
399
484
|
{ name = "tree-sitter-c-sharp" },
|
400
485
|
{ name = "tree-sitter-cpp" },
|
@@ -409,15 +494,25 @@ dependencies = [
|
|
409
494
|
{ name = "tree-sitter-typescript" },
|
410
495
|
]
|
411
496
|
|
497
|
+
[package.optional-dependencies]
|
498
|
+
macos = [
|
499
|
+
{ name = "pyobjc-framework-quartz" },
|
500
|
+
]
|
501
|
+
windows = [
|
502
|
+
{ name = "pygetwindow" },
|
503
|
+
]
|
504
|
+
|
412
505
|
[package.metadata]
|
413
506
|
requires-dist = [
|
414
|
-
{ name = "
|
507
|
+
{ name = "beautifulsoup4", specifier = ">=4.13.3" },
|
508
|
+
{ name = "html2text", specifier = ">=2025.4.15" },
|
415
509
|
{ name = "mcp", specifier = ">=1.6.0" },
|
416
510
|
{ name = "mss", specifier = ">=10.0.0" },
|
417
511
|
{ name = "pillow", specifier = ">=11.1.0" },
|
418
512
|
{ name = "psutil", specifier = ">=7.0.0" },
|
419
|
-
{ name = "pygetwindow", specifier = ">=0.0.9" },
|
420
|
-
{ name = "pyobjc-framework-quartz", specifier = ">=11.0" },
|
513
|
+
{ name = "pygetwindow", marker = "extra == 'windows'", specifier = ">=0.0.9" },
|
514
|
+
{ name = "pyobjc-framework-quartz", marker = "extra == 'macos'", specifier = ">=11.0" },
|
515
|
+
{ name = "requests", specifier = ">=2.32.3" },
|
421
516
|
{ name = "tree-sitter", specifier = ">=0.24.0" },
|
422
517
|
{ name = "tree-sitter-c-sharp", specifier = ">=0.23.1" },
|
423
518
|
{ name = "tree-sitter-cpp", specifier = ">=0.23.4" },
|
@@ -431,48 +526,48 @@ requires-dist = [
|
|
431
526
|
{ name = "tree-sitter-rust", specifier = "==0.23.2" },
|
432
527
|
{ name = "tree-sitter-typescript", specifier = ">=0.23.2" },
|
433
528
|
]
|
529
|
+
provides-extras = ["macos", "windows"]
|
434
530
|
|
435
531
|
[[package]]
|
436
|
-
name = "
|
437
|
-
version = "
|
532
|
+
name = "sniffio"
|
533
|
+
version = "1.3.1"
|
438
534
|
source = { registry = "https://pypi.org/simple" }
|
439
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
535
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372 }
|
440
536
|
wheels = [
|
441
|
-
{ url = "https://files.pythonhosted.org/packages/
|
537
|
+
{ url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235 },
|
442
538
|
]
|
443
539
|
|
444
540
|
[[package]]
|
445
|
-
name = "
|
446
|
-
version = "
|
541
|
+
name = "soupsieve"
|
542
|
+
version = "2.7"
|
447
543
|
source = { registry = "https://pypi.org/simple" }
|
448
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
544
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz", hash = "sha256:ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a", size = 103418 }
|
449
545
|
wheels = [
|
450
|
-
{ url = "https://files.pythonhosted.org/packages/
|
546
|
+
{ url = "https://files.pythonhosted.org/packages/e7/9c/0e6afc12c269578be5c0c1c9f4b49a8d32770a080260c333ac04cc1c832d/soupsieve-2.7-py3-none-any.whl", hash = "sha256:6e60cc5c1ffaf1cebcc12e8188320b72071e922c2e897f737cadce79ad5d30c4", size = 36677 },
|
451
547
|
]
|
452
548
|
|
453
549
|
[[package]]
|
454
550
|
name = "sse-starlette"
|
455
|
-
version = "2.
|
551
|
+
version = "2.3.6"
|
456
552
|
source = { registry = "https://pypi.org/simple" }
|
457
553
|
dependencies = [
|
458
554
|
{ name = "anyio" },
|
459
|
-
{ name = "starlette" },
|
460
555
|
]
|
461
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
556
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8c/f4/989bc70cb8091eda43a9034ef969b25145291f3601703b82766e5172dfed/sse_starlette-2.3.6.tar.gz", hash = "sha256:0382336f7d4ec30160cf9ca0518962905e1b69b72d6c1c995131e0a703b436e3", size = 18284 }
|
462
557
|
wheels = [
|
463
|
-
{ url = "https://files.pythonhosted.org/packages/
|
558
|
+
{ url = "https://files.pythonhosted.org/packages/81/05/78850ac6e79af5b9508f8841b0f26aa9fd329a1ba00bf65453c2d312bcc8/sse_starlette-2.3.6-py3-none-any.whl", hash = "sha256:d49a8285b182f6e2228e2609c350398b2ca2c36216c2675d875f81e93548f760", size = 10606 },
|
464
559
|
]
|
465
560
|
|
466
561
|
[[package]]
|
467
562
|
name = "starlette"
|
468
|
-
version = "0.
|
563
|
+
version = "0.47.0"
|
469
564
|
source = { registry = "https://pypi.org/simple" }
|
470
565
|
dependencies = [
|
471
566
|
{ name = "anyio" },
|
472
567
|
]
|
473
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
568
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8b/d0/0332bd8a25779a0e2082b0e179805ad39afad642938b371ae0882e7f880d/starlette-0.47.0.tar.gz", hash = "sha256:1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af", size = 2582856 }
|
474
569
|
wheels = [
|
475
|
-
{ url = "https://files.pythonhosted.org/packages/
|
570
|
+
{ url = "https://files.pythonhosted.org/packages/e3/81/c60b35fe9674f63b38a8feafc414fca0da378a9dbd5fa1e0b8d23fcc7a9b/starlette-0.47.0-py3-none-any.whl", hash = "sha256:9d052d4933683af40ffd47c7465433570b4949dc937e20ad1d73b34e72f10c37", size = 72796 },
|
476
571
|
]
|
477
572
|
|
478
573
|
[[package]]
|
@@ -671,22 +766,43 @@ wheels = [
|
|
671
766
|
|
672
767
|
[[package]]
|
673
768
|
name = "typing-extensions"
|
674
|
-
version = "4.
|
769
|
+
version = "4.13.2"
|
770
|
+
source = { registry = "https://pypi.org/simple" }
|
771
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef", size = 106967 }
|
772
|
+
wheels = [
|
773
|
+
{ url = "https://files.pythonhosted.org/packages/8b/54/b1ae86c0973cc6f0210b53d508ca3641fb6d0c56823f288d108bc7ab3cc8/typing_extensions-4.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c", size = 45806 },
|
774
|
+
]
|
775
|
+
|
776
|
+
[[package]]
|
777
|
+
name = "typing-inspection"
|
778
|
+
version = "0.4.1"
|
779
|
+
source = { registry = "https://pypi.org/simple" }
|
780
|
+
dependencies = [
|
781
|
+
{ name = "typing-extensions" },
|
782
|
+
]
|
783
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz", hash = "sha256:6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28", size = 75726 }
|
784
|
+
wheels = [
|
785
|
+
{ url = "https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl", hash = "sha256:389055682238f53b04f7badcb49b989835495a96700ced5dab2d8feae4b26f51", size = 14552 },
|
786
|
+
]
|
787
|
+
|
788
|
+
[[package]]
|
789
|
+
name = "urllib3"
|
790
|
+
version = "2.4.0"
|
675
791
|
source = { registry = "https://pypi.org/simple" }
|
676
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
792
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz", hash = "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466", size = 390672 }
|
677
793
|
wheels = [
|
678
|
-
{ url = "https://files.pythonhosted.org/packages/
|
794
|
+
{ url = "https://files.pythonhosted.org/packages/6b/11/cc635220681e93a0183390e26485430ca2c7b5f9d33b15c74c2861cb8091/urllib3-2.4.0-py3-none-any.whl", hash = "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813", size = 128680 },
|
679
795
|
]
|
680
796
|
|
681
797
|
[[package]]
|
682
798
|
name = "uvicorn"
|
683
|
-
version = "0.34.
|
799
|
+
version = "0.34.3"
|
684
800
|
source = { registry = "https://pypi.org/simple" }
|
685
801
|
dependencies = [
|
686
802
|
{ name = "click" },
|
687
803
|
{ name = "h11" },
|
688
804
|
]
|
689
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
805
|
+
sdist = { url = "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz", hash = "sha256:35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a", size = 76631 }
|
690
806
|
wheels = [
|
691
|
-
{ url = "https://files.pythonhosted.org/packages/
|
807
|
+
{ url = "https://files.pythonhosted.org/packages/6d/0d/8adfeaa62945f90d19ddc461c55f4a50c258af7662d34b6a3d5d1f8646f6/uvicorn-0.34.3-py3-none-any.whl", hash = "sha256:16246631db62bdfbf069b0645177d6e8a77ba950cfedbfd093acef9444e4d885", size = 62431 },
|
692
808
|
]
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{skydeckai_code-0.1.36 → skydeckai_code-0.1.38}/src/aidd/tools/get_available_windows_tool.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|