uipath-langchain 0.0.147__tar.gz → 0.0.148__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.
Potentially problematic release.
This version of uipath-langchain might be problematic. Click here for more details.
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/PKG-INFO +2 -2
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/pyproject.toml +2 -2
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_utils/_request_mixin.py +6 -2
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/uv.lock +113 -113
- uipath_langchain-0.0.147/src/uipath_langchain/tools/__init__.py +0 -0
- uipath_langchain-0.0.147/src/uipath_langchain/tools/preconfigured.py +0 -220
- uipath_langchain-0.0.147/tests/tools/__init__.py +0 -1
- uipath_langchain-0.0.147/tests/tools/conftest.py +0 -72
- uipath_langchain-0.0.147/tests/tools/mocks/agent_definition.json +0 -226
- uipath_langchain-0.0.147/tests/tools/test_preconfigured.py +0 -94
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.cursorrules +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.editorconfig +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.gitattributes +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/cd.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/ci.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/commitlint.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/integration_tests.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/lint-custom-version.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/lint.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/publish-dev.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/publish-docs.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/publish-prior-stable-version.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/slack.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/test-custom-version.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.github/workflows/test.yml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.gitignore +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.pre-commit-config.yaml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.python-version +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.vscode/extensions.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/.vscode/settings.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/CONTRIBUTING.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/LICENSE +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/chat_models.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/context_grounding.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/human_in_the_loop.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/quick_start.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/quick_start_images/cloud_env_var_dark.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/quick_start_images/cloud_env_var_light.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/quick_start_images/invoke_output_dark.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/quick_start_images/invoke_output_light.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/click-storage-bucket.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/create-index-1.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/create-index-2.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/create-process.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/create-quiz-generator.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/create-storage-bucket-1.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/create-storage-bucket-2.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/folder-path.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/job-info.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/output.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/process-page.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/researcher-1.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/researcher-2.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/run-process-1.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/run-process-2.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/RAG/storage-bucket-content.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/multi-agent-distributed/coder-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/multi-agent-distributed/coder-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/multi-agent-distributed/planner-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/multi-agent-distributed/planner-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/multi-agent-distributed/researcher-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/multi-agent-distributed/researcher-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/activate-apps.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/activate-deployment.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/copy-folder-path.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/deploy-solution-package-wizard.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/deploy-solution-package.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/monitor-agent.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/navigate-to-solution-folder.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/resume-condition.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/run-agent.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/solution-destination-folder.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/start-job.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/docs/sample_images/ticket-classification/upload-solution-package.png +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/input.example/quiz-generator-debug-input.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/input.example/researcher-debug-input.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/quiz-generator-RAG-agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/researcher-RAG-agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/src/agents/quiz-generator-RAG-agent.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/src/agents/researcher-RAG-agent.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/RAG-quiz-generator/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/calculator-agent/graph.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/calculator-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/calculator-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/calculator-agent/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/calculator-agent/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/chat-agent/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/chat-agent/agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/chat-agent/graph.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/chat-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/chat-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/chat-agent/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/chat-agent/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/company-research-agent/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/company-research-agent/agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/company-research-agent/graph.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/company-research-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/company-research-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/company-research-agent/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/company-research-agent/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/.env.template +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/.python-version +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/.vscode/launch.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/input.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/src/email_organizer/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/src/email_organizer/main.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/src/email_organizer/outlook_client.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/email-organizer-agent/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/hitl-inbox-server/database.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/hitl-inbox-server/main.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/hitl-inbox-server/models.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/hitl-inbox-server/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/hitl-inbox-server/schemas.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/hitl-inbox-server/templates/index.html +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/hitl-inbox-server/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/coder.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/planner.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/researcher.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/coder.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/planner.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/researcher.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-planner-researcher-coder-distributed/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-supervisor-researcher-coder/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-supervisor-researcher-coder/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-supervisor-researcher-coder/agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-supervisor-researcher-coder/graph.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-supervisor-researcher-coder/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-supervisor-researcher-coder/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-supervisor-researcher-coder/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/multi-agent-supervisor-researcher-coder/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/oauth-external-apps-agent/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/oauth-external-apps-agent/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/oauth-external-apps-agent/input.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/oauth-external-apps-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/oauth-external-apps-agent/main.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/oauth-external-apps-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/oauth-external-apps-agent/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/retrieval-chain/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/retrieval-chain/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/retrieval-chain/main.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/retrieval-chain/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/retrieval-chain/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/retrieval-chain/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/src/simple-local-mcp/graph.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/src/simple-local-mcp/math_server.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/src/simple-local-mcp/weather_server.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-local-mcp/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-remote-mcp/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-remote-mcp/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-remote-mcp/agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-remote-mcp/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-remote-mcp/main.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-remote-mcp/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-remote-mcp/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/simple-remote-mcp/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/.env.example +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/README.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/agent.mermaid +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/escalation_app_solution/generic-escalation-app-solution-1.0.0.zip +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/main.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/samples/ticket-classification/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_runtime/_context.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_runtime/_conversation.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_runtime/_exception.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_runtime/_graph_resolver.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_runtime/_input.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_runtime/_output.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_runtime/_runtime.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_templates/langgraph.json.template +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_templates/main.py.template +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_utils/_graph.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/_utils/_schema.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/cli_debug.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/cli_dev.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/cli_eval.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/cli_init.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/cli_new.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_cli/cli_run.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_resources/AGENTS.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_resources/REQUIRED_STRUCTURE.md +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_tracing/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_tracing/_instrument_traceable.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_tracing/_utils.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_utils/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_utils/_settings.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_utils/_sleep_policy.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/agent.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/constants.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/exceptions.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/init_node.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/llm_node.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/router.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/terminate_node.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/tools/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/tools/tools.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/types.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/react/utils.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/tools/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/tools/context_tool.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/tools/process_tool.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/tools/tool_factory.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/tools/tool_node.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/agent/tools/utils.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/chat/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/chat/models.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/embeddings/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/embeddings/embeddings.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/middlewares.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/py.typed +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/retrievers/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/retrievers/context_grounding_retriever.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/runtime_factories.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/vectorstores/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/vectorstores/context_grounding_vectorstore.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/common/trace_assert.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/common/validate_output.sh +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/expected_raw.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/expected_traces.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/input.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/run.sh +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/src/assert.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/src/graph.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/company-research-agent/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/init-flow/expected_traces.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/init-flow/input.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/init-flow/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/init-flow/run.sh +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/init-flow/src/assert.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/expected_traces.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/input.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/run.sh +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/src/assert.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/src/simple-local-mcp/graph.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/src/simple-local-mcp/math_server.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/src/simple-local-mcp/weather_server.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/simple-local-mcp/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/expected_traces.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/input.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/pyproject.toml +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/raw_traces.jsonl +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/run.sh +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/src/assert.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/src/main.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/testcases/ticket-classification/uv.lock +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/agent/react/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/agent/react/test_utils.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/cli/conftest.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/cli/mocks/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/cli/mocks/simple_agent.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/cli/mocks/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/cli/test_init.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/cli/test_run.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/cli/test_schema.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/__init__.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/conftest.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/mocks/action_trigger_hitl.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/mocks/api_trigger_hitl.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/mocks/job_trigger_hitl.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/mocks/langgraph.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/mocks/uipath-default-escalation.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/mocks/uipath.json +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/test_action_trigger.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/test_hitl_api_trigger.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/test_hitl_default_escalation.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/hitl/test_hitl_job_trigger.py +0 -0
- {uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/tests/test_dummy.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath-langchain
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.148
|
|
4
4
|
Summary: UiPath Langchain
|
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-langchain-python
|
|
@@ -26,7 +26,7 @@ Requires-Dist: openai>=1.65.5
|
|
|
26
26
|
Requires-Dist: openinference-instrumentation-langchain>=0.1.50
|
|
27
27
|
Requires-Dist: pydantic-settings>=2.6.0
|
|
28
28
|
Requires-Dist: python-dotenv>=1.0.1
|
|
29
|
-
Requires-Dist: uipath<2.2.0,>=2.1.
|
|
29
|
+
Requires-Dist: uipath<2.2.0,>=2.1.123
|
|
30
30
|
Provides-Extra: langchain
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath-langchain"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.148"
|
|
4
4
|
description = "UiPath Langchain"
|
|
5
5
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
6
6
|
requires-python = ">=3.10"
|
|
7
7
|
dependencies = [
|
|
8
|
-
"uipath>=2.1.
|
|
8
|
+
"uipath>=2.1.123, <2.2.0",
|
|
9
9
|
"langgraph>=0.5.0, <0.7.0",
|
|
10
10
|
"langchain-core>=0.3.34",
|
|
11
11
|
"langgraph-checkpoint-sqlite>=2.0.3",
|
{uipath_langchain-0.0.147 → uipath_langchain-0.0.148}/src/uipath_langchain/_utils/_request_mixin.py
RENAMED
|
@@ -17,7 +17,11 @@ from tenacity import (
|
|
|
17
17
|
stop_after_attempt,
|
|
18
18
|
wait_exponential_jitter,
|
|
19
19
|
)
|
|
20
|
-
from uipath._cli._runtime._contracts import
|
|
20
|
+
from uipath._cli._runtime._contracts import (
|
|
21
|
+
UiPathErrorCategory,
|
|
22
|
+
UiPathErrorCode,
|
|
23
|
+
UiPathRuntimeError,
|
|
24
|
+
)
|
|
21
25
|
from uipath._utils._ssl_context import get_httpx_client_kwargs
|
|
22
26
|
|
|
23
27
|
from uipath_langchain._cli._runtime._exception import (
|
|
@@ -59,7 +63,7 @@ def _get_access_token(data):
|
|
|
59
63
|
return get_uipath_token_header(settings)
|
|
60
64
|
except ValidationError:
|
|
61
65
|
raise UiPathRuntimeError(
|
|
62
|
-
|
|
66
|
+
UiPathErrorCode.AUTHENTICATION_REQUIRED,
|
|
63
67
|
title="Authorization required",
|
|
64
68
|
detail="Authorization required. Please run uipath auth",
|
|
65
69
|
category=UiPathErrorCategory.USER,
|
|
@@ -18,7 +18,7 @@ wheels = [
|
|
|
18
18
|
|
|
19
19
|
[[package]]
|
|
20
20
|
name = "aiohttp"
|
|
21
|
-
version = "3.13.
|
|
21
|
+
version = "3.13.2"
|
|
22
22
|
source = { registry = "https://pypi.org/simple" }
|
|
23
23
|
dependencies = [
|
|
24
24
|
{ name = "aiohappyeyeballs" },
|
|
@@ -30,110 +30,110 @@ dependencies = [
|
|
|
30
30
|
{ name = "propcache" },
|
|
31
31
|
{ name = "yarl" },
|
|
32
32
|
]
|
|
33
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
34
|
-
wheels = [
|
|
35
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
36
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
37
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
38
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
39
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
40
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
41
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
42
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
43
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
44
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
45
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
46
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
47
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
48
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
49
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
50
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
51
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
52
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
53
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
54
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
55
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
56
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
57
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
58
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
59
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
60
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
61
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
62
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
63
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
64
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
65
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
66
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
67
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
68
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
69
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
70
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
71
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
72
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
73
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
74
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
75
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
76
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
77
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
78
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
79
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
80
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
81
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
82
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
83
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
84
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
85
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
86
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
87
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
88
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
89
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
90
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
91
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
92
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
93
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
94
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
95
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
96
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
97
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
98
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
99
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
100
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
101
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
102
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
103
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
104
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
105
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
106
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
107
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
108
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
109
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
110
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
111
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
112
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
113
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
114
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
115
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
116
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
117
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
118
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
119
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
120
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
121
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
122
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
123
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
124
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
125
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
126
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
127
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
128
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
129
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
130
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
131
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
132
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
133
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
134
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
135
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
136
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
33
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1c/ce/3b83ebba6b3207a7135e5fcaba49706f8a4b6008153b4e30540c982fae26/aiohttp-3.13.2.tar.gz", hash = "sha256:40176a52c186aefef6eb3cad2cdd30cd06e3afbe88fe8ab2af9c0b90f228daca", size = 7837994, upload-time = "2025-10-28T20:59:39.937Z" }
|
|
34
|
+
wheels = [
|
|
35
|
+
{ url = "https://files.pythonhosted.org/packages/6d/34/939730e66b716b76046dedfe0842995842fa906ccc4964bba414ff69e429/aiohttp-3.13.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:2372b15a5f62ed37789a6b383ff7344fc5b9f243999b0cd9b629d8bc5f5b4155", size = 736471, upload-time = "2025-10-28T20:55:27.924Z" },
|
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/fd/cf/dcbdf2df7f6ca72b0bb4c0b4509701f2d8942cf54e29ca197389c214c07f/aiohttp-3.13.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e7f8659a48995edee7229522984bd1009c1213929c769c2daa80b40fe49a180c", size = 493985, upload-time = "2025-10-28T20:55:29.456Z" },
|
|
37
|
+
{ url = "https://files.pythonhosted.org/packages/9d/87/71c8867e0a1d0882dcbc94af767784c3cb381c1c4db0943ab4aae4fed65e/aiohttp-3.13.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:939ced4a7add92296b0ad38892ce62b98c619288a081170695c6babe4f50e636", size = 489274, upload-time = "2025-10-28T20:55:31.134Z" },
|
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/38/0f/46c24e8dae237295eaadd113edd56dee96ef6462adf19b88592d44891dc5/aiohttp-3.13.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6315fb6977f1d0dd41a107c527fee2ed5ab0550b7d885bc15fee20ccb17891da", size = 1668171, upload-time = "2025-10-28T20:55:36.065Z" },
|
|
39
|
+
{ url = "https://files.pythonhosted.org/packages/eb/c6/4cdfb4440d0e28483681a48f69841fa5e39366347d66ef808cbdadddb20e/aiohttp-3.13.2-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:6e7352512f763f760baaed2637055c49134fd1d35b37c2dedfac35bfe5cf8725", size = 1636036, upload-time = "2025-10-28T20:55:37.576Z" },
|
|
40
|
+
{ url = "https://files.pythonhosted.org/packages/84/37/8708cf678628216fb678ab327a4e1711c576d6673998f4f43e86e9ae90dd/aiohttp-3.13.2-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:e09a0a06348a2dd73e7213353c90d709502d9786219f69b731f6caa0efeb46f5", size = 1727975, upload-time = "2025-10-28T20:55:39.457Z" },
|
|
41
|
+
{ url = "https://files.pythonhosted.org/packages/e6/2e/3ebfe12fdcb9b5f66e8a0a42dffcd7636844c8a018f261efb2419f68220b/aiohttp-3.13.2-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a09a6d073fb5789456545bdee2474d14395792faa0527887f2f4ec1a486a59d3", size = 1815823, upload-time = "2025-10-28T20:55:40.958Z" },
|
|
42
|
+
{ url = "https://files.pythonhosted.org/packages/a1/4f/ca2ef819488cbb41844c6cf92ca6dd15b9441e6207c58e5ae0e0fc8d70ad/aiohttp-3.13.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b59d13c443f8e049d9e94099c7e412e34610f1f49be0f230ec656a10692a5802", size = 1669374, upload-time = "2025-10-28T20:55:42.745Z" },
|
|
43
|
+
{ url = "https://files.pythonhosted.org/packages/f8/fe/1fe2e1179a0d91ce09c99069684aab619bf2ccde9b20bd6ca44f8837203e/aiohttp-3.13.2-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:20db2d67985d71ca033443a1ba2001c4b5693fe09b0e29f6d9358a99d4d62a8a", size = 1555315, upload-time = "2025-10-28T20:55:44.264Z" },
|
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/5a/2b/f3781899b81c45d7cbc7140cddb8a3481c195e7cbff8e36374759d2ab5a5/aiohttp-3.13.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:960c2fc686ba27b535f9fd2b52d87ecd7e4fd1cf877f6a5cba8afb5b4a8bd204", size = 1639140, upload-time = "2025-10-28T20:55:46.626Z" },
|
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/72/27/c37e85cd3ece6f6c772e549bd5a253d0c122557b25855fb274224811e4f2/aiohttp-3.13.2-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:6c00dbcf5f0d88796151e264a8eab23de2997c9303dd7c0bf622e23b24d3ce22", size = 1645496, upload-time = "2025-10-28T20:55:48.933Z" },
|
|
46
|
+
{ url = "https://files.pythonhosted.org/packages/66/20/3af1ab663151bd3780b123e907761cdb86ec2c4e44b2d9b195ebc91fbe37/aiohttp-3.13.2-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:fed38a5edb7945f4d1bcabe2fcd05db4f6ec7e0e82560088b754f7e08d93772d", size = 1697625, upload-time = "2025-10-28T20:55:50.377Z" },
|
|
47
|
+
{ url = "https://files.pythonhosted.org/packages/95/eb/ae5cab15efa365e13d56b31b0d085a62600298bf398a7986f8388f73b598/aiohttp-3.13.2-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:b395bbca716c38bef3c764f187860e88c724b342c26275bc03e906142fc5964f", size = 1542025, upload-time = "2025-10-28T20:55:51.861Z" },
|
|
48
|
+
{ url = "https://files.pythonhosted.org/packages/e9/2d/1683e8d67ec72d911397fe4e575688d2a9b8f6a6e03c8fdc9f3fd3d4c03f/aiohttp-3.13.2-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:204ffff2426c25dfda401ba08da85f9c59525cdc42bda26660463dd1cbcfec6f", size = 1714918, upload-time = "2025-10-28T20:55:53.515Z" },
|
|
49
|
+
{ url = "https://files.pythonhosted.org/packages/99/a2/ffe8e0e1c57c5e542d47ffa1fcf95ef2b3ea573bf7c4d2ee877252431efc/aiohttp-3.13.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:05c4dd3c48fb5f15db31f57eb35374cb0c09afdde532e7fb70a75aede0ed30f6", size = 1656113, upload-time = "2025-10-28T20:55:55.438Z" },
|
|
50
|
+
{ url = "https://files.pythonhosted.org/packages/0d/42/d511aff5c3a2b06c09d7d214f508a4ad8ac7799817f7c3d23e7336b5e896/aiohttp-3.13.2-cp310-cp310-win32.whl", hash = "sha256:e574a7d61cf10351d734bcddabbe15ede0eaa8a02070d85446875dc11189a251", size = 432290, upload-time = "2025-10-28T20:55:56.96Z" },
|
|
51
|
+
{ url = "https://files.pythonhosted.org/packages/8b/ea/1c2eb7098b5bad4532994f2b7a8228d27674035c9b3234fe02c37469ef14/aiohttp-3.13.2-cp310-cp310-win_amd64.whl", hash = "sha256:364f55663085d658b8462a1c3f17b2b84a5c2e1ba858e1b79bff7b2e24ad1514", size = 455075, upload-time = "2025-10-28T20:55:58.373Z" },
|
|
52
|
+
{ url = "https://files.pythonhosted.org/packages/35/74/b321e7d7ca762638cdf8cdeceb39755d9c745aff7a64c8789be96ddf6e96/aiohttp-3.13.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4647d02df098f6434bafd7f32ad14942f05a9caa06c7016fdcc816f343997dd0", size = 743409, upload-time = "2025-10-28T20:56:00.354Z" },
|
|
53
|
+
{ url = "https://files.pythonhosted.org/packages/99/3d/91524b905ec473beaf35158d17f82ef5a38033e5809fe8742e3657cdbb97/aiohttp-3.13.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e3403f24bcb9c3b29113611c3c16a2a447c3953ecf86b79775e7be06f7ae7ccb", size = 497006, upload-time = "2025-10-28T20:56:01.85Z" },
|
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/eb/d3/7f68bc02a67716fe80f063e19adbd80a642e30682ce74071269e17d2dba1/aiohttp-3.13.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:43dff14e35aba17e3d6d5ba628858fb8cb51e30f44724a2d2f0c75be492c55e9", size = 493195, upload-time = "2025-10-28T20:56:03.314Z" },
|
|
55
|
+
{ url = "https://files.pythonhosted.org/packages/98/31/913f774a4708775433b7375c4f867d58ba58ead833af96c8af3621a0d243/aiohttp-3.13.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e2a9ea08e8c58bb17655630198833109227dea914cd20be660f52215f6de5613", size = 1747759, upload-time = "2025-10-28T20:56:04.904Z" },
|
|
56
|
+
{ url = "https://files.pythonhosted.org/packages/e8/63/04efe156f4326f31c7c4a97144f82132c3bb21859b7bb84748d452ccc17c/aiohttp-3.13.2-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:53b07472f235eb80e826ad038c9d106c2f653584753f3ddab907c83f49eedead", size = 1704456, upload-time = "2025-10-28T20:56:06.986Z" },
|
|
57
|
+
{ url = "https://files.pythonhosted.org/packages/8e/02/4e16154d8e0a9cf4ae76f692941fd52543bbb148f02f098ca73cab9b1c1b/aiohttp-3.13.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:e736c93e9c274fce6419af4aac199984d866e55f8a4cec9114671d0ea9688780", size = 1807572, upload-time = "2025-10-28T20:56:08.558Z" },
|
|
58
|
+
{ url = "https://files.pythonhosted.org/packages/34/58/b0583defb38689e7f06798f0285b1ffb3a6fb371f38363ce5fd772112724/aiohttp-3.13.2-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ff5e771f5dcbc81c64898c597a434f7682f2259e0cd666932a913d53d1341d1a", size = 1895954, upload-time = "2025-10-28T20:56:10.545Z" },
|
|
59
|
+
{ url = "https://files.pythonhosted.org/packages/6b/f3/083907ee3437425b4e376aa58b2c915eb1a33703ec0dc30040f7ae3368c6/aiohttp-3.13.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a3b6fb0c207cc661fa0bf8c66d8d9b657331ccc814f4719468af61034b478592", size = 1747092, upload-time = "2025-10-28T20:56:12.118Z" },
|
|
60
|
+
{ url = "https://files.pythonhosted.org/packages/ac/61/98a47319b4e425cc134e05e5f3fc512bf9a04bf65aafd9fdcda5d57ec693/aiohttp-3.13.2-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:97a0895a8e840ab3520e2288db7cace3a1981300d48babeb50e7425609e2e0ab", size = 1606815, upload-time = "2025-10-28T20:56:14.191Z" },
|
|
61
|
+
{ url = "https://files.pythonhosted.org/packages/97/4b/e78b854d82f66bb974189135d31fce265dee0f5344f64dd0d345158a5973/aiohttp-3.13.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:9e8f8afb552297aca127c90cb840e9a1d4bfd6a10d7d8f2d9176e1acc69bad30", size = 1723789, upload-time = "2025-10-28T20:56:16.101Z" },
|
|
62
|
+
{ url = "https://files.pythonhosted.org/packages/ed/fc/9d2ccc794fc9b9acd1379d625c3a8c64a45508b5091c546dea273a41929e/aiohttp-3.13.2-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:ed2f9c7216e53c3df02264f25d824b079cc5914f9e2deba94155190ef648ee40", size = 1718104, upload-time = "2025-10-28T20:56:17.655Z" },
|
|
63
|
+
{ url = "https://files.pythonhosted.org/packages/66/65/34564b8765ea5c7d79d23c9113135d1dd3609173da13084830f1507d56cf/aiohttp-3.13.2-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:99c5280a329d5fa18ef30fd10c793a190d996567667908bef8a7f81f8202b948", size = 1785584, upload-time = "2025-10-28T20:56:19.238Z" },
|
|
64
|
+
{ url = "https://files.pythonhosted.org/packages/30/be/f6a7a426e02fc82781afd62016417b3948e2207426d90a0e478790d1c8a4/aiohttp-3.13.2-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:2ca6ffef405fc9c09a746cb5d019c1672cd7f402542e379afc66b370833170cf", size = 1595126, upload-time = "2025-10-28T20:56:20.836Z" },
|
|
65
|
+
{ url = "https://files.pythonhosted.org/packages/e5/c7/8e22d5d28f94f67d2af496f14a83b3c155d915d1fe53d94b66d425ec5b42/aiohttp-3.13.2-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:47f438b1a28e926c37632bff3c44df7d27c9b57aaf4e34b1def3c07111fdb782", size = 1800665, upload-time = "2025-10-28T20:56:22.922Z" },
|
|
66
|
+
{ url = "https://files.pythonhosted.org/packages/d1/11/91133c8b68b1da9fc16555706aa7276fdf781ae2bb0876c838dd86b8116e/aiohttp-3.13.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9acda8604a57bb60544e4646a4615c1866ee6c04a8edef9b8ee6fd1d8fa2ddc8", size = 1739532, upload-time = "2025-10-28T20:56:25.924Z" },
|
|
67
|
+
{ url = "https://files.pythonhosted.org/packages/17/6b/3747644d26a998774b21a616016620293ddefa4d63af6286f389aedac844/aiohttp-3.13.2-cp311-cp311-win32.whl", hash = "sha256:868e195e39b24aaa930b063c08bb0c17924899c16c672a28a65afded9c46c6ec", size = 431876, upload-time = "2025-10-28T20:56:27.524Z" },
|
|
68
|
+
{ url = "https://files.pythonhosted.org/packages/c3/63/688462108c1a00eb9f05765331c107f95ae86f6b197b865d29e930b7e462/aiohttp-3.13.2-cp311-cp311-win_amd64.whl", hash = "sha256:7fd19df530c292542636c2a9a85854fab93474396a52f1695e799186bbd7f24c", size = 456205, upload-time = "2025-10-28T20:56:29.062Z" },
|
|
69
|
+
{ url = "https://files.pythonhosted.org/packages/29/9b/01f00e9856d0a73260e86dd8ed0c2234a466c5c1712ce1c281548df39777/aiohttp-3.13.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:b1e56bab2e12b2b9ed300218c351ee2a3d8c8fdab5b1ec6193e11a817767e47b", size = 737623, upload-time = "2025-10-28T20:56:30.797Z" },
|
|
70
|
+
{ url = "https://files.pythonhosted.org/packages/5a/1b/4be39c445e2b2bd0aab4ba736deb649fabf14f6757f405f0c9685019b9e9/aiohttp-3.13.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:364e25edaabd3d37b1db1f0cbcee8c73c9a3727bfa262b83e5e4cf3489a2a9dc", size = 492664, upload-time = "2025-10-28T20:56:32.708Z" },
|
|
71
|
+
{ url = "https://files.pythonhosted.org/packages/28/66/d35dcfea8050e131cdd731dff36434390479b4045a8d0b9d7111b0a968f1/aiohttp-3.13.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c5c94825f744694c4b8db20b71dba9a257cd2ba8e010a803042123f3a25d50d7", size = 491808, upload-time = "2025-10-28T20:56:34.57Z" },
|
|
72
|
+
{ url = "https://files.pythonhosted.org/packages/00/29/8e4609b93e10a853b65f8291e64985de66d4f5848c5637cddc70e98f01f8/aiohttp-3.13.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ba2715d842ffa787be87cbfce150d5e88c87a98e0b62e0f5aa489169a393dbbb", size = 1738863, upload-time = "2025-10-28T20:56:36.377Z" },
|
|
73
|
+
{ url = "https://files.pythonhosted.org/packages/9d/fa/4ebdf4adcc0def75ced1a0d2d227577cd7b1b85beb7edad85fcc87693c75/aiohttp-3.13.2-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:585542825c4bc662221fb257889e011a5aa00f1ae4d75d1d246a5225289183e3", size = 1700586, upload-time = "2025-10-28T20:56:38.034Z" },
|
|
74
|
+
{ url = "https://files.pythonhosted.org/packages/da/04/73f5f02ff348a3558763ff6abe99c223381b0bace05cd4530a0258e52597/aiohttp-3.13.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:39d02cb6025fe1aabca329c5632f48c9532a3dabccd859e7e2f110668972331f", size = 1768625, upload-time = "2025-10-28T20:56:39.75Z" },
|
|
75
|
+
{ url = "https://files.pythonhosted.org/packages/f8/49/a825b79ffec124317265ca7d2344a86bcffeb960743487cb11988ffb3494/aiohttp-3.13.2-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:e67446b19e014d37342f7195f592a2a948141d15a312fe0e700c2fd2f03124f6", size = 1867281, upload-time = "2025-10-28T20:56:41.471Z" },
|
|
76
|
+
{ url = "https://files.pythonhosted.org/packages/b9/48/adf56e05f81eac31edcfae45c90928f4ad50ef2e3ea72cb8376162a368f8/aiohttp-3.13.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4356474ad6333e41ccefd39eae869ba15a6c5299c9c01dfdcfdd5c107be4363e", size = 1752431, upload-time = "2025-10-28T20:56:43.162Z" },
|
|
77
|
+
{ url = "https://files.pythonhosted.org/packages/30/ab/593855356eead019a74e862f21523db09c27f12fd24af72dbc3555b9bfd9/aiohttp-3.13.2-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:eeacf451c99b4525f700f078becff32c32ec327b10dcf31306a8a52d78166de7", size = 1562846, upload-time = "2025-10-28T20:56:44.85Z" },
|
|
78
|
+
{ url = "https://files.pythonhosted.org/packages/39/0f/9f3d32271aa8dc35036e9668e31870a9d3b9542dd6b3e2c8a30931cb27ae/aiohttp-3.13.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:d8a9b889aeabd7a4e9af0b7f4ab5ad94d42e7ff679aaec6d0db21e3b639ad58d", size = 1699606, upload-time = "2025-10-28T20:56:46.519Z" },
|
|
79
|
+
{ url = "https://files.pythonhosted.org/packages/2c/3c/52d2658c5699b6ef7692a3f7128b2d2d4d9775f2a68093f74bca06cf01e1/aiohttp-3.13.2-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:fa89cb11bc71a63b69568d5b8a25c3ca25b6d54c15f907ca1c130d72f320b76b", size = 1720663, upload-time = "2025-10-28T20:56:48.528Z" },
|
|
80
|
+
{ url = "https://files.pythonhosted.org/packages/9b/d4/8f8f3ff1fb7fb9e3f04fcad4e89d8a1cd8fc7d05de67e3de5b15b33008ff/aiohttp-3.13.2-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:8aa7c807df234f693fed0ecd507192fc97692e61fee5702cdc11155d2e5cadc8", size = 1737939, upload-time = "2025-10-28T20:56:50.77Z" },
|
|
81
|
+
{ url = "https://files.pythonhosted.org/packages/03/d3/ddd348f8a27a634daae39a1b8e291ff19c77867af438af844bf8b7e3231b/aiohttp-3.13.2-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:9eb3e33fdbe43f88c3c75fa608c25e7c47bbd80f48d012763cb67c47f39a7e16", size = 1555132, upload-time = "2025-10-28T20:56:52.568Z" },
|
|
82
|
+
{ url = "https://files.pythonhosted.org/packages/39/b8/46790692dc46218406f94374903ba47552f2f9f90dad554eed61bfb7b64c/aiohttp-3.13.2-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:9434bc0d80076138ea986833156c5a48c9c7a8abb0c96039ddbb4afc93184169", size = 1764802, upload-time = "2025-10-28T20:56:54.292Z" },
|
|
83
|
+
{ url = "https://files.pythonhosted.org/packages/ba/e4/19ce547b58ab2a385e5f0b8aa3db38674785085abcf79b6e0edd1632b12f/aiohttp-3.13.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:ff15c147b2ad66da1f2cbb0622313f2242d8e6e8f9b79b5206c84523a4473248", size = 1719512, upload-time = "2025-10-28T20:56:56.428Z" },
|
|
84
|
+
{ url = "https://files.pythonhosted.org/packages/70/30/6355a737fed29dcb6dfdd48682d5790cb5eab050f7b4e01f49b121d3acad/aiohttp-3.13.2-cp312-cp312-win32.whl", hash = "sha256:27e569eb9d9e95dbd55c0fc3ec3a9335defbf1d8bc1d20171a49f3c4c607b93e", size = 426690, upload-time = "2025-10-28T20:56:58.736Z" },
|
|
85
|
+
{ url = "https://files.pythonhosted.org/packages/0a/0d/b10ac09069973d112de6ef980c1f6bb31cb7dcd0bc363acbdad58f927873/aiohttp-3.13.2-cp312-cp312-win_amd64.whl", hash = "sha256:8709a0f05d59a71f33fd05c17fc11fcb8c30140506e13c2f5e8ee1b8964e1b45", size = 453465, upload-time = "2025-10-28T20:57:00.795Z" },
|
|
86
|
+
{ url = "https://files.pythonhosted.org/packages/bf/78/7e90ca79e5aa39f9694dcfd74f4720782d3c6828113bb1f3197f7e7c4a56/aiohttp-3.13.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:7519bdc7dfc1940d201651b52bf5e03f5503bda45ad6eacf64dda98be5b2b6be", size = 732139, upload-time = "2025-10-28T20:57:02.455Z" },
|
|
87
|
+
{ url = "https://files.pythonhosted.org/packages/db/ed/1f59215ab6853fbaa5c8495fa6cbc39edfc93553426152b75d82a5f32b76/aiohttp-3.13.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:088912a78b4d4f547a1f19c099d5a506df17eacec3c6f4375e2831ec1d995742", size = 490082, upload-time = "2025-10-28T20:57:04.784Z" },
|
|
88
|
+
{ url = "https://files.pythonhosted.org/packages/68/7b/fe0fe0f5e05e13629d893c760465173a15ad0039c0a5b0d0040995c8075e/aiohttp-3.13.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5276807b9de9092af38ed23ce120539ab0ac955547b38563a9ba4f5b07b95293", size = 489035, upload-time = "2025-10-28T20:57:06.894Z" },
|
|
89
|
+
{ url = "https://files.pythonhosted.org/packages/d2/04/db5279e38471b7ac801d7d36a57d1230feeee130bbe2a74f72731b23c2b1/aiohttp-3.13.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1237c1375eaef0db4dcd7c2559f42e8af7b87ea7d295b118c60c36a6e61cb811", size = 1720387, upload-time = "2025-10-28T20:57:08.685Z" },
|
|
90
|
+
{ url = "https://files.pythonhosted.org/packages/31/07/8ea4326bd7dae2bd59828f69d7fdc6e04523caa55e4a70f4a8725a7e4ed2/aiohttp-3.13.2-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:96581619c57419c3d7d78703d5b78c1e5e5fc0172d60f555bdebaced82ded19a", size = 1688314, upload-time = "2025-10-28T20:57:10.693Z" },
|
|
91
|
+
{ url = "https://files.pythonhosted.org/packages/48/ab/3d98007b5b87ffd519d065225438cc3b668b2f245572a8cb53da5dd2b1bc/aiohttp-3.13.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a2713a95b47374169409d18103366de1050fe0ea73db358fc7a7acb2880422d4", size = 1756317, upload-time = "2025-10-28T20:57:12.563Z" },
|
|
92
|
+
{ url = "https://files.pythonhosted.org/packages/97/3d/801ca172b3d857fafb7b50c7c03f91b72b867a13abca982ed6b3081774ef/aiohttp-3.13.2-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:228a1cd556b3caca590e9511a89444925da87d35219a49ab5da0c36d2d943a6a", size = 1858539, upload-time = "2025-10-28T20:57:14.623Z" },
|
|
93
|
+
{ url = "https://files.pythonhosted.org/packages/f7/0d/4764669bdf47bd472899b3d3db91fffbe925c8e3038ec591a2fd2ad6a14d/aiohttp-3.13.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ac6cde5fba8d7d8c6ac963dbb0256a9854e9fafff52fbcc58fdf819357892c3e", size = 1739597, upload-time = "2025-10-28T20:57:16.399Z" },
|
|
94
|
+
{ url = "https://files.pythonhosted.org/packages/c4/52/7bd3c6693da58ba16e657eb904a5b6decfc48ecd06e9ac098591653b1566/aiohttp-3.13.2-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f2bef8237544f4e42878c61cef4e2839fee6346dc60f5739f876a9c50be7fcdb", size = 1555006, upload-time = "2025-10-28T20:57:18.288Z" },
|
|
95
|
+
{ url = "https://files.pythonhosted.org/packages/48/30/9586667acec5993b6f41d2ebcf96e97a1255a85f62f3c653110a5de4d346/aiohttp-3.13.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:16f15a4eac3bc2d76c45f7ebdd48a65d41b242eb6c31c2245463b40b34584ded", size = 1683220, upload-time = "2025-10-28T20:57:20.241Z" },
|
|
96
|
+
{ url = "https://files.pythonhosted.org/packages/71/01/3afe4c96854cfd7b30d78333852e8e851dceaec1c40fd00fec90c6402dd2/aiohttp-3.13.2-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:bb7fb776645af5cc58ab804c58d7eba545a97e047254a52ce89c157b5af6cd0b", size = 1712570, upload-time = "2025-10-28T20:57:22.253Z" },
|
|
97
|
+
{ url = "https://files.pythonhosted.org/packages/11/2c/22799d8e720f4697a9e66fd9c02479e40a49de3de2f0bbe7f9f78a987808/aiohttp-3.13.2-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:e1b4951125ec10c70802f2cb09736c895861cd39fd9dcb35107b4dc8ae6220b8", size = 1733407, upload-time = "2025-10-28T20:57:24.37Z" },
|
|
98
|
+
{ url = "https://files.pythonhosted.org/packages/34/cb/90f15dd029f07cebbd91f8238a8b363978b530cd128488085b5703683594/aiohttp-3.13.2-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:550bf765101ae721ee1d37d8095f47b1f220650f85fe1af37a90ce75bab89d04", size = 1550093, upload-time = "2025-10-28T20:57:26.257Z" },
|
|
99
|
+
{ url = "https://files.pythonhosted.org/packages/69/46/12dce9be9d3303ecbf4d30ad45a7683dc63d90733c2d9fe512be6716cd40/aiohttp-3.13.2-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:fe91b87fc295973096251e2d25a811388e7d8adf3bd2b97ef6ae78bc4ac6c476", size = 1758084, upload-time = "2025-10-28T20:57:28.349Z" },
|
|
100
|
+
{ url = "https://files.pythonhosted.org/packages/f9/c8/0932b558da0c302ffd639fc6362a313b98fdf235dc417bc2493da8394df7/aiohttp-3.13.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e0c8e31cfcc4592cb200160344b2fb6ae0f9e4effe06c644b5a125d4ae5ebe23", size = 1716987, upload-time = "2025-10-28T20:57:30.233Z" },
|
|
101
|
+
{ url = "https://files.pythonhosted.org/packages/5d/8b/f5bd1a75003daed099baec373aed678f2e9b34f2ad40d85baa1368556396/aiohttp-3.13.2-cp313-cp313-win32.whl", hash = "sha256:0740f31a60848d6edb296a0df827473eede90c689b8f9f2a4cdde74889eb2254", size = 425859, upload-time = "2025-10-28T20:57:32.105Z" },
|
|
102
|
+
{ url = "https://files.pythonhosted.org/packages/5d/28/a8a9fc6957b2cee8902414e41816b5ab5536ecf43c3b1843c10e82c559b2/aiohttp-3.13.2-cp313-cp313-win_amd64.whl", hash = "sha256:a88d13e7ca367394908f8a276b89d04a3652044612b9a408a0bb22a5ed976a1a", size = 452192, upload-time = "2025-10-28T20:57:34.166Z" },
|
|
103
|
+
{ url = "https://files.pythonhosted.org/packages/9b/36/e2abae1bd815f01c957cbf7be817b3043304e1c87bad526292a0410fdcf9/aiohttp-3.13.2-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:2475391c29230e063ef53a66669b7b691c9bfc3f1426a0f7bcdf1216bdbac38b", size = 735234, upload-time = "2025-10-28T20:57:36.415Z" },
|
|
104
|
+
{ url = "https://files.pythonhosted.org/packages/ca/e3/1ee62dde9b335e4ed41db6bba02613295a0d5b41f74a783c142745a12763/aiohttp-3.13.2-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:f33c8748abef4d8717bb20e8fb1b3e07c6adacb7fd6beaae971a764cf5f30d61", size = 490733, upload-time = "2025-10-28T20:57:38.205Z" },
|
|
105
|
+
{ url = "https://files.pythonhosted.org/packages/1a/aa/7a451b1d6a04e8d15a362af3e9b897de71d86feac3babf8894545d08d537/aiohttp-3.13.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:ae32f24bbfb7dbb485a24b30b1149e2f200be94777232aeadba3eecece4d0aa4", size = 491303, upload-time = "2025-10-28T20:57:40.122Z" },
|
|
106
|
+
{ url = "https://files.pythonhosted.org/packages/57/1e/209958dbb9b01174870f6a7538cd1f3f28274fdbc88a750c238e2c456295/aiohttp-3.13.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5d7f02042c1f009ffb70067326ef183a047425bb2ff3bc434ead4dd4a4a66a2b", size = 1717965, upload-time = "2025-10-28T20:57:42.28Z" },
|
|
107
|
+
{ url = "https://files.pythonhosted.org/packages/08/aa/6a01848d6432f241416bc4866cae8dc03f05a5a884d2311280f6a09c73d6/aiohttp-3.13.2-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:93655083005d71cd6c072cdab54c886e6570ad2c4592139c3fb967bfc19e4694", size = 1667221, upload-time = "2025-10-28T20:57:44.869Z" },
|
|
108
|
+
{ url = "https://files.pythonhosted.org/packages/87/4f/36c1992432d31bbc789fa0b93c768d2e9047ec8c7177e5cd84ea85155f36/aiohttp-3.13.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:0db1e24b852f5f664cd728db140cf11ea0e82450471232a394b3d1a540b0f906", size = 1757178, upload-time = "2025-10-28T20:57:47.216Z" },
|
|
109
|
+
{ url = "https://files.pythonhosted.org/packages/ac/b4/8e940dfb03b7e0f68a82b88fd182b9be0a65cb3f35612fe38c038c3112cf/aiohttp-3.13.2-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b009194665bcd128e23eaddef362e745601afa4641930848af4c8559e88f18f9", size = 1838001, upload-time = "2025-10-28T20:57:49.337Z" },
|
|
110
|
+
{ url = "https://files.pythonhosted.org/packages/d7/ef/39f3448795499c440ab66084a9db7d20ca7662e94305f175a80f5b7e0072/aiohttp-3.13.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c038a8fdc8103cd51dbd986ecdce141473ffd9775a7a8057a6ed9c3653478011", size = 1716325, upload-time = "2025-10-28T20:57:51.327Z" },
|
|
111
|
+
{ url = "https://files.pythonhosted.org/packages/d7/51/b311500ffc860b181c05d91c59a1313bdd05c82960fdd4035a15740d431e/aiohttp-3.13.2-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:66bac29b95a00db411cd758fea0e4b9bdba6d549dfe333f9a945430f5f2cc5a6", size = 1547978, upload-time = "2025-10-28T20:57:53.554Z" },
|
|
112
|
+
{ url = "https://files.pythonhosted.org/packages/31/64/b9d733296ef79815226dab8c586ff9e3df41c6aff2e16c06697b2d2e6775/aiohttp-3.13.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4ebf9cfc9ba24a74cf0718f04aac2a3bbe745902cc7c5ebc55c0f3b5777ef213", size = 1682042, upload-time = "2025-10-28T20:57:55.617Z" },
|
|
113
|
+
{ url = "https://files.pythonhosted.org/packages/3f/30/43d3e0f9d6473a6db7d472104c4eff4417b1e9df01774cb930338806d36b/aiohttp-3.13.2-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:a4b88ebe35ce54205c7074f7302bd08a4cb83256a3e0870c72d6f68a3aaf8e49", size = 1680085, upload-time = "2025-10-28T20:57:57.59Z" },
|
|
114
|
+
{ url = "https://files.pythonhosted.org/packages/16/51/c709f352c911b1864cfd1087577760ced64b3e5bee2aa88b8c0c8e2e4972/aiohttp-3.13.2-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:98c4fb90bb82b70a4ed79ca35f656f4281885be076f3f970ce315402b53099ae", size = 1728238, upload-time = "2025-10-28T20:57:59.525Z" },
|
|
115
|
+
{ url = "https://files.pythonhosted.org/packages/19/e2/19bd4c547092b773caeb48ff5ae4b1ae86756a0ee76c16727fcfd281404b/aiohttp-3.13.2-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:ec7534e63ae0f3759df3a1ed4fa6bc8f75082a924b590619c0dd2f76d7043caa", size = 1544395, upload-time = "2025-10-28T20:58:01.914Z" },
|
|
116
|
+
{ url = "https://files.pythonhosted.org/packages/cf/87/860f2803b27dfc5ed7be532832a3498e4919da61299b4a1f8eb89b8ff44d/aiohttp-3.13.2-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:5b927cf9b935a13e33644cbed6c8c4b2d0f25b713d838743f8fe7191b33829c4", size = 1742965, upload-time = "2025-10-28T20:58:03.972Z" },
|
|
117
|
+
{ url = "https://files.pythonhosted.org/packages/67/7f/db2fc7618925e8c7a601094d5cbe539f732df4fb570740be88ed9e40e99a/aiohttp-3.13.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:88d6c017966a78c5265d996c19cdb79235be5e6412268d7e2ce7dee339471b7a", size = 1697585, upload-time = "2025-10-28T20:58:06.189Z" },
|
|
118
|
+
{ url = "https://files.pythonhosted.org/packages/0c/07/9127916cb09bb38284db5036036042b7b2c514c8ebaeee79da550c43a6d6/aiohttp-3.13.2-cp314-cp314-win32.whl", hash = "sha256:f7c183e786e299b5d6c49fb43a769f8eb8e04a2726a2bd5887b98b5cc2d67940", size = 431621, upload-time = "2025-10-28T20:58:08.636Z" },
|
|
119
|
+
{ url = "https://files.pythonhosted.org/packages/fb/41/554a8a380df6d3a2bba8a7726429a23f4ac62aaf38de43bb6d6cde7b4d4d/aiohttp-3.13.2-cp314-cp314-win_amd64.whl", hash = "sha256:fe242cd381e0fb65758faf5ad96c2e460df6ee5b2de1072fe97e4127927e00b4", size = 457627, upload-time = "2025-10-28T20:58:11Z" },
|
|
120
|
+
{ url = "https://files.pythonhosted.org/packages/c7/8e/3824ef98c039d3951cb65b9205a96dd2b20f22241ee17d89c5701557c826/aiohttp-3.13.2-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:f10d9c0b0188fe85398c61147bbd2a657d616c876863bfeff43376e0e3134673", size = 767360, upload-time = "2025-10-28T20:58:13.358Z" },
|
|
121
|
+
{ url = "https://files.pythonhosted.org/packages/a4/0f/6a03e3fc7595421274fa34122c973bde2d89344f8a881b728fa8c774e4f1/aiohttp-3.13.2-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:e7c952aefdf2460f4ae55c5e9c3e80aa72f706a6317e06020f80e96253b1accd", size = 504616, upload-time = "2025-10-28T20:58:15.339Z" },
|
|
122
|
+
{ url = "https://files.pythonhosted.org/packages/c6/aa/ed341b670f1bc8a6f2c6a718353d13b9546e2cef3544f573c6a1ff0da711/aiohttp-3.13.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c20423ce14771d98353d2e25e83591fa75dfa90a3c1848f3d7c68243b4fbded3", size = 509131, upload-time = "2025-10-28T20:58:17.693Z" },
|
|
123
|
+
{ url = "https://files.pythonhosted.org/packages/7f/f0/c68dac234189dae5c4bbccc0f96ce0cc16b76632cfc3a08fff180045cfa4/aiohttp-3.13.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e96eb1a34396e9430c19d8338d2ec33015e4a87ef2b4449db94c22412e25ccdf", size = 1864168, upload-time = "2025-10-28T20:58:20.113Z" },
|
|
124
|
+
{ url = "https://files.pythonhosted.org/packages/8f/65/75a9a76db8364b5d0e52a0c20eabc5d52297385d9af9c35335b924fafdee/aiohttp-3.13.2-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:23fb0783bc1a33640036465019d3bba069942616a6a2353c6907d7fe1ccdaf4e", size = 1719200, upload-time = "2025-10-28T20:58:22.583Z" },
|
|
125
|
+
{ url = "https://files.pythonhosted.org/packages/f5/55/8df2ed78d7f41d232f6bd3ff866b6f617026551aa1d07e2f03458f964575/aiohttp-3.13.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2e1a9bea6244a1d05a4e57c295d69e159a5c50d8ef16aa390948ee873478d9a5", size = 1843497, upload-time = "2025-10-28T20:58:24.672Z" },
|
|
126
|
+
{ url = "https://files.pythonhosted.org/packages/e9/e0/94d7215e405c5a02ccb6a35c7a3a6cfff242f457a00196496935f700cde5/aiohttp-3.13.2-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0a3d54e822688b56e9f6b5816fb3de3a3a64660efac64e4c2dc435230ad23bad", size = 1935703, upload-time = "2025-10-28T20:58:26.758Z" },
|
|
127
|
+
{ url = "https://files.pythonhosted.org/packages/0b/78/1eeb63c3f9b2d1015a4c02788fb543141aad0a03ae3f7a7b669b2483f8d4/aiohttp-3.13.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7a653d872afe9f33497215745da7a943d1dc15b728a9c8da1c3ac423af35178e", size = 1792738, upload-time = "2025-10-28T20:58:29.787Z" },
|
|
128
|
+
{ url = "https://files.pythonhosted.org/packages/41/75/aaf1eea4c188e51538c04cc568040e3082db263a57086ea74a7d38c39e42/aiohttp-3.13.2-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:56d36e80d2003fa3fc0207fac644216d8532e9504a785ef9a8fd013f84a42c61", size = 1624061, upload-time = "2025-10-28T20:58:32.529Z" },
|
|
129
|
+
{ url = "https://files.pythonhosted.org/packages/9b/c2/3b6034de81fbcc43de8aeb209073a2286dfb50b86e927b4efd81cf848197/aiohttp-3.13.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:78cd586d8331fb8e241c2dd6b2f4061778cc69e150514b39a9e28dd050475661", size = 1789201, upload-time = "2025-10-28T20:58:34.618Z" },
|
|
130
|
+
{ url = "https://files.pythonhosted.org/packages/c9/38/c15dcf6d4d890217dae79d7213988f4e5fe6183d43893a9cf2fe9e84ca8d/aiohttp-3.13.2-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:20b10bbfbff766294fe99987f7bb3b74fdd2f1a2905f2562132641ad434dcf98", size = 1776868, upload-time = "2025-10-28T20:58:38.835Z" },
|
|
131
|
+
{ url = "https://files.pythonhosted.org/packages/04/75/f74fd178ac81adf4f283a74847807ade5150e48feda6aef024403716c30c/aiohttp-3.13.2-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:9ec49dff7e2b3c85cdeaa412e9d438f0ecd71676fde61ec57027dd392f00c693", size = 1790660, upload-time = "2025-10-28T20:58:41.507Z" },
|
|
132
|
+
{ url = "https://files.pythonhosted.org/packages/e7/80/7368bd0d06b16b3aba358c16b919e9c46cf11587dc572091031b0e9e3ef0/aiohttp-3.13.2-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:94f05348c4406450f9d73d38efb41d669ad6cd90c7ee194810d0eefbfa875a7a", size = 1617548, upload-time = "2025-10-28T20:58:43.674Z" },
|
|
133
|
+
{ url = "https://files.pythonhosted.org/packages/7d/4b/a6212790c50483cb3212e507378fbe26b5086d73941e1ec4b56a30439688/aiohttp-3.13.2-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:fa4dcb605c6f82a80c7f95713c2b11c3b8e9893b3ebd2bc9bde93165ed6107be", size = 1817240, upload-time = "2025-10-28T20:58:45.787Z" },
|
|
134
|
+
{ url = "https://files.pythonhosted.org/packages/ff/f7/ba5f0ba4ea8d8f3c32850912944532b933acbf0f3a75546b89269b9b7dde/aiohttp-3.13.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:cf00e5db968c3f67eccd2778574cf64d8b27d95b237770aa32400bd7a1ca4f6c", size = 1762334, upload-time = "2025-10-28T20:58:47.936Z" },
|
|
135
|
+
{ url = "https://files.pythonhosted.org/packages/7e/83/1a5a1856574588b1cad63609ea9ad75b32a8353ac995d830bf5da9357364/aiohttp-3.13.2-cp314-cp314t-win32.whl", hash = "sha256:d23b5fe492b0805a50d3371e8a728a9134d8de5447dce4c885f5587294750734", size = 464685, upload-time = "2025-10-28T20:58:50.642Z" },
|
|
136
|
+
{ url = "https://files.pythonhosted.org/packages/9f/4d/d22668674122c08f4d56972297c51a624e64b3ed1efaa40187607a7cb66e/aiohttp-3.13.2-cp314-cp314t-win_amd64.whl", hash = "sha256:ff0a7b0a82a7ab905cbda74006318d1b12e37c797eb1b0d4eb3e316cf47f658f", size = 498093, upload-time = "2025-10-28T20:58:52.782Z" },
|
|
137
137
|
]
|
|
138
138
|
|
|
139
139
|
[[package]]
|
|
@@ -3322,7 +3322,7 @@ wheels = [
|
|
|
3322
3322
|
|
|
3323
3323
|
[[package]]
|
|
3324
3324
|
name = "uipath"
|
|
3325
|
-
version = "2.1.
|
|
3325
|
+
version = "2.1.123"
|
|
3326
3326
|
source = { registry = "https://pypi.org/simple" }
|
|
3327
3327
|
dependencies = [
|
|
3328
3328
|
{ name = "azure-monitor-opentelemetry" },
|
|
@@ -3344,14 +3344,14 @@ dependencies = [
|
|
|
3344
3344
|
{ name = "tomli" },
|
|
3345
3345
|
{ name = "truststore" },
|
|
3346
3346
|
]
|
|
3347
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3347
|
+
sdist = { url = "https://files.pythonhosted.org/packages/22/3d/978b0d997d5d2fcf6b55271629afc2140d9d045aa643bd38110b42391712/uipath-2.1.123.tar.gz", hash = "sha256:ff04759d02f94f3427b035da253fc57f987f634132f0972e394179b5ba9b6569", size = 2351154, upload-time = "2025-10-30T09:44:10.534Z" }
|
|
3348
3348
|
wheels = [
|
|
3349
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3349
|
+
{ url = "https://files.pythonhosted.org/packages/d0/39/ed129370273c11141dcdbfe135c0c95b9e27979a2ea1db188431eb0f1e76/uipath-2.1.123-py3-none-any.whl", hash = "sha256:75e1146143d3831511091bb0a3b0f20fb820c71b1ee8cb13b9690791a7d70a29", size = 364170, upload-time = "2025-10-30T09:44:08.649Z" },
|
|
3350
3350
|
]
|
|
3351
3351
|
|
|
3352
3352
|
[[package]]
|
|
3353
3353
|
name = "uipath-langchain"
|
|
3354
|
-
version = "0.0.
|
|
3354
|
+
version = "0.0.148"
|
|
3355
3355
|
source = { editable = "." }
|
|
3356
3356
|
dependencies = [
|
|
3357
3357
|
{ name = "httpx" },
|
|
@@ -3397,7 +3397,7 @@ requires-dist = [
|
|
|
3397
3397
|
{ name = "openinference-instrumentation-langchain", specifier = ">=0.1.50" },
|
|
3398
3398
|
{ name = "pydantic-settings", specifier = ">=2.6.0" },
|
|
3399
3399
|
{ name = "python-dotenv", specifier = ">=1.0.1" },
|
|
3400
|
-
{ name = "uipath", specifier = ">=2.1.
|
|
3400
|
+
{ name = "uipath", specifier = ">=2.1.123,<2.2.0" },
|
|
3401
3401
|
{ name = "uipath-langchain", marker = "extra == 'langchain'", specifier = ">=0.0.2" },
|
|
3402
3402
|
]
|
|
3403
3403
|
provides-extras = ["langchain"]
|
|
@@ -3426,7 +3426,7 @@ wheels = [
|
|
|
3426
3426
|
|
|
3427
3427
|
[[package]]
|
|
3428
3428
|
name = "virtualenv"
|
|
3429
|
-
version = "20.35.
|
|
3429
|
+
version = "20.35.4"
|
|
3430
3430
|
source = { registry = "https://pypi.org/simple" }
|
|
3431
3431
|
dependencies = [
|
|
3432
3432
|
{ name = "distlib" },
|
|
@@ -3434,9 +3434,9 @@ dependencies = [
|
|
|
3434
3434
|
{ name = "platformdirs" },
|
|
3435
3435
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
3436
3436
|
]
|
|
3437
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3437
|
+
sdist = { url = "https://files.pythonhosted.org/packages/20/28/e6f1a6f655d620846bd9df527390ecc26b3805a0c5989048c210e22c5ca9/virtualenv-20.35.4.tar.gz", hash = "sha256:643d3914d73d3eeb0c552cbb12d7e82adf0e504dbf86a3182f8771a153a1971c", size = 6028799, upload-time = "2025-10-29T06:57:40.511Z" }
|
|
3438
3438
|
wheels = [
|
|
3439
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3439
|
+
{ url = "https://files.pythonhosted.org/packages/79/0c/c05523fa3181fdf0c9c52a6ba91a23fbf3246cc095f26f6516f9c60e6771/virtualenv-20.35.4-py3-none-any.whl", hash = "sha256:c21c9cede36c9753eeade68ba7d523529f228a403463376cf821eaae2b650f1b", size = 6005095, upload-time = "2025-10-29T06:57:37.598Z" },
|
|
3440
3440
|
]
|
|
3441
3441
|
|
|
3442
3442
|
[[package]]
|
|
File without changes
|