CVE-2025-7647
Description
The llama-index-core package, up to version 0.12.44, contains a vulnerability in the get_cache_dir() function where a predictable, hardcoded directory path /tmp/llama_index is used on Linux systems without proper security controls. This vulnerability allows attackers on multi-user systems to steal proprietary models, poison cached embeddings, or conduct symlink attacks. The issue affects all Linux deployments where multiple users share the same system. The vulnerability is classified under CWE-379, CWE-377, and CWE-367, indicating insecure temporary file creation and potential race conditions.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
llama-index-corePyPI | < 0.13.0 | 0.13.0 |
Affected products
1- Range: v0.10.0, v0.10.1, v0.10.10, …
Patches
198816394d57cv0.13.0 release (#19571)
300 files changed · +270836 −270461
CHANGELOG.md+69 −0 modified@@ -1,5 +1,74 @@ # ChangeLog +## [2025-07-30] + +**NOTE:** All packages have been bumped to handle the latest llama-index-core version. + +### `llama-index-core` [0.13.0] + +- breaking: removed deprecated agent classes, including `FunctionCallingAgent`, the older `ReActAgent` implementation, `AgentRunner`, all step workers, `StructuredAgentPlanner`, `OpenAIAgent`, and more. All users should migrate to the new workflow based agents: `FunctionAgent`, `CodeActAgent`, `ReActAgent`, and `AgentWorkflow` (#19529) +- breaking: removed deprecated `QueryPipeline` class and all associated code (#19554) +- breaking: changed default `index.as_chat_engine()` to return a `CondensePlusContextChatEngine`. Agent-based chat engines have been removed (which was the previous default). If you need an agent, use the above mentioned agent classes. (#19529) +- fix: Update BaseDocumentStore to not return Nones in result (#19513) +- fix: Fix FunctionTool param doc parsing and signature mutation; update tests (#19532) +- fix: Handle empty prompt in MockLLM.stream_complete (#19521) + +### `llama-index-embeddings-mixedbreadai` [0.5.0] + +- feat: Update mixedbread embeddings and rerank for latest sdk (#19519) + +### `llama-index-instrumentation` [0.4.0] + +- fix: let wrapped exceptions bubble up (#19566) + +### `llama-index-llms-google-genai` [0.3.0] + +- feat: Add Thought Summaries and signatures for Gemini (#19505) + +### `llama-index-llms-nvidia` [0.4.0] + +- feat: add support for kimi-k2-instruct (#19525) + +### `llama-index-llms-upstage` [0.6.0] + +- feat: add new upstage model(solar-pro2) (#19526) + +### `llama-index-postprocessor-mixedbreadai-rerank` [0.5.0] + +- feat: Update mixedbread embeddings and rerank for latest sdk (#19519) + +### `llama-index-readers-github` [0.8.0] + +- feat: Github Reader enhancements for file filtering and custom processing (#19543) + +### `llama-index-readers-s3` [0.5.0] + +- feat: add support for region_name via `client_kwargs` in S3Reader (#19546) + +### `llama-index-tools-valyu` [0.4.0] + +- feat: Update Valyu sdk to latest version (#19538) + +### `llama-index-voice-agents-gemini-live` [0.2.0] + +- feat(beta): adding first implementation of gemini live (#19489) + +### `llama-index-vector-stores-astradb` [0.5.0] + +- feat: astradb get nodes + delete nodes support (#19544) + +### `llama-index-vector-stores-milvus` [0.9.0] + +- feat: Add support for specifying partition_names in Milvus search configuration (#19555) + +### `llama-index-vector-stores-s3` [0.2.0] + +- fix: reduce some metadata keys from S3VectorStore to save space (#19550) + +### `llama-index-vector-stores-postgres` [0.6.0] + +- feat: Add support for ANY/ALL postgres operators (#19553) + ## [2025-07-22] ### `llama-index-core` [0.12.52.post1]
docs/docs/api_reference/llms/openllm.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.llms.openllm - options: - members: - - OpenLLM
docs/docs/api_reference/packs/agents_coa.md+0 −5 removed@@ -1,5 +0,0 @@ -::: llama_index.packs.agents_coa - options: - members: - - CoAAgentPack - - CoAAgentWorker
docs/docs/api_reference/packs/agents_lats.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.agents_lats - options: - members: - - LATSPack
docs/docs/api_reference/packs/agents_llm_compiler.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.agents_llm_compiler - options: - members: - - LLMCompilerAgentPack
docs/docs/api_reference/packs/cogniswitch_agent.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.cogniswitch_agent - options: - members: - - CogniswitchAgentPack
docs/docs/api_reference/packs/corrective_rag.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.corrective_rag - options: - members: - - CorrectiveRAGPack
docs/docs/api_reference/packs/gradio_agent_chat.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.gradio_agent_chat - options: - members: - - GradioAgentChatPack
docs/docs/api_reference/packs/gradio_react_agent_chatbot.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.gradio_react_agent_chatbot - options: - members: - - GradioReActAgentPack
docs/docs/api_reference/packs/infer_retrieve_rerank.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.infer_retrieve_rerank - options: - members: - - InferRetrieveRerankPack
docs/docs/api_reference/packs/multi_document_agents.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.multi_document_agents - options: - members: - - MultiDocumentAgentsPack
docs/docs/api_reference/packs/query_understanding_agent.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.query_understanding_agent - options: - members: - - QueryUnderstandingPack
docs/docs/api_reference/packs/rag_cli_local.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.rag_cli_local - options: - members: - - LocalRAGCLIPack
docs/docs/api_reference/packs/rag_fusion_query_pipeline.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.rag_fusion_query_pipeline - options: - members: - - RAGFusionPipelinePack
docs/docs/api_reference/packs/secgpt.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.packs.secgpt - options: - members: - - SecGPTPack
docs/docs/api_reference/packs/tables.md+0 −5 removed@@ -1,5 +0,0 @@ -::: llama_index.packs.tables - options: - members: - - ChainOfTablePack - - MixSelfConsistencyPack
docs/docs/api_reference/program/openai.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.program.openai - options: - members: - - OpenAIPydanticProgram
docs/docs/api_reference/question_gen/openai.md+0 −4 removed@@ -1,4 +0,0 @@ -::: llama_index.question_gen.openai - options: - members: - - OpenAIQuestionGenerator
docs/docs/api_reference/voice_agents/gemini_live.md+4 −0 added@@ -0,0 +1,4 @@ +::: llama_index.voice_agents.gemini_live + options: + members: + - GeminiLiveVoiceAgent
docs/docs/CHANGELOG.md+69 −0 modified@@ -1,5 +1,74 @@ # ChangeLog +## [2025-07-30] + +**NOTE:** All packages have been bumped to handle the latest llama-index-core version. + +### `llama-index-core` [0.13.0] + +- breaking: removed deprecated agent classes, including `FunctionCallingAgent`, the older `ReActAgent` implementation, `AgentRunner`, all step workers, `StructuredAgentPlanner`, `OpenAIAgent`, and more. All users should migrate to the new workflow based agents: `FunctionAgent`, `CodeActAgent`, `ReActAgent`, and `AgentWorkflow` (#19529) +- breaking: removed deprecated `QueryPipeline` class and all associated code (#19554) +- breaking: changed default `index.as_chat_engine()` to return a `CondensePlusContextChatEngine`. Agent-based chat engines have been removed (which was the previous default). If you need an agent, use the above mentioned agent classes. (#19529) +- fix: Update BaseDocumentStore to not return Nones in result (#19513) +- fix: Fix FunctionTool param doc parsing and signature mutation; update tests (#19532) +- fix: Handle empty prompt in MockLLM.stream_complete (#19521) + +### `llama-index-embeddings-mixedbreadai` [0.5.0] + +- feat: Update mixedbread embeddings and rerank for latest sdk (#19519) + +### `llama-index-instrumentation` [0.4.0] + +- fix: let wrapped exceptions bubble up (#19566) + +### `llama-index-llms-google-genai` [0.3.0] + +- feat: Add Thought Summaries and signatures for Gemini (#19505) + +### `llama-index-llms-nvidia` [0.4.0] + +- feat: add support for kimi-k2-instruct (#19525) + +### `llama-index-llms-upstage` [0.6.0] + +- feat: add new upstage model(solar-pro2) (#19526) + +### `llama-index-postprocessor-mixedbreadai-rerank` [0.5.0] + +- feat: Update mixedbread embeddings and rerank for latest sdk (#19519) + +### `llama-index-readers-github` [0.8.0] + +- feat: Github Reader enhancements for file filtering and custom processing (#19543) + +### `llama-index-readers-s3` [0.5.0] + +- feat: add support for region_name via `client_kwargs` in S3Reader (#19546) + +### `llama-index-tools-valyu` [0.4.0] + +- feat: Update Valyu sdk to latest version (#19538) + +### `llama-index-voice-agents-gemini-live` [0.2.0] + +- feat(beta): adding first implementation of gemini live (#19489) + +### `llama-index-vector-stores-astradb` [0.5.0] + +- feat: astradb get nodes + delete nodes support (#19544) + +### `llama-index-vector-stores-milvus` [0.9.0] + +- feat: Add support for specifying partition_names in Milvus search configuration (#19555) + +### `llama-index-vector-stores-s3` [0.2.0] + +- fix: reduce some metadata keys from S3VectorStore to save space (#19550) + +### `llama-index-vector-stores-postgres` [0.6.0] + +- feat: Add support for ANY/ALL postgres operators (#19553) + ## [2025-07-22] ### `llama-index-core` [0.12.52.post1]
docs/docs/examples/llm/openllm.ipynb+0 −206 removed@@ -1,206 +0,0 @@ -{ - "cells": [ - { - "attachments": {}, - "cell_type": "markdown", - "id": "978146e2", - "metadata": {}, - "source": [ - "<a href=\"https://colab.research.google.com/github/run-llama/llama_index/blob/main/docs/docs/examples/llm/openllm.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" - ] - }, - { - "cell_type": "markdown", - "id": "f717d3d4-942b-4d86-9435-fc44b3ac6d39", - "metadata": {}, - "source": [ - "# OpenLLM\n", - "\n", - "OpenLLM lets developers run any open-source LLMs as **OpenAI-compatible API endpoints** with a single command. You can use `llama_index.llms.OpenLLM` to interact with a running OpenLLM server:\n", - "\n", - "See [OpenLLM's README](https://github.com/bentoml/OpenLLM) for more information" - ] - }, - { - "cell_type": "markdown", - "id": "90cf0f2e-8d8d-4e42-81bf-866c759221e1", - "metadata": {}, - "source": [ - "In the below line, we install the packages necessary for this demo:\n", - "\n", - "- `llama-index-llms-openllm`\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "6d1216b5", - "metadata": {}, - "outputs": [], - "source": [ - "%pip install llama-index-llms-openllm" - ] - }, - { - "cell_type": "markdown", - "id": "3dac8f9f-7136-43f7-9e9f-de679e74d66e", - "metadata": {}, - "source": [ - "Now that we're set up, let's play around:" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "id": "2c577674", - "metadata": {}, - "source": [ - "If you're opening this Notebook on colab, you will probably need to install LlamaIndex 🦙." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "86028752", - "metadata": {}, - "outputs": [], - "source": [ - "!pip install llama-index" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "0465029c-fe69-454a-9561-55f7a382b2e2", - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "from typing import List, Optional\n", - "\n", - "from llama_index.llms.openllm import OpenLLM\n", - "from llama_index.core.llms import ChatMessage" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a27feba3-d027-4d10-b1af-1e130e764a67", - "metadata": {}, - "outputs": [], - "source": [ - "llm = OpenLLM(\n", - " model=\"my-model\", api_base=\"https://hostname.com/v1\", api_key=\"na\"\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "b801bef7-2593-49e2-a550-721e6b796486", - "metadata": {}, - "source": [ - "Underlying a completion with `OpenLLM` supports continuous batching with [vLLM](https://vllm.ai/)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "631269c9-38ca-49d2-a7f0-f88e21adef6e", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - " beyond!\n", - "\n", - "As a lifelong lover of all things Pixar, I couldn't resist writing about the most recent release in the Toy Story franchise. Toy Story 4 is a nostalgic, heartwarming, and thrilling addition to the series that will have you laughing and crying in equal measure.\n", - "\n", - "The movie follows Woody (Tom Hanks), Buzz Lightyear (Tim Allen), and the rest of the gang as they embark on a road trip with their new owner, Bonnie. However, things take an unexpected turn when Woody meets Bo Peep (Annie Pot\n" - ] - } - ], - "source": [ - "completion_response = llm.complete(\"To infinity, and\")\n", - "print(completion_response)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "73dbe5df-e74d-46e3-8957-d109fbe3cc30", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - " often a topic of philosophical debate. Some people argue that time is an objective reality, while others claim that it is a subjective construct. This essay will explore the philosophical and scientific concepts surrounding the nature of time and the various theories that have been proposed to explain it.\n", - "\n", - "One of the earliest philosophical theories of time was put forward by Aristotle, who believed that time was a measure of motion. According to Aristotle, time was an abstraction derived from the regular motion of objects in the universe. This theory was later refined by Galileo and Newton, who introduced the concept of time" - ] - } - ], - "source": [ - "for it in llm.stream_complete(\"The meaning of time is\", max_new_tokens=128):\n", - " print(it, end=\"\", flush=True)" - ] - }, - { - "cell_type": "markdown", - "id": "4153da49-5ce9-4008-8148-7c54ac672e27", - "metadata": {}, - "source": [ - "They also support chat API as well, `chat`, `stream_chat`, `achat`, and `astream_chat`:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "19106402-9516-4bc0-b8b5-359281f61f74", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "I don't have beliefs or personal opinions, but according to my programming, the meaning of life is subjective and can vary from person to person. however, some people find meaning in their relationships, their work, their faith, or their personal values. ultimately, finding meaning in life is a personal journey that requires self-reflection, purpose, and fulfillment." - ] - } - ], - "source": [ - "async for it in llm.astream_chat(\n", - " [\n", - " ChatMessage(\n", - " role=\"system\", content=\"You are acting as Ernest Hemmingway.\"\n", - " ),\n", - " ChatMessage(role=\"user\", content=\"Hi there!\"),\n", - " ChatMessage(role=\"assistant\", content=\"Yes?\"),\n", - " ChatMessage(role=\"user\", content=\"What is the meaning of life?\"),\n", - " ]\n", - "):\n", - " print(it.message.content, flush=True, end=\"\")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -}
docs/docs/index.md+3 −3 modified@@ -2,7 +2,7 @@ # Welcome to LlamaIndex 🦙 ! -LlamaIndex is the leading framework for building LLM-powered agents over your data with [LLMs](https://en.wikipedia.org/wiki/Large_language_model) and [workflows](./understanding/workflows/). +LlamaIndex is the leading framework for building LLM-powered agents over your data with [LLMs](https://en.wikipedia.org/wiki/Large_language_model) and [workflows](./understanding/workflows/index.md). <div class="grid cards" markdown> @@ -36,13 +36,13 @@ LlamaIndex is the leading framework for building LLM-powered agents over your da ### What are agents? -[Agents](./understanding/agent/basic_agent/) are LLM-powered knowledge assistants that use tools to perform tasks like research, data extraction, and more. Agents range from simple question-answering to being able to sense, decide and take actions in order to complete tasks. +[Agents](./understanding/agent/index.md) are LLM-powered knowledge assistants that use tools to perform tasks like research, data extraction, and more. Agents range from simple question-answering to being able to sense, decide and take actions in order to complete tasks. LlamaIndex provides a framework for building agents including the ability to use RAG pipelines as one of many tools to complete a task. ### What are workflows? -[Workflows](./understanding/workflows/) are multi-step processes that combine one or more agents, data connectors, and other tools to complete a task. They are event-driven software that allows you to combine RAG data sources and multiple agents to create a complex application that can perform a wide variety of tasks with reflection, error-correction, and other hallmarks of advanced LLM applications. You can then [deploy these agentic workflows](./module_guides/workflow/deployment.md) as production microservices. +[Workflows](./understanding/workflows/index.md) are multi-step processes that combine one or more agents, data connectors, and other tools to complete a task. They are event-driven software that allows you to combine RAG data sources and multiple agents to create a complex application that can perform a wide variety of tasks with reflection, error-correction, and other hallmarks of advanced LLM applications. You can then [deploy these agentic workflows](./module_guides/workflow/deployment.md) as production microservices. ### What is context augmentation?
docs/docs/module_guides/models/llms/modules.md+0 −1 modified@@ -41,7 +41,6 @@ We support integrations with OpenAI, Anthropic, Google, Hugging Face, and more. - [Nvidia Triton](../../../examples/llm/nvidia_triton.ipynb) - [Ollama](../../../examples/llm/ollama.ipynb) - [OpenAI](../../../examples/llm/openai.ipynb) -- [OpenLLM](../../../examples/llm/openllm.ipynb) - [OpenRouter](../../../examples/llm/openrouter.ipynb) - [Perplexity](../../../examples/llm/perplexity.ipynb) - [Pipeshift](../../../examples/llm/pipeshift.ipynb)
docs/docs/optimizing/building_rag_from_scratch.md+2 −3 modified@@ -77,7 +77,6 @@ Here we show you how to build an advanced retriever capable of query-rewriting, RAG as a framework is primarily focused on unstructured data. LlamaIndex also has out of the box support for structured data and semi-structured data as well. -Take a look at our guides below to see how to build text-to-SQL and text-to-Pandas from scratch (using our Query Pipeline syntax). +Take a look at our guides below to see how to build text-to-SQL from scratch (using our Workflows library). -- [Text-to-SQL from Scratch](../examples/pipeline/query_pipeline_sql.ipynb) -- [Text-to-Pandas from Scratch](../examples/pipeline/query_pipeline_pandas.ipynb) +- [Text-to-SQL from Scratch](../examples/workflow/advanced_text_to_sql.ipynb)
docs/mkdocs_api_only.yml+0 −1 modified@@ -415,7 +415,6 @@ plugins: - ../llama-index-integrations/llms/llama-index-llms-replicate - ../llama-index-integrations/llms/llama-index-llms-openai-like - ../llama-index-integrations/llms/llama-index-llms-konko - - ../llama-index-integrations/llms/llama-index-llms-openllm - ../llama-index-integrations/llms/llama-index-llms-litellm - ../llama-index-integrations/llms/llama-index-llms-sagemaker-endpoint - ../llama-index-integrations/llms/llama-index-llms-portkey
docs/mkdocs.yml+10 −68 modified@@ -129,7 +129,6 @@ nav: - ./examples/chat_engine/chat_engine_condense_question.ipynb - ./examples/chat_engine/chat_engine_context.ipynb - ./examples/chat_engine/chat_engine_personality.ipynb - - ./examples/chat_engine/chat_engine_react.ipynb - ./examples/chat_engine/chat_engine_repl.ipynb - Cookbooks: - ./examples/cookbooks/GraphRAG_v1.ipynb @@ -380,7 +379,6 @@ nav: - ./examples/llm/openai.ipynb - ./examples/llm/openai_json_vs_function_calling.ipynb - ./examples/llm/openai_responses.ipynb - - ./examples/llm/openllm.ipynb - ./examples/llm/openrouter.ipynb - ./examples/llm/openvino-genai.ipynb - ./examples/llm/openvino.ipynb @@ -572,13 +570,7 @@ nav: - ./examples/query_engine/pydantic_query_engine.ipynb - ./examples/query_engine/sec_tables/tesla_10q_table.ipynb - ./examples/query_engine/sub_question_query_engine.ipynb - - Query Pipeline: - - ./examples/pipeline/query_pipeline.ipynb - - ./examples/pipeline/query_pipeline_async.ipynb - - ./examples/pipeline/query_pipeline_memory.ipynb - - ./examples/pipeline/query_pipeline_pandas.ipynb - - ./examples/pipeline/query_pipeline_routing.ipynb - - ./examples/pipeline/query_pipeline_sql.ipynb + - Query Pipeline: [] - Query Transformations: - ./examples/query_transformations/HyDEQueryTransformDemo.ipynb - ./examples/query_transformations/SimpleIndexDemo-multistep.ipynb @@ -1081,7 +1073,6 @@ nav: - ./api_reference/llms/opea.md - ./api_reference/llms/openai.md - ./api_reference/llms/openai_like.md - - ./api_reference/llms/openllm.md - ./api_reference/llms/openrouter.md - ./api_reference/llms/openvino.md - ./api_reference/llms/openvino_genai.md @@ -1119,17 +1110,12 @@ nav: - ./api_reference/llama_deploy - Llama Packs: - ./api_reference/packs/agent_search_retriever.md - - ./api_reference/packs/agents_coa.md - - ./api_reference/packs/agents_lats.md - - ./api_reference/packs/agents_llm_compiler.md - ./api_reference/packs/amazon_product_extraction.md - ./api_reference/packs/arize_phoenix_query_engine.md - ./api_reference/packs/auto_merging_retriever.md - ./api_reference/packs/chroma_autoretrieval.md - ./api_reference/packs/code_hierarchy.md - - ./api_reference/packs/cogniswitch_agent.md - ./api_reference/packs/cohere_citation_chat.md - - ./api_reference/packs/corrective_rag.md - ./api_reference/packs/deeplake_deepmemory_retriever.md - ./api_reference/packs/deeplake_multimodal_retrieval.md - ./api_reference/packs/dense_x_retrieval.md @@ -1138,44 +1124,35 @@ nav: - ./api_reference/packs/fusion_retriever.md - ./api_reference/packs/fuzzy_citation.md - ./api_reference/packs/gmail_openai_agent.md - - ./api_reference/packs/gradio_agent_chat.md - - ./api_reference/packs/gradio_react_agent_chatbot.md - ./api_reference/packs/index.md - - ./api_reference/packs/infer_retrieve_rerank.md - ./api_reference/packs/koda_retriever.md - ./api_reference/packs/llama_dataset_metadata.md - ./api_reference/packs/llama_guard_moderator.md - ./api_reference/packs/llava_completion.md - ./api_reference/packs/longrag.md - ./api_reference/packs/mixture_of_agents.md - - ./api_reference/packs/multi_document_agents.md - ./api_reference/packs/multi_tenancy_rag.md - ./api_reference/packs/multidoc_autoretrieval.md - ./api_reference/packs/nebulagraph_query_engine.md - ./api_reference/packs/neo4j_query_engine.md - ./api_reference/packs/node_parser_semantic_chunking.md - ./api_reference/packs/ollama_query_engine.md - ./api_reference/packs/panel_chatbot.md - - ./api_reference/packs/query_understanding_agent.md - ./api_reference/packs/raft_dataset.md - - ./api_reference/packs/rag_cli_local.md - ./api_reference/packs/rag_evaluator.md - - ./api_reference/packs/rag_fusion_query_pipeline.md - ./api_reference/packs/ragatouille_retriever.md - ./api_reference/packs/raptor.md - ./api_reference/packs/recursive_retriever.md - ./api_reference/packs/resume_screener.md - ./api_reference/packs/retry_engine_weaviate.md - ./api_reference/packs/searchain.md - - ./api_reference/packs/secgpt.md - ./api_reference/packs/self_discover.md - ./api_reference/packs/self_rag.md - ./api_reference/packs/sentence_window_retriever.md - ./api_reference/packs/snowflake_query_engine.md - ./api_reference/packs/stock_market_data_query_engine.md - ./api_reference/packs/streamlit_chatbot.md - ./api_reference/packs/sub_question_weaviate.md - - ./api_reference/packs/tables.md - ./api_reference/packs/timescale_vector_autoretrieval.md - ./api_reference/packs/trulens_eval_packs.md - ./api_reference/packs/vanna.md @@ -1312,7 +1289,6 @@ nav: - ./api_reference/program/llm_text_completion.md - ./api_reference/program/lmformatenforcer.md - ./api_reference/program/multi_modal.md - - ./api_reference/program/openai.md - Prompts: - ./api_reference/prompts/index.md - Protocols: @@ -1339,30 +1315,10 @@ nav: - ./api_reference/query_engine/sub_question.md - ./api_reference/query_engine/tool_retriever_router.md - ./api_reference/query_engine/transform.md - - Query Pipeline: - - ./api_reference/query_pipeline/agent.md - - ./api_reference/query_pipeline/arg_pack.md - - ./api_reference/query_pipeline/custom.md - - ./api_reference/query_pipeline/function.md - - ./api_reference/query_pipeline/index.md - - ./api_reference/query_pipeline/input.md - - ./api_reference/query_pipeline/llm.md - - ./api_reference/query_pipeline/multi_modal.md - - ./api_reference/query_pipeline/object.md - - ./api_reference/query_pipeline/output_parser.md - - ./api_reference/query_pipeline/postprocessor.md - - ./api_reference/query_pipeline/prompt.md - - ./api_reference/query_pipeline/query_engine.md - - ./api_reference/query_pipeline/query_transform.md - - ./api_reference/query_pipeline/retriever.md - - ./api_reference/query_pipeline/router.md - - ./api_reference/query_pipeline/synthesizer.md - - ./api_reference/query_pipeline/tool_runner.md - Question Generators: - ./api_reference/question_gen/guidance.md - ./api_reference/question_gen/index.md - ./api_reference/question_gen/llm_question_gen.md - - ./api_reference/question_gen/openai.md - Readers: - ./api_reference/readers/agent_search.md - ./api_reference/readers/airbyte_cdk.md @@ -1785,6 +1741,7 @@ nav: - ./api_reference/tools/zapier.md - Voice Agents: - ./api_reference/voice_agents/elevenlabs.md + - ./api_reference/voice_agents/gemini_live.md - ./api_reference/voice_agents/openai.md - Workflow: - ./api_reference/workflow/decorators.md @@ -1840,7 +1797,6 @@ plugins: - ../llama-index-packs/llama-index-packs-zephyr-query-engine - ../llama-index-packs/llama-index-packs-timescale-vector-autoretrieval - ../llama-index-packs/llama-index-packs-corrective-rag - - ../llama-index-packs/llama-index-packs-multi-document-agents - ../llama-index-packs/llama-index-packs-multidoc-autoretrieval - ../llama-index-packs/llama-index-packs-gmail-openai-agent - ../llama-index-packs/llama-index-packs-neo4j-query-engine @@ -1849,7 +1805,6 @@ plugins: - ../llama-index-packs/llama-index-packs-trulens-eval-packs - ../llama-index-packs/llama-index-packs-evaluator-benchmarker - ../llama-index-packs/llama-index-packs-vanna - - ../llama-index-packs/llama-index-packs-rag-fusion-query-pipeline - ../llama-index-packs/llama-index-packs-llama-guard-moderator - ../llama-index-packs/llama-index-packs-snowflake-query-engine - ../llama-index-packs/llama-index-packs-self-rag @@ -1859,21 +1814,16 @@ plugins: - ../llama-index-packs/llama-index-packs-rag-evaluator - ../llama-index-packs/llama-index-packs-arize-phoenix-query-engine - ../llama-index-packs/llama-index-packs-panel-chatbot - - ../llama-index-packs/llama-index-packs-rag-cli-local - ../llama-index-packs/llama-index-packs-multi-tenancy-rag - ../llama-index-packs/llama-index-packs-streamlit-chatbot - ../llama-index-packs/llama-index-packs-vectara-rag - - ../llama-index-packs/llama-index-packs-tables - ../llama-index-packs/llama-index-packs-node-parser-semantic-chunking - ../llama-index-packs/llama-index-packs-dense-x-retrieval - ../llama-index-packs/llama-index-packs-auto-merging-retriever - - ../llama-index-packs/llama-index-packs-agents-llm-compiler - - ../llama-index-packs/llama-index-packs-gradio-react-agent-chatbot - ../llama-index-packs/llama-index-packs-sub-question-weaviate - ../llama-index-packs/llama-index-packs-deeplake-deepmemory-retriever - ../llama-index-packs/llama-index-packs-nebulagraph-query-engine - ../llama-index-packs/llama-index-packs-voyage-query-engine - - ../llama-index-packs/llama-index-packs-infer-retrieve-rerank - ../llama-index-packs/llama-index-packs-sentence-window-retriever - ../llama-index-packs/llama-index-packs-recursive-retriever - ../llama-index-packs/llama-index-packs-amazon-product-extraction @@ -1882,7 +1832,6 @@ plugins: - ../llama-index-packs/llama-index-packs-ragatouille-retriever - ../llama-index-packs/llama-index-packs-fuzzy-citation - ../llama-index-packs/llama-index-packs-deeplake-multimodal-retrieval - - ../llama-index-packs/llama-index-packs-gradio-agent-chat - ../llama-index-packs/llama-index-packs-agent-search-retriever - ../llama-index-packs/llama-index-packs-fusion-retriever - ../llama-index-integrations/vector_stores/llama-index-vector-stores-singlestoredb @@ -2049,7 +1998,6 @@ plugins: - ../llama-index-integrations/storage/chat_store/llama-index-storage-chat-store-redis - ../llama-index-integrations/output_parsers/llama-index-output-parsers-langchain - ../llama-index-integrations/output_parsers/llama-index-output-parsers-guardrails - - ../llama-index-integrations/program/llama-index-program-openai - ../llama-index-integrations/program/llama-index-program-lmformatenforcer - ../llama-index-integrations/program/llama-index-program-guidance - ../llama-index-integrations/program/llama-index-program-evaporate @@ -2183,7 +2131,6 @@ plugins: - ../llama-index-integrations/readers/llama-index-readers-metal - ../llama-index-integrations/readers/llama-index-readers-boarddocs - ../llama-index-integrations/question_gen/llama-index-question-gen-guidance - - ../llama-index-integrations/question_gen/llama-index-question-gen-openai - ../llama-index-integrations/llms/llama-index-llms-palm - ../llama-index-integrations/llms/llama-index-llms-cohere - ../llama-index-integrations/llms/llama-index-llms-nvidia-triton @@ -2204,7 +2151,6 @@ plugins: - ../llama-index-integrations/llms/llama-index-llms-replicate - ../llama-index-integrations/llms/llama-index-llms-openai-like - ../llama-index-integrations/llms/llama-index-llms-konko - - ../llama-index-integrations/llms/llama-index-llms-openllm - ../llama-index-integrations/llms/llama-index-llms-litellm - ../llama-index-integrations/llms/llama-index-llms-sagemaker-endpoint - ../llama-index-integrations/llms/llama-index-llms-portkey @@ -2230,7 +2176,6 @@ plugins: - ../llama-index-integrations/llms/llama-index-llms-gradient - ../llama-index-integrations/extractors/llama-index-extractors-entity - ../llama-index-integrations/extractors/llama-index-extractors-marvin - - ../llama-index-packs/llama-index-packs-query-understanding-agent - ../llama-index-packs/llama-index-packs-raptor - ../llama-index-packs/llama-index-packs-code-hierarchy - ../llama-index-packs/llama-index-packs-cohere-citation-chat @@ -2273,13 +2218,11 @@ plugins: - ../llama-index-integrations/llms/llama-index-llms-databricks - ../llama-index-integrations/embeddings/llama-index-embeddings-huggingface-openvino - ../llama-index-integrations/llms/llama-index-llms-openvino - - ../llama-index-packs/llama-index-packs-agents-coa - ../llama-index-integrations/embeddings/llama-index-embeddings-ipex-llm - ../llama-index-integrations/postprocessor/llama-index-postprocessor-openvino-rerank - ../llama-index-integrations/vector_stores/llama-index-vector-stores-couchbase - ../llama-index-integrations/retrievers/llama-index-retrievers-bedrock - ../llama-index-integrations/retrievers/llama-index-retrievers-mongodb-atlas-bm25-retriever - - ../llama-index-packs/llama-index-packs-agents-lats - ../llama-index-integrations/vector_stores/llama-index-vector-stores-vearch - ../llama-index-integrations/vector_stores/llama-index-vector-stores-awsdocdb - ../llama-index-integrations/agent/llama-index-agent-llm-compiler @@ -2313,7 +2256,6 @@ plugins: - ../llama-index-integrations/storage/chat_store/llama-index-storage-chat-store-azure - ../llama-index-integrations/llms/llama-index-llms-deepinfra - ../llama-index-integrations/vector_stores/llama-index-vector-stores-hologres - - ../llama-index-packs/llama-index-packs-secgpt - ../llama-index-integrations/indices/llama-index-indices-managed-dashscope - ../llama-index-integrations/embeddings/llama-index-embeddings-oci-genai - ../llama-index-integrations/node_parser/llama-index-node-parser-relational-dashscope @@ -2514,6 +2456,7 @@ plugins: - ../llama-index-integrations/readers/llama-index-readers-service-now - ../llama-index-integrations/llms/llama-index-llms-cloudflare-ai-gateway - ../llama-index-integrations/tools/llama-index-tools-jira-issue + - ../llama-index-integrations/voice_agents/llama-index-voice-agents-gemini-live - redirects: redirect_maps: ./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md @@ -2581,14 +2524,14 @@ plugins: ./end_to_end_tutorials/use_cases.html: use_cases/q_and_a/index.md ./examples/agent/Chatbot_SEC.html: https://docs.llamaindex.ai/en/stable/examples/agent/Chatbot_SEC/ ./examples/agent/agent_builder.html: https://docs.llamaindex.ai/en/stable/examples/agent/agent_builder/ - ./examples/agent/agent_runner/agent_around_query_pipeline_with_HyDE_for_PDFs.html: https://docs.llamaindex.ai/en/stable/examples/agent/agent_runner/agent_around_query_pipeline_with_HyDE_for_PDFs/ + ./examples/agent/agent_runner/agent_around_query_pipeline_with_HyDE_for_PDFs.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ ./examples/agent/agent_runner/agent_around_query_pipeline_with_HyDE_for_PDFs/index.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ ./examples/agent/agent_runner/agent_runner.html: https://docs.llamaindex.ai/en/stable/examples/agent/agent_runner/agent_runner/ ./examples/agent/agent_runner/agent_runner/index.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ ./examples/agent/agent_runner/agent_runner_rag.html: https://docs.llamaindex.ai/en/stable/examples/agent/agent_runner/agent_runner_rag/ ./examples/agent/agent_runner/agent_runner_rag_controllable.html: https://docs.llamaindex.ai/en/stable/examples/agent/agent_runner/agent_runner_rag_controllable/ ./examples/agent/agent_runner/agent_runner_rag_controllable/index.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ - ./examples/agent/agent_runner/query_pipeline_agent.html: https://docs.llamaindex.ai/en/stable/examples/agent/agent_runner/query_pipeline_agent/ + ./examples/agent/agent_runner/query_pipeline_agent.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ ./examples/agent/agent_runner/query_pipeline_agent/index.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ ./examples/agent/agentic_rag_using_vertex_ai/index.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ ./examples/agent/agentic_rag_with_llamaindex_and_vertexai_managed_index/index.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ @@ -2824,7 +2767,6 @@ plugins: ./examples/llm/ollama_gemma.html: https://docs.llamaindex.ai/en/stable/examples/llm/ollama_gemma/ ./examples/llm/openai.html: https://docs.llamaindex.ai/en/stable/examples/llm/openai/ ./examples/llm/openai_json_vs_function_calling.html: https://docs.llamaindex.ai/en/stable/examples/llm/openai_json_vs_function_calling/ - ./examples/llm/openllm.html: https://docs.llamaindex.ai/en/stable/examples/llm/openllm/ ./examples/llm/openrouter.html: https://docs.llamaindex.ai/en/stable/examples/llm/openrouter/ ./examples/llm/palm.html: https://docs.llamaindex.ai/en/stable/examples/llm/palm/ ./examples/llm/perplexity.html: https://docs.llamaindex.ai/en/stable/examples/llm/perplexity/ @@ -2906,11 +2848,11 @@ plugins: ./examples/output_parsing/openai_pydantic_program.html: https://docs.llamaindex.ai/en/stable/examples/output_parsing/openai_pydantic_program/ ./examples/output_parsing/openai_sub_question.html: https://docs.llamaindex.ai/en/stable/examples/output_parsing/openai_sub_question/ ./examples/param_optimizer/param_optimizer.html: https://docs.llamaindex.ai/en/stable/examples/param_optimizer/param_optimizer/ - ./examples/pipeline/query_pipeline.html: https://docs.llamaindex.ai/en/stable/examples/pipeline/query_pipeline/ - ./examples/pipeline/query_pipeline_async.html: https://docs.llamaindex.ai/en/stable/examples/pipeline/query_pipeline_async/ - ./examples/pipeline/query_pipeline_pandas.html: https://docs.llamaindex.ai/en/stable/examples/pipeline/query_pipeline_pandas/ - ./examples/pipeline/query_pipeline_routing.html: https://docs.llamaindex.ai/en/stable/examples/pipeline/query_pipeline_routing/ - ./examples/pipeline/query_pipeline_sql.html: https://docs.llamaindex.ai/en/stable/examples/pipeline/query_pipeline_sql/ + ./examples/pipeline/query_pipeline.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ + ./examples/pipeline/query_pipeline_async.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ + ./examples/pipeline/query_pipeline_pandas.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ + ./examples/pipeline/query_pipeline_routing.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ + ./examples/pipeline/query_pipeline_sql.html: https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/ ./examples/prompts/advanced_prompts.html: https://docs.llamaindex.ai/en/stable/examples/prompts/advanced_prompts/ ./examples/prompts/emotion_prompt.html: https://docs.llamaindex.ai/en/stable/examples/prompts/emotion_prompt/ ./examples/prompts/prompt_mixin.html: https://docs.llamaindex.ai/en/stable/examples/prompts/prompt_mixin/
docs/poetry.lock+6 −2253 modifieddocs/pyproject.toml+0 −1 modified@@ -23,7 +23,6 @@ mkdocs-redirects = "^1.2.1" mkdocs-render-swagger-plugin = "^0.1.2" mkdocstrings = {extras = ["python"], version = "^0.26.1"} griffe-fieldz = "^0.2.0" -llama_deploy = {extras = ["awssqs", "kafka", "rabbitmq", "redis"], version = "<1"} appnope = "0.1.4" asttokens = "2.4.1" attrs = "23.2.0"
llama-index-cli/pyproject.toml+4 −4 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-cli" -version = "0.4.4" +version = "0.5.0" description = "llama-index cli" authors = [{name = "llamaindex"}] requires-python = ">=3.9,<4.0" @@ -41,9 +41,9 @@ maintainers = [ {name = "Sourabh Desai", email = "sourabh@llamaindex.ai"}, ] dependencies = [ - "llama-index-core>=0.12.0,<0.13", - "llama-index-embeddings-openai>=0.3.1,<0.4", - "llama-index-llms-openai>=0.4.0,<0.5", + "llama-index-core>=0.13.0,<0.14", + "llama-index-embeddings-openai>=0.5.0,<0.6", + "llama-index-llms-openai>=0.5.0,<0.6", ] [project.scripts]
llama-index-core/llama_index/core/__init__.py+1 −1 modified@@ -1,6 +1,6 @@ """Top-level imports for LlamaIndex.""" -__version__ = "0.12.52.post1" +__version__ = "0.13.0" import logging from logging import NullHandler
llama-index-core/pyproject.toml+1 −2 modified@@ -10,7 +10,6 @@ dev = [ "codespell[toml]>=v2.2.6", "diff-cover>=9.2.0", "llama-cloud>=0.0.6", - "llama-index-llms-openai>=0.4.7", "mypy==1.11.0", "openai", "pandas", @@ -32,7 +31,7 @@ dev = [ [project] name = "llama-index-core" -version = "0.12.52.post1" +version = "0.13.0" description = "Interface between LLMs and your data" authors = [{name = "Jerry Liu", email = "jerry@llamaindex.ai"}] requires-python = ">=3.9,<4.0"
llama-index-core/uv.lock+1 −16 modified@@ -1048,7 +1048,7 @@ wheels = [ [[package]] name = "llama-index-core" -version = "0.12.52.post1" +version = "0.15.0" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -1093,7 +1093,6 @@ dev = [ { name = "codespell", extra = ["toml"] }, { name = "diff-cover" }, { name = "llama-cloud" }, - { name = "llama-index-llms-openai" }, { name = "mypy" }, { name = "openai" }, { name = "pandas" }, @@ -1155,7 +1154,6 @@ dev = [ { name = "codespell", extras = ["toml"], specifier = ">=2.2.6" }, { name = "diff-cover", specifier = ">=9.2.0" }, { name = "llama-cloud", specifier = ">=0.0.6" }, - { name = "llama-index-llms-openai", specifier = ">=0.4.7" }, { name = "mypy", specifier = "==1.11.0" }, { name = "openai" }, { name = "pandas" }, @@ -1188,19 +1186,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b8/ea/184ac78743ebe1cf88c3286d1864499794f449b01e20c66186d7c5b99d1d/llama_index_instrumentation-0.1.0-py3-none-any.whl", hash = "sha256:b533d5715e41fe572bc959c7bda2ddf0c6f36de95e4d9a4d78265e4069ac0583", size = 14802, upload-time = "2025-06-09T15:41:29.822Z" }, ] -[[package]] -name = "llama-index-llms-openai" -version = "0.4.7" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "llama-index-core" }, - { name = "openai" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/d9/39/a7ce514fb500951e9edb713ed918a9ffe49f1a76fccfc531a4ec5c7fe15a/llama_index_llms_openai-0.4.7.tar.gz", hash = "sha256:564af8ab39fb3f3adfeae73a59c0dca46c099ab844a28e725eee0c551d4869f8", size = 24251, upload-time = "2025-06-16T03:38:47.175Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/61/e9/391926dad180ced6bb37a62edddb8483fbecde411239bd5e726841bb77b4/llama_index_llms_openai-0.4.7-py3-none-any.whl", hash = "sha256:3b8d9d3c1bcadc2cff09724de70f074f43eafd5b7048a91247c9a41b7cd6216d", size = 25365, upload-time = "2025-06-16T03:38:45.72Z" }, -] - [[package]] name = "llama-index-workflows" version = "1.0.1"
llama-index-experimental/pyproject.toml+1 −1 modified@@ -32,7 +32,7 @@ requires-python = ">=3.10,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.13,<0.13", + "llama-index-core>=0.13.0,<0.14", "llama-index-finetuning>=0.3.2,<0.4", "pandas<2.3.0", "duckdb>=1.0.0,<2",
llama-index-instrumentation/pyproject.toml+1 −1 modified@@ -7,7 +7,7 @@ dev = ["pytest>=8.4.0", "pytest-asyncio>=1.0.0", "pytest-cov>=6.1.1"] [project] name = "llama-index-instrumentation" -version = "0.3.1" +version = "0.4.0" description = "Add your description here" readme = "README.md" authors = [{name = "Massimiliano Pippi", email = "mpippi@gmail.com"}]
llama-index-instrumentation/uv.lock+296 −295 modifiedllama-index-integrations/agent/llama-index-agent-azure/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-agent-azure-foundry" -version = "0.1.0" +version = "0.2.0" description = "llama-index agent azure integration" authors = [{name = "Microsoft", email = "SK-Support@microsoft.com"}] requires-python = ">=3.9,<4.0" @@ -38,7 +38,7 @@ dependencies = [ "azure-ai-agents >= 1.0.0b3", "azure-identity", "openai>=1.14.0", - "llama-index-core>=0.12.18,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-agentops/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-callbacks-agentops" -version = "0.3.0" +version = "0.4.0" description = "llama-index instrumentation agentops integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "agentops>=0.2.2,<0.3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-agentops/uv.lock+2128 −2085 modifiedllama-index-integrations/callbacks/llama-index-callbacks-aim/pyproject.toml+1 −1 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-callbacks-aim" -version = "0.3.0" +version = "0.4.0" description = "llama-index callbacks aim integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9"
llama-index-integrations/callbacks/llama-index-callbacks-aim/uv.lock+2278 −2278 modifiedllama-index-integrations/callbacks/llama-index-callbacks-argilla/pyproject.toml+1 −1 modified@@ -25,7 +25,7 @@ dev = [ [project] name = "llama-index-callbacks-argilla" -version = "0.3.0" +version = "0.4.0" description = "llama-index callbacks argilla integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<3.12"
llama-index-integrations/callbacks/llama-index-callbacks-argilla/uv.lock+1631 −1631 modifiedllama-index-integrations/callbacks/llama-index-callbacks-arize-phoenix/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-callbacks-arize-phoenix" -version = "0.5.1" +version = "0.6.0" description = "llama-index callbacks arize-phoenix integration" authors = [ {name = "Arize AI", email = "phoenix-devs@arize.com"}, @@ -38,7 +38,7 @@ readme = "README.md" license = "MIT" dependencies = [ "openinference-instrumentation-llama-index>=4.1.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-arize-phoenix/uv.lock+2248 −2205 modifiedllama-index-integrations/callbacks/llama-index-callbacks-deepeval/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-callbacks-deepeval" -version = "0.3.0" +version = "0.4.0" description = "llama-index callbacks deepeval integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "deepeval", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-deepeval/uv.lock+2727 −2684 modifiedllama-index-integrations/callbacks/llama-index-callbacks-honeyhive/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-callbacks-honeyhive" -version = "0.3.0" +version = "0.4.0" description = "llama-index callbacks honeyhive integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "honeyhive>=0.1.79,<0.2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-honeyhive/uv.lock+2526 −2686 modifiedllama-index-integrations/callbacks/llama-index-callbacks-langfuse/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-callbacks-langfuse" -version = "0.3.0" +version = "0.4.0" description = "llama-index callbacks langfuse integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "langfuse>=2.21.2,<3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-langfuse/uv.lock+2239 −2196 modifiedllama-index-integrations/callbacks/llama-index-callbacks-literalai/pyproject.toml+2 −2 modified@@ -27,13 +27,13 @@ dev = [ [project] name = "llama-index-callbacks-literalai" -version = "1.2.0" +version = "1.3.0" description = "llama-index callbacks literalai integration" authors = [{name = "Damien BUTY", email = "damien@chainlit.io"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/callbacks/llama-index-callbacks-literalai/uv.lock+2235 −2192 modifiedllama-index-integrations/callbacks/llama-index-callbacks-openinference/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-callbacks-openinference" -version = "0.3.0" +version = "0.4.0" description = "llama-index callbacks openinference integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/callbacks/llama-index-callbacks-openinference/uv.lock+2123 −2080 modifiedllama-index-integrations/callbacks/llama-index-callbacks-opik/pyproject.toml+2 −2 modified@@ -27,13 +27,13 @@ dev = [ [project] name = "llama-index-callbacks-opik" -version = "1.1.0" +version = "1.2.0" description = "llama-index callbacks Opik Comet integration" authors = [{name = "Jacques VERRE", email = "jacques@comet.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/callbacks/llama-index-callbacks-opik/uv.lock+2235 −2192 modifiedllama-index-integrations/callbacks/llama-index-callbacks-promptlayer/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-callbacks-promptlayer" -version = "0.3.0" +version = "0.4.0" description = "llama-index callbacks promptlayer integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "promptlayer>=0.4.2,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-promptlayer/uv.lock+2125 −2082 modifiedllama-index-integrations/callbacks/llama-index-callbacks-uptrain/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-callbacks-uptrain" -version = "0.4.0" +version = "0.5.0" description = "UpTrain Callback for performing evaluations on the LlamaIndex pipeline" authors = [{name = "Dhruv Chawla", email = "dhruv@uptrain.ai"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "AGPL-3.0" dependencies = [ "uptrain>=0.7.1", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-uptrain/uv.lock+2412 −2369 modifiedllama-index-integrations/callbacks/llama-index-callbacks-wandb/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-callbacks-wandb" -version = "0.3.0" +version = "0.4.0" description = "llama-index callbacks wandb integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "wandb>=0.16.2,<0.17", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/callbacks/llama-index-callbacks-wandb/uv.lock+2216 −2173 modifiedllama-index-integrations/embeddings/llama-index-embeddings-adapter/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-adapter" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings adapter integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "torch>=2.0.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-adapter/uv.lock+2162 −2119 modifiedllama-index-integrations/embeddings/llama-index-embeddings-alephalpha/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-alephalpha" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings alephalpha integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "aleph-alpha-client>=7.0.1,<8", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-alephalpha/uv.lock+2222 −2179 modifiedllama-index-integrations/embeddings/llama-index-embeddings-alibabacloud-aisearch/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-alibabacloud-aisearch" -version = "0.2.0" +version = "0.3.0" description = "llama-index embeddings alibabacloud_aisearch integration" authors = [{name = "llama-index"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "alibabacloud-searchplat20240529>=1.1.0,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-alibabacloud-aisearch/uv.lock+2148 −2105 modifiedllama-index-integrations/embeddings/llama-index-embeddings-anyscale/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-anyscale" -version = "0.3.2" +version = "0.4.0" description = "llama-index embeddings anyscale integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-anyscale/uv.lock+2197 −2154 modifiedllama-index-integrations/embeddings/llama-index-embeddings-autoembeddings/pyproject.toml+2 −2 modified@@ -26,14 +26,14 @@ dev = [ [project] name = "llama-index-embeddings-autoembeddings" -version = "0.1.0" +version = "0.2.0" description = "llama-index embeddings AutoEmbeddings integration" authors = [{name = "Clelia Astra Bertelli", email = "astraberte9@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "chonkie[all]", ]
llama-index-integrations/embeddings/llama-index-embeddings-autoembeddings/uv.lock+2665 −2622 modifiedllama-index-integrations/embeddings/llama-index-embeddings-azure-inference/pyproject.toml+2 −2 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-embeddings-azure-inference" -version = "0.3.0" +version = "0.4.0" description = "Integration for model supporting Azure AI model inference API in llama-index" authors = [{name = "Azure AI model inference group", email = "azureml-inference@microsoft.com"}] requires-python = ">=3.9,<4.0" @@ -36,7 +36,7 @@ dependencies = [ "azure-ai-inference>=1.0.0b5", "azure-identity>=1.15.0,<2", "aiohttp>=3.10.0,<4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-azure-inference/uv.lock+2137 −2094 modifiedllama-index-integrations/embeddings/llama-index-embeddings-azure-openai/pyproject.toml+4 −4 modified@@ -27,16 +27,16 @@ dev = [ [project] name = "llama-index-embeddings-azure-openai" -version = "0.3.9" +version = "0.4.0" description = "llama-index embeddings azure openai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-azure-openai>=0.3.0,<0.4", - "llama-index-embeddings-openai>=0.3.0,<0.4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-azure-openai>=0.4.0,<0.5", + "llama-index-embeddings-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-azure-openai/uv.lock+2326 −2283 modifiedllama-index-integrations/embeddings/llama-index-embeddings-bedrock/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-embeddings-bedrock" -version = "0.5.2" +version = "0.6.0" description = "llama-index embeddings bedrock integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -36,7 +36,7 @@ license = "MIT" dependencies = [ "boto3>=1.34.23,<2", "aioboto3>=13.1.1,<16", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-bedrock/uv.lock+2143 −2100 modifiedllama-index-integrations/embeddings/llama-index-embeddings-clarifai/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-clarifai" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings clarifai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "clarifai>=10.0.1,<11", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-clarifai/uv.lock+2345 −2302 modifiedllama-index-integrations/embeddings/llama-index-embeddings-clip/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-clip" -version = "0.4.0" +version = "0.5.0" description = "llama-index embeddings clip integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-clip/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-cloudflare-workersai/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-cloudflare-workersai" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings Cloudflare Workers AI integration" authors = [{name = "cxumol", email = "cxumol@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-cloudflare-workersai/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-cohere/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-cohere" -version = "0.5.1" +version = "0.6.0" description = "llama-index embeddings cohere integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "cohere>=5.15,<6", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-cohere/uv.lock+2178 −2135 modifiedllama-index-integrations/embeddings/llama-index-embeddings-dashscope/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-dashscope" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings dashscope integration" authors = [{name = "liuyhwangyh"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "dashscope>1.10.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-dashscope/uv.lock+2124 −2081 modifiedllama-index-integrations/embeddings/llama-index-embeddings-databricks/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-databricks" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings databricks integration" authors = [{name = "Enrico Stauss"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-embeddings-openai>=0.3.0,<0.4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-embeddings-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-databricks/uv.lock+2196 −2153 modifiedllama-index-integrations/embeddings/llama-index-embeddings-deepinfra/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-deepinfra" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings deepinfra integration" authors = [{name = "Oguz Vuruskaner", email = "oguzvuruskaner@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "aiohttp>=3.8.1,<4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-deepinfra/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-elasticsearch/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-elasticsearch" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings elasticsearch integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "elasticsearch>=8.12.0,<9", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-elasticsearch/uv.lock+2127 −2084 modifiedllama-index-integrations/embeddings/llama-index-embeddings-fastembed/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-fastembed" -version = "0.3.5" +version = "0.4.0" description = "llama-index embeddings fastembed integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<3.13" readme = "README.md" license = "MIT" dependencies = [ "fastembed>=0.2.2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-fastembed/uv.lock+1905 −1904 modifiedllama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml+3 −3 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-fireworks" -version = "0.3.1" +version = "0.4.0" description = "llama-index embeddings fireworks integration" authors = [{name = "benjibc"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-fireworks/uv.lock+2309 −2266 modifiedllama-index-integrations/embeddings/llama-index-embeddings-gaudi/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-gaudi" -version = "0.2.1" +version = "0.3.0" description = "llama-index embeddings gaudi integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "optimum[habana]>=1.21.2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-gaudi/uv.lock+2377 −2334 modifiedllama-index-integrations/embeddings/llama-index-embeddings-gemini/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-gemini" -version = "0.3.2" +version = "0.4.0" description = "llama-index embeddings gemini integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "google-generativeai>=0.5.2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-gemini/uv.lock+2215 −2172 modifiedllama-index-integrations/embeddings/llama-index-embeddings-gigachat/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-gigachat" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings gigachat integration" authors = [{name = "Kirill Kukharev", email = "lepeshokoff200@mail.ru"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "gigachat==0.1.28", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-gigachat/uv.lock+2125 −2082 modifiedllama-index-integrations/embeddings/llama-index-embeddings-google-genai/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-google-genai" -version = "0.2.1" +version = "0.3.0" description = "llama-index embeddings google genai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "google-genai>=1.24.0,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-google-genai/uv.lock+158 −115 modified@@ -127,6 +127,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ec/6a/bc7e17a3e87a2985d3e8f4da4cd0f481060eb78fb08596c42be62c90a4d9/aiosignal-1.3.2-py2.py3-none-any.whl", hash = "sha256:45cde58e409a301715980c2b01d0c28bdde3770d8290b5eb2173759d9acb31a5", size = 7597, upload-time = "2024-12-13T17:10:38.469Z" }, ] +[[package]] +name = "aiosqlite" +version = "0.21.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "typing-extensions" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/13/7d/8bca2bf9a247c2c5dfeec1d7a5f40db6518f88d314b8bca9da29670d2671/aiosqlite-0.21.0.tar.gz", hash = "sha256:131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3", size = 13454, upload-time = "2025-02-03T07:30:16.235Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f5/10/6c25ed6de94c49f88a91fa5018cb4c0f3625f31d5be9f771ebe5cc7cd506/aiosqlite-0.21.0-py3-none-any.whl", hash = "sha256:2549cf4057f95f53dcba16f2b64e8e2791d7e1adedb13197dd8ed77bb226d7d0", size = 15792, upload-time = "2025-02-03T07:30:13.6Z" }, +] + [[package]] name = "annotated-types" version = "0.7.0" @@ -279,7 +291,7 @@ wheels = [ [[package]] name = "banks" -version = "2.1.2" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "deprecated" }, @@ -289,9 +301,9 @@ dependencies = [ { name = "platformdirs" }, { name = "pydantic" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/77/34/2b6697f02ffb68bee50e5fd37d6c64432244d3245603fd62950169dfed7e/banks-2.1.2.tar.gz", hash = "sha256:a0651db9d14b57fa2e115e78f68dbb1b36fe226ad6eef96192542908b1d20c1f", size = 173332, upload-time = "2025-04-20T07:09:21.674Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/f8/25ef24814f77f3fd7f0fd3bd1ef3749e38a9dbd23502fbb53034de49900c/banks-2.2.0.tar.gz", hash = "sha256:d1446280ce6e00301e3e952dd754fd8cee23ff277d29ed160994a84d0d7ffe62", size = 179052, upload-time = "2025-07-18T16:28:26.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/4a/7fdca29d1db62f5f5c3446bf8f668beacdb0b5a8aff4247574ddfddc6bcd/banks-2.1.2-py3-none-any.whl", hash = "sha256:7fba451069f6bea376483b8136a0f29cb1e6883133626d00e077e20a3d102c0e", size = 28064, upload-time = "2025-04-20T07:09:20.201Z" }, + { url = "https://files.pythonhosted.org/packages/b4/d6/f9168956276934162ec8d48232f9920f2985ee45aa7602e3c6b4bc203613/banks-2.2.0-py3-none-any.whl", hash = "sha256:963cd5c85a587b122abde4f4064078def35c50c688c1b9d36f43c92503854e7d", size = 29244, upload-time = "2025-07-18T16:28:27.835Z" }, ] [[package]] @@ -1614,10 +1626,11 @@ wheels = [ [[package]] name = "llama-index-core" -version = "0.12.33.post1" +version = "0.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, + { name = "aiosqlite" }, { name = "banks" }, { name = "dataclasses-json" }, { name = "deprecated" }, @@ -1626,16 +1639,19 @@ dependencies = [ { name = "filetype" }, { name = "fsspec" }, { name = "httpx" }, + { name = "llama-index-workflows" }, { name = "nest-asyncio" }, { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "nltk" }, { name = "numpy", version = "2.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "numpy", version = "2.2.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "pillow" }, + { name = "platformdirs" }, { name = "pydantic" }, { name = "pyyaml" }, { name = "requests" }, + { name = "setuptools" }, { name = "sqlalchemy", extra = ["asyncio"] }, { name = "tenacity" }, { name = "tiktoken" }, @@ -1644,14 +1660,14 @@ dependencies = [ { name = "typing-inspect" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a9/51/e99358e80b0d80777c84081159d351f51feaa6c7d7054486bbbb49f6c9c0/llama_index_core-0.12.33.post1.tar.gz", hash = "sha256:d257f6f594dfd9cf6435af02761a3d21f1427df5347f0e5e9fffe4024db6a724", size = 7282200, upload-time = "2025-04-23T18:48:42.505Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1a/0d/29865c82de51c2c1f263a61c267c336d35b14839fded66061a999dba1d40/llama_index_core-0.13.0.tar.gz", hash = "sha256:01fec50d3d807e3c3bc17a62ed1f5b93dad2205cda52f7d0c2d34cc6a6ab2b92", size = 7230599, upload-time = "2025-07-30T17:24:00.398Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/87/01/6fcf557a72ad25734327515db506744f8f8ba95846a0f7e055c8fa95a54d/llama_index_core-0.12.33.post1-py3-none-any.whl", hash = "sha256:2c4a316a1ae9ec86c817d44961d1058691632acb3a7021e6af56fcfb8735fd3d", size = 7650733, upload-time = "2025-04-23T18:48:33.433Z" }, + { url = "https://files.pythonhosted.org/packages/f3/27/36a3ad19c8e2e7967ca1c9e469e5205901d2b6d299420e9aba4eafd90d8d/llama_index_core-0.13.0-py3-none-any.whl", hash = "sha256:46c14fc2a26b8f7618c2dd2daf6e430e3f94b1908474baee539f705c9c638348", size = 7573714, upload-time = "2025-07-30T17:23:52.355Z" }, ] [[package]] name = "llama-index-embeddings-google-genai" -version = "0.2.1" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "google-genai" }, @@ -1685,7 +1701,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "google-genai", specifier = ">=1.24.0,<2" }, - { name = "llama-index-core", specifier = ">=0.12.0,<0.13" }, + { name = "llama-index-core", specifier = ">=0.13.0,<0.14" }, ] [package.metadata.requires-dev] @@ -1711,6 +1727,33 @@ dev = [ { name = "types-setuptools", specifier = "==67.1.0.0" }, ] +[[package]] +name = "llama-index-instrumentation" +version = "0.3.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "deprecated" }, + { name = "pydantic" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/08/82/3f8dbca9f69348db4b342952c792f9ef2f822cc8354af2e68b600ac4cf21/llama_index_instrumentation-0.3.1.tar.gz", hash = "sha256:d7c1a9d5e4c2bf9603fc0d3609f939d88c8d61eb803f2c463d61cb62b0dcd0c6", size = 44962, upload-time = "2025-07-30T14:11:15.405Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/49/e6/5eeaf98146e26af28cae36b1eaba7c405246697dfe208f249a4b9f113f0a/llama_index_instrumentation-0.3.1-py3-none-any.whl", hash = "sha256:68527a926ac1db84fe7c4426048c4a7c25fdb71626d465b963d80f05f526124a", size = 14947, upload-time = "2025-07-30T14:11:14.269Z" }, +] + +[[package]] +name = "llama-index-workflows" +version = "1.2.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "eval-type-backport", marker = "python_full_version < '3.10'" }, + { name = "llama-index-instrumentation" }, + { name = "pydantic" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/26/9d/9dc7adc10d9976582bf50b074883986cb36b46f2fe45cf60550767300a29/llama_index_workflows-1.2.0.tar.gz", hash = "sha256:f6b19f01a340a1afb1d2fd2285c9dce346e304a3aae519e6103059f5afb2609f", size = 1019113, upload-time = "2025-07-23T18:32:47.86Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/36/c1/5190f102a042d36a6a495de27510c2d6e3aca98f892895bfacdcf9109c1d/llama_index_workflows-1.2.0-py3-none-any.whl", hash = "sha256:5722a7ce137e00361025768789e7e77720cd66f855791050183a3c540b6e5b8c", size = 37463, upload-time = "2025-07-23T18:32:46.294Z" }, +] + [[package]] name = "markupsafe" version = "3.0.2" @@ -2623,126 +2666,126 @@ wheels = [ [[package]] name = "pydantic" -version = "2.11.3" +version = "2.11.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-types" }, { name = "pydantic-core" }, { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz", hash = "sha256:7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3", size = 785513, upload-time = "2025-04-08T13:27:06.399Z" } +sdist = { url = "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz", hash = "sha256:d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db", size = 788350, upload-time = "2025-06-14T08:33:17.137Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b0/1d/407b29780a289868ed696d1616f4aad49d6388e5a77f567dcd2629dcd7b8/pydantic-2.11.3-py3-none-any.whl", hash = "sha256:a082753436a07f9ba1289c6ffa01cd93db3548776088aa917cc43b63f68fa60f", size = 443591, upload-time = "2025-04-08T13:27:03.789Z" }, + { url = "https://files.pythonhosted.org/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl", hash = "sha256:dde5df002701f6de26248661f6835bbe296a47bf73990135c7d07ce741b9623b", size = 444782, upload-time = "2025-06-14T08:33:14.905Z" }, ] [[package]] name = "pydantic-core" -version = "2.33.1" +version = "2.33.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz", hash = "sha256:bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df", size = 434395, upload-time = "2025-04-02T09:49:41.8Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/38/ea/5f572806ab4d4223d11551af814d243b0e3e02cc6913def4d1fe4a5ca41c/pydantic_core-2.33.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:3077cfdb6125cc8dab61b155fdd714663e401f0e6883f9632118ec12cf42df26", size = 2044021, upload-time = "2025-04-02T09:46:45.065Z" }, - { url = "https://files.pythonhosted.org/packages/8c/d1/f86cc96d2aa80e3881140d16d12ef2b491223f90b28b9a911346c04ac359/pydantic_core-2.33.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8ffab8b2908d152e74862d276cf5017c81a2f3719f14e8e3e8d6b83fda863927", size = 1861742, upload-time = "2025-04-02T09:46:46.684Z" }, - { url = "https://files.pythonhosted.org/packages/37/08/fbd2cd1e9fc735a0df0142fac41c114ad9602d1c004aea340169ae90973b/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5183e4f6a2d468787243ebcd70cf4098c247e60d73fb7d68d5bc1e1beaa0c4db", size = 1910414, upload-time = "2025-04-02T09:46:48.263Z" }, - { url = "https://files.pythonhosted.org/packages/7f/73/3ac217751decbf8d6cb9443cec9b9eb0130eeada6ae56403e11b486e277e/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:398a38d323f37714023be1e0285765f0a27243a8b1506b7b7de87b647b517e48", size = 1996848, upload-time = "2025-04-02T09:46:49.441Z" }, - { url = "https://files.pythonhosted.org/packages/9a/f5/5c26b265cdcff2661e2520d2d1e9db72d117ea00eb41e00a76efe68cb009/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:87d3776f0001b43acebfa86f8c64019c043b55cc5a6a2e313d728b5c95b46969", size = 2141055, upload-time = "2025-04-02T09:46:50.602Z" }, - { url = "https://files.pythonhosted.org/packages/5d/14/a9c3cee817ef2f8347c5ce0713e91867a0dceceefcb2973942855c917379/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c566dd9c5f63d22226409553531f89de0cac55397f2ab8d97d6f06cfce6d947e", size = 2753806, upload-time = "2025-04-02T09:46:52.116Z" }, - { url = "https://files.pythonhosted.org/packages/f2/68/866ce83a51dd37e7c604ce0050ff6ad26de65a7799df89f4db87dd93d1d6/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0d5f3acc81452c56895e90643a625302bd6be351e7010664151cc55b7b97f89", size = 2007777, upload-time = "2025-04-02T09:46:53.675Z" }, - { url = "https://files.pythonhosted.org/packages/b6/a8/36771f4404bb3e49bd6d4344da4dede0bf89cc1e01f3b723c47248a3761c/pydantic_core-2.33.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d3a07fadec2a13274a8d861d3d37c61e97a816beae717efccaa4b36dfcaadcde", size = 2122803, upload-time = "2025-04-02T09:46:55.789Z" }, - { url = "https://files.pythonhosted.org/packages/18/9c/730a09b2694aa89360d20756369822d98dc2f31b717c21df33b64ffd1f50/pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:f99aeda58dce827f76963ee87a0ebe75e648c72ff9ba1174a253f6744f518f65", size = 2086755, upload-time = "2025-04-02T09:46:56.956Z" }, - { url = "https://files.pythonhosted.org/packages/54/8e/2dccd89602b5ec31d1c58138d02340ecb2ebb8c2cac3cc66b65ce3edb6ce/pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:902dbc832141aa0ec374f4310f1e4e7febeebc3256f00dc359a9ac3f264a45dc", size = 2257358, upload-time = "2025-04-02T09:46:58.445Z" }, - { url = "https://files.pythonhosted.org/packages/d1/9c/126e4ac1bfad8a95a9837acdd0963695d69264179ba4ede8b8c40d741702/pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fe44d56aa0b00d66640aa84a3cbe80b7a3ccdc6f0b1ca71090696a6d4777c091", size = 2257916, upload-time = "2025-04-02T09:46:59.726Z" }, - { url = "https://files.pythonhosted.org/packages/7d/ba/91eea2047e681a6853c81c20aeca9dcdaa5402ccb7404a2097c2adf9d038/pydantic_core-2.33.1-cp310-cp310-win32.whl", hash = "sha256:ed3eb16d51257c763539bde21e011092f127a2202692afaeaccb50db55a31383", size = 1923823, upload-time = "2025-04-02T09:47:01.278Z" }, - { url = "https://files.pythonhosted.org/packages/94/c0/fcdf739bf60d836a38811476f6ecd50374880b01e3014318b6e809ddfd52/pydantic_core-2.33.1-cp310-cp310-win_amd64.whl", hash = "sha256:694ad99a7f6718c1a498dc170ca430687a39894a60327f548e02a9c7ee4b6504", size = 1952494, upload-time = "2025-04-02T09:47:02.976Z" }, - { url = "https://files.pythonhosted.org/packages/d6/7f/c6298830cb780c46b4f46bb24298d01019ffa4d21769f39b908cd14bbd50/pydantic_core-2.33.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:6e966fc3caaf9f1d96b349b0341c70c8d6573bf1bac7261f7b0ba88f96c56c24", size = 2044224, upload-time = "2025-04-02T09:47:04.199Z" }, - { url = "https://files.pythonhosted.org/packages/a8/65/6ab3a536776cad5343f625245bd38165d6663256ad43f3a200e5936afd6c/pydantic_core-2.33.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:bfd0adeee563d59c598ceabddf2c92eec77abcb3f4a391b19aa7366170bd9e30", size = 1858845, upload-time = "2025-04-02T09:47:05.686Z" }, - { url = "https://files.pythonhosted.org/packages/e9/15/9a22fd26ba5ee8c669d4b8c9c244238e940cd5d818649603ca81d1c69861/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91815221101ad3c6b507804178a7bb5cb7b2ead9ecd600041669c8d805ebd595", size = 1910029, upload-time = "2025-04-02T09:47:07.042Z" }, - { url = "https://files.pythonhosted.org/packages/d5/33/8cb1a62818974045086f55f604044bf35b9342900318f9a2a029a1bec460/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9fea9c1869bb4742d174a57b4700c6dadea951df8b06de40c2fedb4f02931c2e", size = 1997784, upload-time = "2025-04-02T09:47:08.63Z" }, - { url = "https://files.pythonhosted.org/packages/c0/ca/49958e4df7715c71773e1ea5be1c74544923d10319173264e6db122543f9/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1d20eb4861329bb2484c021b9d9a977566ab16d84000a57e28061151c62b349a", size = 2141075, upload-time = "2025-04-02T09:47:10.267Z" }, - { url = "https://files.pythonhosted.org/packages/7b/a6/0b3a167a9773c79ba834b959b4e18c3ae9216b8319bd8422792abc8a41b1/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0fb935c5591573ae3201640579f30128ccc10739b45663f93c06796854405505", size = 2745849, upload-time = "2025-04-02T09:47:11.724Z" }, - { url = "https://files.pythonhosted.org/packages/0b/60/516484135173aa9e5861d7a0663dce82e4746d2e7f803627d8c25dfa5578/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c964fd24e6166420d18fb53996d8c9fd6eac9bf5ae3ec3d03015be4414ce497f", size = 2005794, upload-time = "2025-04-02T09:47:13.099Z" }, - { url = "https://files.pythonhosted.org/packages/86/70/05b1eb77459ad47de00cf78ee003016da0cedf8b9170260488d7c21e9181/pydantic_core-2.33.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:681d65e9011f7392db5aa002b7423cc442d6a673c635668c227c6c8d0e5a4f77", size = 2123237, upload-time = "2025-04-02T09:47:14.355Z" }, - { url = "https://files.pythonhosted.org/packages/c7/57/12667a1409c04ae7dc95d3b43158948eb0368e9c790be8b095cb60611459/pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e100c52f7355a48413e2999bfb4e139d2977a904495441b374f3d4fb4a170961", size = 2086351, upload-time = "2025-04-02T09:47:15.676Z" }, - { url = "https://files.pythonhosted.org/packages/57/61/cc6d1d1c1664b58fdd6ecc64c84366c34ec9b606aeb66cafab6f4088974c/pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:048831bd363490be79acdd3232f74a0e9951b11b2b4cc058aeb72b22fdc3abe1", size = 2258914, upload-time = "2025-04-02T09:47:17Z" }, - { url = "https://files.pythonhosted.org/packages/d1/0a/edb137176a1f5419b2ddee8bde6a0a548cfa3c74f657f63e56232df8de88/pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:bdc84017d28459c00db6f918a7272a5190bec3090058334e43a76afb279eac7c", size = 2257385, upload-time = "2025-04-02T09:47:18.631Z" }, - { url = "https://files.pythonhosted.org/packages/26/3c/48ca982d50e4b0e1d9954919c887bdc1c2b462801bf408613ccc641b3daa/pydantic_core-2.33.1-cp311-cp311-win32.whl", hash = "sha256:32cd11c5914d1179df70406427097c7dcde19fddf1418c787540f4b730289896", size = 1923765, upload-time = "2025-04-02T09:47:20.34Z" }, - { url = "https://files.pythonhosted.org/packages/33/cd/7ab70b99e5e21559f5de38a0928ea84e6f23fdef2b0d16a6feaf942b003c/pydantic_core-2.33.1-cp311-cp311-win_amd64.whl", hash = "sha256:2ea62419ba8c397e7da28a9170a16219d310d2cf4970dbc65c32faf20d828c83", size = 1950688, upload-time = "2025-04-02T09:47:22.029Z" }, - { url = "https://files.pythonhosted.org/packages/4b/ae/db1fc237b82e2cacd379f63e3335748ab88b5adde98bf7544a1b1bd10a84/pydantic_core-2.33.1-cp311-cp311-win_arm64.whl", hash = "sha256:fc903512177361e868bc1f5b80ac8c8a6e05fcdd574a5fb5ffeac5a9982b9e89", size = 1908185, upload-time = "2025-04-02T09:47:23.385Z" }, - { url = "https://files.pythonhosted.org/packages/c8/ce/3cb22b07c29938f97ff5f5bb27521f95e2ebec399b882392deb68d6c440e/pydantic_core-2.33.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:1293d7febb995e9d3ec3ea09caf1a26214eec45b0f29f6074abb004723fc1de8", size = 2026640, upload-time = "2025-04-02T09:47:25.394Z" }, - { url = "https://files.pythonhosted.org/packages/19/78/f381d643b12378fee782a72126ec5d793081ef03791c28a0fd542a5bee64/pydantic_core-2.33.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:99b56acd433386c8f20be5c4000786d1e7ca0523c8eefc995d14d79c7a081498", size = 1852649, upload-time = "2025-04-02T09:47:27.417Z" }, - { url = "https://files.pythonhosted.org/packages/9d/2b/98a37b80b15aac9eb2c6cfc6dbd35e5058a352891c5cce3a8472d77665a6/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35a5ec3fa8c2fe6c53e1b2ccc2454398f95d5393ab398478f53e1afbbeb4d939", size = 1892472, upload-time = "2025-04-02T09:47:29.006Z" }, - { url = "https://files.pythonhosted.org/packages/4e/d4/3c59514e0f55a161004792b9ff3039da52448f43f5834f905abef9db6e4a/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b172f7b9d2f3abc0efd12e3386f7e48b576ef309544ac3a63e5e9cdd2e24585d", size = 1977509, upload-time = "2025-04-02T09:47:33.464Z" }, - { url = "https://files.pythonhosted.org/packages/a9/b6/c2c7946ef70576f79a25db59a576bce088bdc5952d1b93c9789b091df716/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9097b9f17f91eea659b9ec58148c0747ec354a42f7389b9d50701610d86f812e", size = 2128702, upload-time = "2025-04-02T09:47:34.812Z" }, - { url = "https://files.pythonhosted.org/packages/88/fe/65a880f81e3f2a974312b61f82a03d85528f89a010ce21ad92f109d94deb/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cc77ec5b7e2118b152b0d886c7514a4653bcb58c6b1d760134a9fab915f777b3", size = 2679428, upload-time = "2025-04-02T09:47:37.315Z" }, - { url = "https://files.pythonhosted.org/packages/6f/ff/4459e4146afd0462fb483bb98aa2436d69c484737feaceba1341615fb0ac/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d5e3d15245b08fa4a84cefc6c9222e6f37c98111c8679fbd94aa145f9a0ae23d", size = 2008753, upload-time = "2025-04-02T09:47:39.013Z" }, - { url = "https://files.pythonhosted.org/packages/7c/76/1c42e384e8d78452ededac8b583fe2550c84abfef83a0552e0e7478ccbc3/pydantic_core-2.33.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ef99779001d7ac2e2461d8ab55d3373fe7315caefdbecd8ced75304ae5a6fc6b", size = 2114849, upload-time = "2025-04-02T09:47:40.427Z" }, - { url = "https://files.pythonhosted.org/packages/00/72/7d0cf05095c15f7ffe0eb78914b166d591c0eed72f294da68378da205101/pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:fc6bf8869e193855e8d91d91f6bf59699a5cdfaa47a404e278e776dd7f168b39", size = 2069541, upload-time = "2025-04-02T09:47:42.01Z" }, - { url = "https://files.pythonhosted.org/packages/b3/69/94a514066bb7d8be499aa764926937409d2389c09be0b5107a970286ef81/pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:b1caa0bc2741b043db7823843e1bde8aaa58a55a58fda06083b0569f8b45693a", size = 2239225, upload-time = "2025-04-02T09:47:43.425Z" }, - { url = "https://files.pythonhosted.org/packages/84/b0/e390071eadb44b41f4f54c3cef64d8bf5f9612c92686c9299eaa09e267e2/pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ec259f62538e8bf364903a7d0d0239447059f9434b284f5536e8402b7dd198db", size = 2248373, upload-time = "2025-04-02T09:47:44.979Z" }, - { url = "https://files.pythonhosted.org/packages/d6/b2/288b3579ffc07e92af66e2f1a11be3b056fe1214aab314748461f21a31c3/pydantic_core-2.33.1-cp312-cp312-win32.whl", hash = "sha256:e14f369c98a7c15772b9da98987f58e2b509a93235582838bd0d1d8c08b68fda", size = 1907034, upload-time = "2025-04-02T09:47:46.843Z" }, - { url = "https://files.pythonhosted.org/packages/02/28/58442ad1c22b5b6742b992ba9518420235adced665513868f99a1c2638a5/pydantic_core-2.33.1-cp312-cp312-win_amd64.whl", hash = "sha256:1c607801d85e2e123357b3893f82c97a42856192997b95b4d8325deb1cd0c5f4", size = 1956848, upload-time = "2025-04-02T09:47:48.404Z" }, - { url = "https://files.pythonhosted.org/packages/a1/eb/f54809b51c7e2a1d9f439f158b8dd94359321abcc98767e16fc48ae5a77e/pydantic_core-2.33.1-cp312-cp312-win_arm64.whl", hash = "sha256:8d13f0276806ee722e70a1c93da19748594f19ac4299c7e41237fc791d1861ea", size = 1903986, upload-time = "2025-04-02T09:47:49.839Z" }, - { url = "https://files.pythonhosted.org/packages/7a/24/eed3466a4308d79155f1cdd5c7432c80ddcc4530ba8623b79d5ced021641/pydantic_core-2.33.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:70af6a21237b53d1fe7b9325b20e65cbf2f0a848cf77bed492b029139701e66a", size = 2033551, upload-time = "2025-04-02T09:47:51.648Z" }, - { url = "https://files.pythonhosted.org/packages/ab/14/df54b1a0bc9b6ded9b758b73139d2c11b4e8eb43e8ab9c5847c0a2913ada/pydantic_core-2.33.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:282b3fe1bbbe5ae35224a0dbd05aed9ccabccd241e8e6b60370484234b456266", size = 1852785, upload-time = "2025-04-02T09:47:53.149Z" }, - { url = "https://files.pythonhosted.org/packages/fa/96/e275f15ff3d34bb04b0125d9bc8848bf69f25d784d92a63676112451bfb9/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4b315e596282bbb5822d0c7ee9d255595bd7506d1cb20c2911a4da0b970187d3", size = 1897758, upload-time = "2025-04-02T09:47:55.006Z" }, - { url = "https://files.pythonhosted.org/packages/b7/d8/96bc536e975b69e3a924b507d2a19aedbf50b24e08c80fb00e35f9baaed8/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1dfae24cf9921875ca0ca6a8ecb4bb2f13c855794ed0d468d6abbec6e6dcd44a", size = 1986109, upload-time = "2025-04-02T09:47:56.532Z" }, - { url = "https://files.pythonhosted.org/packages/90/72/ab58e43ce7e900b88cb571ed057b2fcd0e95b708a2e0bed475b10130393e/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6dd8ecfde08d8bfadaea669e83c63939af76f4cf5538a72597016edfa3fad516", size = 2129159, upload-time = "2025-04-02T09:47:58.088Z" }, - { url = "https://files.pythonhosted.org/packages/dc/3f/52d85781406886c6870ac995ec0ba7ccc028b530b0798c9080531b409fdb/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2f593494876eae852dc98c43c6f260f45abdbfeec9e4324e31a481d948214764", size = 2680222, upload-time = "2025-04-02T09:47:59.591Z" }, - { url = "https://files.pythonhosted.org/packages/f4/56/6e2ef42f363a0eec0fd92f74a91e0ac48cd2e49b695aac1509ad81eee86a/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:948b73114f47fd7016088e5186d13faf5e1b2fe83f5e320e371f035557fd264d", size = 2006980, upload-time = "2025-04-02T09:48:01.397Z" }, - { url = "https://files.pythonhosted.org/packages/4c/c0/604536c4379cc78359f9ee0aa319f4aedf6b652ec2854953f5a14fc38c5a/pydantic_core-2.33.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e11f3864eb516af21b01e25fac915a82e9ddad3bb0fb9e95a246067398b435a4", size = 2120840, upload-time = "2025-04-02T09:48:03.056Z" }, - { url = "https://files.pythonhosted.org/packages/1f/46/9eb764814f508f0edfb291a0f75d10854d78113fa13900ce13729aaec3ae/pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:549150be302428b56fdad0c23c2741dcdb5572413776826c965619a25d9c6bde", size = 2072518, upload-time = "2025-04-02T09:48:04.662Z" }, - { url = "https://files.pythonhosted.org/packages/42/e3/fb6b2a732b82d1666fa6bf53e3627867ea3131c5f39f98ce92141e3e3dc1/pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:495bc156026efafd9ef2d82372bd38afce78ddd82bf28ef5276c469e57c0c83e", size = 2248025, upload-time = "2025-04-02T09:48:06.226Z" }, - { url = "https://files.pythonhosted.org/packages/5c/9d/fbe8fe9d1aa4dac88723f10a921bc7418bd3378a567cb5e21193a3c48b43/pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ec79de2a8680b1a67a07490bddf9636d5c2fab609ba8c57597e855fa5fa4dacd", size = 2254991, upload-time = "2025-04-02T09:48:08.114Z" }, - { url = "https://files.pythonhosted.org/packages/aa/99/07e2237b8a66438d9b26482332cda99a9acccb58d284af7bc7c946a42fd3/pydantic_core-2.33.1-cp313-cp313-win32.whl", hash = "sha256:ee12a7be1742f81b8a65b36c6921022301d466b82d80315d215c4c691724986f", size = 1915262, upload-time = "2025-04-02T09:48:09.708Z" }, - { url = "https://files.pythonhosted.org/packages/8a/f4/e457a7849beeed1e5defbcf5051c6f7b3c91a0624dd31543a64fc9adcf52/pydantic_core-2.33.1-cp313-cp313-win_amd64.whl", hash = "sha256:ede9b407e39949d2afc46385ce6bd6e11588660c26f80576c11c958e6647bc40", size = 1956626, upload-time = "2025-04-02T09:48:11.288Z" }, - { url = "https://files.pythonhosted.org/packages/20/d0/e8d567a7cff7b04e017ae164d98011f1e1894269fe8e90ea187a3cbfb562/pydantic_core-2.33.1-cp313-cp313-win_arm64.whl", hash = "sha256:aa687a23d4b7871a00e03ca96a09cad0f28f443690d300500603bd0adba4b523", size = 1909590, upload-time = "2025-04-02T09:48:12.861Z" }, - { url = "https://files.pythonhosted.org/packages/ef/fd/24ea4302d7a527d672c5be06e17df16aabfb4e9fdc6e0b345c21580f3d2a/pydantic_core-2.33.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:401d7b76e1000d0dd5538e6381d28febdcacb097c8d340dde7d7fc6e13e9f95d", size = 1812963, upload-time = "2025-04-02T09:48:14.553Z" }, - { url = "https://files.pythonhosted.org/packages/5f/95/4fbc2ecdeb5c1c53f1175a32d870250194eb2fdf6291b795ab08c8646d5d/pydantic_core-2.33.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7aeb055a42d734c0255c9e489ac67e75397d59c6fbe60d155851e9782f276a9c", size = 1986896, upload-time = "2025-04-02T09:48:16.222Z" }, - { url = "https://files.pythonhosted.org/packages/71/ae/fe31e7f4a62431222d8f65a3bd02e3fa7e6026d154a00818e6d30520ea77/pydantic_core-2.33.1-cp313-cp313t-win_amd64.whl", hash = "sha256:338ea9b73e6e109f15ab439e62cb3b78aa752c7fd9536794112e14bee02c8d18", size = 1931810, upload-time = "2025-04-02T09:48:17.97Z" }, - { url = "https://files.pythonhosted.org/packages/49/78/b86bad645cc3e8dfa6858c70ec38939bf350e54004837c48de09474b2b9e/pydantic_core-2.33.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:5ab77f45d33d264de66e1884fca158bc920cb5e27fd0764a72f72f5756ae8bdb", size = 2044282, upload-time = "2025-04-02T09:48:19.849Z" }, - { url = "https://files.pythonhosted.org/packages/3b/00/a02531331773b2bf08743d84c6b776bd6a449d23b3ae6b0e3229d568bac4/pydantic_core-2.33.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e7aaba1b4b03aaea7bb59e1b5856d734be011d3e6d98f5bcaa98cb30f375f2ad", size = 1877598, upload-time = "2025-04-02T09:48:22.863Z" }, - { url = "https://files.pythonhosted.org/packages/a1/fa/32cc152b84a1f420f8a7d80161373e8d87d4ffa077e67d6c8aab3ce1a6ab/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7fb66263e9ba8fea2aa85e1e5578980d127fb37d7f2e292773e7bc3a38fb0c7b", size = 1911021, upload-time = "2025-04-02T09:48:24.592Z" }, - { url = "https://files.pythonhosted.org/packages/5e/87/ea553e0d98bce6c4876f8c50f65cb45597eff6e0aaa8b15813e9972bb19d/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3f2648b9262607a7fb41d782cc263b48032ff7a03a835581abbf7a3bec62bcf5", size = 1997276, upload-time = "2025-04-02T09:48:26.314Z" }, - { url = "https://files.pythonhosted.org/packages/f7/9b/60cb9f4b52158b3adac0066492bbadd0b8473f4f8da5bcc73972655b76ef/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:723c5630c4259400818b4ad096735a829074601805d07f8cafc366d95786d331", size = 2141348, upload-time = "2025-04-02T09:48:28.298Z" }, - { url = "https://files.pythonhosted.org/packages/9b/38/374d254e270d4de0add68a8239f4ed0f444fdd7b766ea69244fb9491dccb/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d100e3ae783d2167782391e0c1c7a20a31f55f8015f3293647544df3f9c67824", size = 2753708, upload-time = "2025-04-02T09:48:29.987Z" }, - { url = "https://files.pythonhosted.org/packages/05/a8/fd79111eb5ab9bc4ef98d8fb0b3a2ffdc80107b2c59859a741ab379c96f8/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:177d50460bc976a0369920b6c744d927b0ecb8606fb56858ff542560251b19e5", size = 2008699, upload-time = "2025-04-02T09:48:31.76Z" }, - { url = "https://files.pythonhosted.org/packages/35/31/2e06619868eb4c18642c5601db420599c1cf9cf50fe868c9ac09cd298e24/pydantic_core-2.33.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a3edde68d1a1f9af1273b2fe798997b33f90308fb6d44d8550c89fc6a3647cf6", size = 2123426, upload-time = "2025-04-02T09:48:33.623Z" }, - { url = "https://files.pythonhosted.org/packages/4a/d0/3531e8783a311802e3db7ee5a1a5ed79e5706e930b1b4e3109ce15eeb681/pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a62c3c3ef6a7e2c45f7853b10b5bc4ddefd6ee3cd31024754a1a5842da7d598d", size = 2087330, upload-time = "2025-04-02T09:48:35.387Z" }, - { url = "https://files.pythonhosted.org/packages/ac/32/5ff252ed73bacd7677a706ab17723e261a76793f98b305aa20cfc10bbd56/pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_armv7l.whl", hash = "sha256:c91dbb0ab683fa0cd64a6e81907c8ff41d6497c346890e26b23de7ee55353f96", size = 2258171, upload-time = "2025-04-02T09:48:37.559Z" }, - { url = "https://files.pythonhosted.org/packages/c9/f9/e96e00f92b8f5b3e2cddc80c5ee6cf038f8a0f238c44b67b01759943a7b4/pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9f466e8bf0a62dc43e068c12166281c2eca72121dd2adc1040f3aa1e21ef8599", size = 2258745, upload-time = "2025-04-02T09:48:39.413Z" }, - { url = "https://files.pythonhosted.org/packages/54/1e/51c86688e809d94797fdf0efc41514f001caec982a05f62d90c180a9639d/pydantic_core-2.33.1-cp39-cp39-win32.whl", hash = "sha256:ab0277cedb698749caada82e5d099dc9fed3f906a30d4c382d1a21725777a1e5", size = 1923626, upload-time = "2025-04-02T09:48:41.24Z" }, - { url = "https://files.pythonhosted.org/packages/57/18/c2da959fd8d019b70cadafdda2bf845378ada47973e0bad6cc84f56dbe6e/pydantic_core-2.33.1-cp39-cp39-win_amd64.whl", hash = "sha256:5773da0ee2d17136b1f1c6fbde543398d452a6ad2a7b54ea1033e2daa739b8d2", size = 1953703, upload-time = "2025-04-02T09:48:43.196Z" }, - { url = "https://files.pythonhosted.org/packages/9c/c7/8b311d5adb0fe00a93ee9b4e92a02b0ec08510e9838885ef781ccbb20604/pydantic_core-2.33.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5c834f54f8f4640fd7e4b193f80eb25a0602bba9e19b3cd2fc7ffe8199f5ae02", size = 2041659, upload-time = "2025-04-02T09:48:45.342Z" }, - { url = "https://files.pythonhosted.org/packages/8a/d6/4f58d32066a9e26530daaf9adc6664b01875ae0691570094968aaa7b8fcc/pydantic_core-2.33.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:049e0de24cf23766f12cc5cc71d8abc07d4a9deb9061b334b62093dedc7cb068", size = 1873294, upload-time = "2025-04-02T09:48:47.548Z" }, - { url = "https://files.pythonhosted.org/packages/f7/3f/53cc9c45d9229da427909c751f8ed2bf422414f7664ea4dde2d004f596ba/pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a28239037b3d6f16916a4c831a5a0eadf856bdd6d2e92c10a0da3a59eadcf3e", size = 1903771, upload-time = "2025-04-02T09:48:49.468Z" }, - { url = "https://files.pythonhosted.org/packages/f0/49/bf0783279ce674eb9903fb9ae43f6c614cb2f1c4951370258823f795368b/pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d3da303ab5f378a268fa7d45f37d7d85c3ec19769f28d2cc0c61826a8de21fe", size = 2083558, upload-time = "2025-04-02T09:48:51.409Z" }, - { url = "https://files.pythonhosted.org/packages/9c/5b/0d998367687f986c7d8484a2c476d30f07bf5b8b1477649a6092bd4c540e/pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:25626fb37b3c543818c14821afe0fd3830bc327a43953bc88db924b68c5723f1", size = 2118038, upload-time = "2025-04-02T09:48:53.702Z" }, - { url = "https://files.pythonhosted.org/packages/b3/33/039287d410230ee125daee57373ac01940d3030d18dba1c29cd3089dc3ca/pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:3ab2d36e20fbfcce8f02d73c33a8a7362980cff717926bbae030b93ae46b56c7", size = 2079315, upload-time = "2025-04-02T09:48:55.555Z" }, - { url = "https://files.pythonhosted.org/packages/1f/85/6d8b2646d99c062d7da2d0ab2faeb0d6ca9cca4c02da6076376042a20da3/pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:2f9284e11c751b003fd4215ad92d325d92c9cb19ee6729ebd87e3250072cdcde", size = 2249063, upload-time = "2025-04-02T09:48:57.479Z" }, - { url = "https://files.pythonhosted.org/packages/17/d7/c37d208d5738f7b9ad8f22ae8a727d88ebf9c16c04ed2475122cc3f7224a/pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:048c01eee07d37cbd066fc512b9d8b5ea88ceeb4e629ab94b3e56965ad655add", size = 2254631, upload-time = "2025-04-02T09:48:59.581Z" }, - { url = "https://files.pythonhosted.org/packages/13/e0/bafa46476d328e4553b85ab9b2f7409e7aaef0ce4c937c894821c542d347/pydantic_core-2.33.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:5ccd429694cf26af7997595d627dd2637e7932214486f55b8a357edaac9dae8c", size = 2080877, upload-time = "2025-04-02T09:49:01.52Z" }, - { url = "https://files.pythonhosted.org/packages/0b/76/1794e440c1801ed35415238d2c728f26cd12695df9057154ad768b7b991c/pydantic_core-2.33.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:3a371dc00282c4b84246509a5ddc808e61b9864aa1eae9ecc92bb1268b82db4a", size = 2042858, upload-time = "2025-04-02T09:49:03.419Z" }, - { url = "https://files.pythonhosted.org/packages/73/b4/9cd7b081fb0b1b4f8150507cd59d27b275c3e22ad60b35cb19ea0977d9b9/pydantic_core-2.33.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:f59295ecc75a1788af8ba92f2e8c6eeaa5a94c22fc4d151e8d9638814f85c8fc", size = 1873745, upload-time = "2025-04-02T09:49:05.391Z" }, - { url = "https://files.pythonhosted.org/packages/e1/d7/9ddb7575d4321e40d0363903c2576c8c0c3280ebea137777e5ab58d723e3/pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:08530b8ac922003033f399128505f513e30ca770527cc8bbacf75a84fcc2c74b", size = 1904188, upload-time = "2025-04-02T09:49:07.352Z" }, - { url = "https://files.pythonhosted.org/packages/d1/a8/3194ccfe461bb08da19377ebec8cb4f13c9bd82e13baebc53c5c7c39a029/pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bae370459da6a5466978c0eacf90690cb57ec9d533f8e63e564ef3822bfa04fe", size = 2083479, upload-time = "2025-04-02T09:49:09.304Z" }, - { url = "https://files.pythonhosted.org/packages/42/c7/84cb569555d7179ca0b3f838cef08f66f7089b54432f5b8599aac6e9533e/pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e3de2777e3b9f4d603112f78006f4ae0acb936e95f06da6cb1a45fbad6bdb4b5", size = 2118415, upload-time = "2025-04-02T09:49:11.25Z" }, - { url = "https://files.pythonhosted.org/packages/3b/67/72abb8c73e0837716afbb58a59cc9e3ae43d1aa8677f3b4bc72c16142716/pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:3a64e81e8cba118e108d7126362ea30e021291b7805d47e4896e52c791be2761", size = 2079623, upload-time = "2025-04-02T09:49:13.292Z" }, - { url = "https://files.pythonhosted.org/packages/0b/cd/c59707e35a47ba4cbbf153c3f7c56420c58653b5801b055dc52cccc8e2dc/pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:52928d8c1b6bda03cc6d811e8923dffc87a2d3c8b3bfd2ce16471c7147a24850", size = 2250175, upload-time = "2025-04-02T09:49:15.597Z" }, - { url = "https://files.pythonhosted.org/packages/84/32/e4325a6676b0bed32d5b084566ec86ed7fd1e9bcbfc49c578b1755bde920/pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:1b30d92c9412beb5ac6b10a3eb7ef92ccb14e3f2a8d7732e2d739f58b3aa7544", size = 2254674, upload-time = "2025-04-02T09:49:17.61Z" }, - { url = "https://files.pythonhosted.org/packages/12/6f/5596dc418f2e292ffc661d21931ab34591952e2843e7168ea5a52591f6ff/pydantic_core-2.33.1-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:f995719707e0e29f0f41a8aa3bcea6e761a36c9136104d3189eafb83f5cec5e5", size = 2080951, upload-time = "2025-04-02T09:49:19.559Z" }, - { url = "https://files.pythonhosted.org/packages/2d/a8/c2c8f29bd18f7ef52de32a6deb9e3ee87ba18b7b2122636aa9f4438cf627/pydantic_core-2.33.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:7edbc454a29fc6aeae1e1eecba4f07b63b8d76e76a748532233c4c167b4cb9ea", size = 2041791, upload-time = "2025-04-02T09:49:21.617Z" }, - { url = "https://files.pythonhosted.org/packages/08/ad/328081b1c82543ae49d0650048305058583c51f1a9a56a0d6e87bb3a2443/pydantic_core-2.33.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:ad05b683963f69a1d5d2c2bdab1274a31221ca737dbbceaa32bcb67359453cdd", size = 1873579, upload-time = "2025-04-02T09:49:23.667Z" }, - { url = "https://files.pythonhosted.org/packages/6e/8a/bc65dbf7e501e88367cdab06a2c1340457c785f0c72288cae737fd80c0fa/pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:df6a94bf9452c6da9b5d76ed229a5683d0306ccb91cca8e1eea883189780d568", size = 1904189, upload-time = "2025-04-02T09:49:25.821Z" }, - { url = "https://files.pythonhosted.org/packages/9a/db/30ca6aefda211fb01ef185ca73cb7a0c6e7fe952c524025c8782b5acd771/pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7965c13b3967909a09ecc91f21d09cfc4576bf78140b988904e94f130f188396", size = 2084446, upload-time = "2025-04-02T09:49:27.866Z" }, - { url = "https://files.pythonhosted.org/packages/f2/89/a12b55286e30c9f476eab7c53c9249ec76faf70430596496ab0309f28629/pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3f1fdb790440a34f6ecf7679e1863b825cb5ffde858a9197f851168ed08371e5", size = 2118215, upload-time = "2025-04-02T09:49:30.321Z" }, - { url = "https://files.pythonhosted.org/packages/8e/55/12721c4a8d7951584ad3d9848b44442559cf1876e0bb424148d1060636b3/pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:5277aec8d879f8d05168fdd17ae811dd313b8ff894aeeaf7cd34ad28b4d77e33", size = 2079963, upload-time = "2025-04-02T09:49:32.804Z" }, - { url = "https://files.pythonhosted.org/packages/bd/0c/3391bd5d6ff62ea998db94732528d9bc32c560b0ed861c39119759461946/pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:8ab581d3530611897d863d1a649fb0644b860286b4718db919bfd51ece41f10b", size = 2249388, upload-time = "2025-04-02T09:49:34.906Z" }, - { url = "https://files.pythonhosted.org/packages/d3/5f/3e4feb042998d7886a9b523b372d83955cbc192a07013dcd24276db078ee/pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:0483847fa9ad5e3412265c1bd72aad35235512d9ce9d27d81a56d935ef489672", size = 2255226, upload-time = "2025-04-02T09:49:37.412Z" }, - { url = "https://files.pythonhosted.org/packages/25/f2/1647933efaaad61846109a27619f3704929e758a09e6431b8f932a053d40/pydantic_core-2.33.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:de9e06abe3cc5ec6a2d5f75bc99b0bdca4f5c719a5b34026f8c57efbdecd2ee3", size = 2081073, upload-time = "2025-04-02T09:49:39.531Z" }, +sdist = { url = "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz", hash = "sha256:7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc", size = 435195, upload-time = "2025-04-23T18:33:52.104Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e5/92/b31726561b5dae176c2d2c2dc43a9c5bfba5d32f96f8b4c0a600dd492447/pydantic_core-2.33.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:2b3d326aaef0c0399d9afffeb6367d5e26ddc24d351dbc9c636840ac355dc5d8", size = 2028817, upload-time = "2025-04-23T18:30:43.919Z" }, + { url = "https://files.pythonhosted.org/packages/a3/44/3f0b95fafdaca04a483c4e685fe437c6891001bf3ce8b2fded82b9ea3aa1/pydantic_core-2.33.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0e5b2671f05ba48b94cb90ce55d8bdcaaedb8ba00cc5359f6810fc918713983d", size = 1861357, upload-time = "2025-04-23T18:30:46.372Z" }, + { url = "https://files.pythonhosted.org/packages/30/97/e8f13b55766234caae05372826e8e4b3b96e7b248be3157f53237682e43c/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0069c9acc3f3981b9ff4cdfaf088e98d83440a4c7ea1bc07460af3d4dc22e72d", size = 1898011, upload-time = "2025-04-23T18:30:47.591Z" }, + { url = "https://files.pythonhosted.org/packages/9b/a3/99c48cf7bafc991cc3ee66fd544c0aae8dc907b752f1dad2d79b1b5a471f/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d53b22f2032c42eaaf025f7c40c2e3b94568ae077a606f006d206a463bc69572", size = 1982730, upload-time = "2025-04-23T18:30:49.328Z" }, + { url = "https://files.pythonhosted.org/packages/de/8e/a5b882ec4307010a840fb8b58bd9bf65d1840c92eae7534c7441709bf54b/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0405262705a123b7ce9f0b92f123334d67b70fd1f20a9372b907ce1080c7ba02", size = 2136178, upload-time = "2025-04-23T18:30:50.907Z" }, + { url = "https://files.pythonhosted.org/packages/e4/bb/71e35fc3ed05af6834e890edb75968e2802fe98778971ab5cba20a162315/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4b25d91e288e2c4e0662b8038a28c6a07eaac3e196cfc4ff69de4ea3db992a1b", size = 2736462, upload-time = "2025-04-23T18:30:52.083Z" }, + { url = "https://files.pythonhosted.org/packages/31/0d/c8f7593e6bc7066289bbc366f2235701dcbebcd1ff0ef8e64f6f239fb47d/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6bdfe4b3789761f3bcb4b1ddf33355a71079858958e3a552f16d5af19768fef2", size = 2005652, upload-time = "2025-04-23T18:30:53.389Z" }, + { url = "https://files.pythonhosted.org/packages/d2/7a/996d8bd75f3eda405e3dd219ff5ff0a283cd8e34add39d8ef9157e722867/pydantic_core-2.33.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:efec8db3266b76ef9607c2c4c419bdb06bf335ae433b80816089ea7585816f6a", size = 2113306, upload-time = "2025-04-23T18:30:54.661Z" }, + { url = "https://files.pythonhosted.org/packages/ff/84/daf2a6fb2db40ffda6578a7e8c5a6e9c8affb251a05c233ae37098118788/pydantic_core-2.33.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:031c57d67ca86902726e0fae2214ce6770bbe2f710dc33063187a68744a5ecac", size = 2073720, upload-time = "2025-04-23T18:30:56.11Z" }, + { url = "https://files.pythonhosted.org/packages/77/fb/2258da019f4825128445ae79456a5499c032b55849dbd5bed78c95ccf163/pydantic_core-2.33.2-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:f8de619080e944347f5f20de29a975c2d815d9ddd8be9b9b7268e2e3ef68605a", size = 2244915, upload-time = "2025-04-23T18:30:57.501Z" }, + { url = "https://files.pythonhosted.org/packages/d8/7a/925ff73756031289468326e355b6fa8316960d0d65f8b5d6b3a3e7866de7/pydantic_core-2.33.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:73662edf539e72a9440129f231ed3757faab89630d291b784ca99237fb94db2b", size = 2241884, upload-time = "2025-04-23T18:30:58.867Z" }, + { url = "https://files.pythonhosted.org/packages/0b/b0/249ee6d2646f1cdadcb813805fe76265745c4010cf20a8eba7b0e639d9b2/pydantic_core-2.33.2-cp310-cp310-win32.whl", hash = "sha256:0a39979dcbb70998b0e505fb1556a1d550a0781463ce84ebf915ba293ccb7e22", size = 1910496, upload-time = "2025-04-23T18:31:00.078Z" }, + { url = "https://files.pythonhosted.org/packages/66/ff/172ba8f12a42d4b552917aa65d1f2328990d3ccfc01d5b7c943ec084299f/pydantic_core-2.33.2-cp310-cp310-win_amd64.whl", hash = "sha256:b0379a2b24882fef529ec3b4987cb5d003b9cda32256024e6fe1586ac45fc640", size = 1955019, upload-time = "2025-04-23T18:31:01.335Z" }, + { 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, upload-time = "2025-04-23T18:31:03.106Z" }, + { 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, upload-time = "2025-04-23T18:31:04.621Z" }, + { 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, upload-time = "2025-04-23T18:31:06.377Z" }, + { 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, upload-time = "2025-04-23T18:31:07.93Z" }, + { 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, upload-time = "2025-04-23T18:31:09.283Z" }, + { 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, upload-time = "2025-04-23T18:31:11.7Z" }, + { 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, upload-time = "2025-04-23T18:31:13.536Z" }, + { 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, upload-time = "2025-04-23T18:31:15.011Z" }, + { 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, upload-time = "2025-04-23T18:31:16.393Z" }, + { 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, upload-time = "2025-04-23T18:31:17.892Z" }, + { 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, upload-time = "2025-04-23T18:31:19.205Z" }, + { url = "https://files.pythonhosted.org/packages/e0/ed/55532bb88f674d5d8f67ab121a2a13c385df382de2a1677f30ad385f7438/pydantic_core-2.33.2-cp311-cp311-win32.whl", hash = "sha256:6368900c2d3ef09b69cb0b913f9f8263b03786e5b2a387706c5afb66800efd51", size = 1910538, upload-time = "2025-04-23T18:31:20.541Z" }, + { url = "https://files.pythonhosted.org/packages/fe/1b/25b7cccd4519c0b23c2dd636ad39d381abf113085ce4f7bec2b0dc755eb1/pydantic_core-2.33.2-cp311-cp311-win_amd64.whl", hash = "sha256:1e063337ef9e9820c77acc768546325ebe04ee38b08703244c1309cccc4f1bab", size = 1952909, upload-time = "2025-04-23T18:31:22.371Z" }, + { url = "https://files.pythonhosted.org/packages/49/a9/d809358e49126438055884c4366a1f6227f0f84f635a9014e2deb9b9de54/pydantic_core-2.33.2-cp311-cp311-win_arm64.whl", hash = "sha256:6b99022f1d19bc32a4c2a0d544fc9a76e3be90f0b3f4af413f87d38749300e65", size = 1897786, upload-time = "2025-04-23T18:31:24.161Z" }, + { 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, upload-time = "2025-04-23T18:31:25.863Z" }, + { 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, upload-time = "2025-04-23T18:31:27.341Z" }, + { 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, upload-time = "2025-04-23T18:31:28.956Z" }, + { 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, upload-time = "2025-04-23T18:31:31.025Z" }, + { 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, upload-time = "2025-04-23T18:31:32.514Z" }, + { 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, upload-time = "2025-04-23T18:31:33.958Z" }, + { 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, upload-time = "2025-04-23T18:31:39.095Z" }, + { 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, upload-time = "2025-04-23T18:31:41.034Z" }, + { 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, upload-time = "2025-04-23T18:31:42.757Z" }, + { 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, upload-time = "2025-04-23T18:31:44.304Z" }, + { 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, upload-time = "2025-04-23T18:31:45.891Z" }, + { url = "https://files.pythonhosted.org/packages/b0/6a/adf5734ffd52bf86d865093ad70b2ce543415e0e356f6cacabbc0d9ad910/pydantic_core-2.33.2-cp312-cp312-win32.whl", hash = "sha256:9cb1da0f5a471435a7bc7e439b8a728e8b61e59784b2af70d7c169f8dd8ae290", size = 1892628, upload-time = "2025-04-23T18:31:47.819Z" }, + { url = "https://files.pythonhosted.org/packages/43/e4/5479fecb3606c1368d496a825d8411e126133c41224c1e7238be58b87d7e/pydantic_core-2.33.2-cp312-cp312-win_amd64.whl", hash = "sha256:f941635f2a3d96b2973e867144fde513665c87f13fe0e193c158ac51bfaaa7b2", size = 1955866, upload-time = "2025-04-23T18:31:49.635Z" }, + { url = "https://files.pythonhosted.org/packages/0d/24/8b11e8b3e2be9dd82df4b11408a67c61bb4dc4f8e11b5b0fc888b38118b5/pydantic_core-2.33.2-cp312-cp312-win_arm64.whl", hash = "sha256:cca3868ddfaccfbc4bfb1d608e2ccaaebe0ae628e1416aeb9c4d88c001bb45ab", size = 1888894, upload-time = "2025-04-23T18:31:51.609Z" }, + { 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, upload-time = "2025-04-23T18:31:53.175Z" }, + { 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, upload-time = "2025-04-23T18:31:54.79Z" }, + { 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, upload-time = "2025-04-23T18:31:57.393Z" }, + { 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, upload-time = "2025-04-23T18:31:59.065Z" }, + { 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, upload-time = "2025-04-23T18:32:00.78Z" }, + { 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, upload-time = "2025-04-23T18:32:02.418Z" }, + { 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, upload-time = "2025-04-23T18:32:04.152Z" }, + { 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, upload-time = "2025-04-23T18:32:06.129Z" }, + { 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, upload-time = "2025-04-23T18:32:08.178Z" }, + { 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, upload-time = "2025-04-23T18:32:10.242Z" }, + { 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, upload-time = "2025-04-23T18:32:12.382Z" }, + { url = "https://files.pythonhosted.org/packages/58/4d/4f937099c545a8a17eb52cb67fe0447fd9a373b348ccfa9a87f141eeb00f/pydantic_core-2.33.2-cp313-cp313-win32.whl", hash = "sha256:52fb90784e0a242bb96ec53f42196a17278855b0f31ac7c3cc6f5c1ec4811849", size = 1900473, upload-time = "2025-04-23T18:32:14.034Z" }, + { url = "https://files.pythonhosted.org/packages/a0/75/4a0a9bac998d78d889def5e4ef2b065acba8cae8c93696906c3a91f310ca/pydantic_core-2.33.2-cp313-cp313-win_amd64.whl", hash = "sha256:c083a3bdd5a93dfe480f1125926afcdbf2917ae714bdb80b36d34318b2bec5d9", size = 1955269, upload-time = "2025-04-23T18:32:15.783Z" }, + { url = "https://files.pythonhosted.org/packages/f9/86/1beda0576969592f1497b4ce8e7bc8cbdf614c352426271b1b10d5f0aa64/pydantic_core-2.33.2-cp313-cp313-win_arm64.whl", hash = "sha256:e80b087132752f6b3d714f041ccf74403799d3b23a72722ea2e6ba2e892555b9", size = 1893921, upload-time = "2025-04-23T18:32:18.473Z" }, + { 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, upload-time = "2025-04-23T18:32:20.188Z" }, + { 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, upload-time = "2025-04-23T18:32:22.354Z" }, + { url = "https://files.pythonhosted.org/packages/6f/9a/e73262f6c6656262b5fdd723ad90f518f579b7bc8622e43a942eec53c938/pydantic_core-2.33.2-cp313-cp313t-win_amd64.whl", hash = "sha256:c2fc0a768ef76c15ab9238afa6da7f69895bb5d1ee83aeea2e3509af4472d0b9", size = 1935777, upload-time = "2025-04-23T18:32:25.088Z" }, + { url = "https://files.pythonhosted.org/packages/53/ea/bbe9095cdd771987d13c82d104a9c8559ae9aec1e29f139e286fd2e9256e/pydantic_core-2.33.2-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:a2b911a5b90e0374d03813674bf0a5fbbb7741570dcd4b4e85a2e48d17def29d", size = 2028677, upload-time = "2025-04-23T18:32:27.227Z" }, + { url = "https://files.pythonhosted.org/packages/49/1d/4ac5ed228078737d457a609013e8f7edc64adc37b91d619ea965758369e5/pydantic_core-2.33.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6fa6dfc3e4d1f734a34710f391ae822e0a8eb8559a85c6979e14e65ee6ba2954", size = 1864735, upload-time = "2025-04-23T18:32:29.019Z" }, + { url = "https://files.pythonhosted.org/packages/23/9a/2e70d6388d7cda488ae38f57bc2f7b03ee442fbcf0d75d848304ac7e405b/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c54c939ee22dc8e2d545da79fc5381f1c020d6d3141d3bd747eab59164dc89fb", size = 1898467, upload-time = "2025-04-23T18:32:31.119Z" }, + { url = "https://files.pythonhosted.org/packages/ff/2e/1568934feb43370c1ffb78a77f0baaa5a8b6897513e7a91051af707ffdc4/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:53a57d2ed685940a504248187d5685e49eb5eef0f696853647bf37c418c538f7", size = 1983041, upload-time = "2025-04-23T18:32:33.655Z" }, + { url = "https://files.pythonhosted.org/packages/01/1a/1a1118f38ab64eac2f6269eb8c120ab915be30e387bb561e3af904b12499/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:09fb9dd6571aacd023fe6aaca316bd01cf60ab27240d7eb39ebd66a3a15293b4", size = 2136503, upload-time = "2025-04-23T18:32:35.519Z" }, + { url = "https://files.pythonhosted.org/packages/5c/da/44754d1d7ae0f22d6d3ce6c6b1486fc07ac2c524ed8f6eca636e2e1ee49b/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0e6116757f7959a712db11f3e9c0a99ade00a5bbedae83cb801985aa154f071b", size = 2736079, upload-time = "2025-04-23T18:32:37.659Z" }, + { url = "https://files.pythonhosted.org/packages/4d/98/f43cd89172220ec5aa86654967b22d862146bc4d736b1350b4c41e7c9c03/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d55ab81c57b8ff8548c3e4947f119551253f4e3787a7bbc0b6b3ca47498a9d3", size = 2006508, upload-time = "2025-04-23T18:32:39.637Z" }, + { url = "https://files.pythonhosted.org/packages/2b/cc/f77e8e242171d2158309f830f7d5d07e0531b756106f36bc18712dc439df/pydantic_core-2.33.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c20c462aa4434b33a2661701b861604913f912254e441ab8d78d30485736115a", size = 2113693, upload-time = "2025-04-23T18:32:41.818Z" }, + { url = "https://files.pythonhosted.org/packages/54/7a/7be6a7bd43e0a47c147ba7fbf124fe8aaf1200bc587da925509641113b2d/pydantic_core-2.33.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:44857c3227d3fb5e753d5fe4a3420d6376fa594b07b621e220cd93703fe21782", size = 2074224, upload-time = "2025-04-23T18:32:44.033Z" }, + { url = "https://files.pythonhosted.org/packages/2a/07/31cf8fadffbb03be1cb520850e00a8490c0927ec456e8293cafda0726184/pydantic_core-2.33.2-cp39-cp39-musllinux_1_1_armv7l.whl", hash = "sha256:eb9b459ca4df0e5c87deb59d37377461a538852765293f9e6ee834f0435a93b9", size = 2245403, upload-time = "2025-04-23T18:32:45.836Z" }, + { url = "https://files.pythonhosted.org/packages/b6/8d/bbaf4c6721b668d44f01861f297eb01c9b35f612f6b8e14173cb204e6240/pydantic_core-2.33.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9fcd347d2cc5c23b06de6d3b7b8275be558a0c90549495c699e379a80bf8379e", size = 2242331, upload-time = "2025-04-23T18:32:47.618Z" }, + { url = "https://files.pythonhosted.org/packages/bb/93/3cc157026bca8f5006250e74515119fcaa6d6858aceee8f67ab6dc548c16/pydantic_core-2.33.2-cp39-cp39-win32.whl", hash = "sha256:83aa99b1285bc8f038941ddf598501a86f1536789740991d7d8756e34f1e74d9", size = 1910571, upload-time = "2025-04-23T18:32:49.401Z" }, + { url = "https://files. ... [truncated]
llama-index-integrations/embeddings/llama-index-embeddings-google/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-google" -version = "0.3.1" +version = "0.4.0" description = "llama-index embeddings google integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "google-generativeai>=0.5.2,<0.6", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [project.optional-dependencies]
llama-index-integrations/embeddings/llama-index-embeddings-google/uv.lock+2216 −2173 modifiedllama-index-integrations/embeddings/llama-index-embeddings-huggingface-api/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-huggingface-api" -version = "0.3.1" +version = "0.4.0" description = "llama-index embeddings huggingface api integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-utils-huggingface>=0.3.0,<0.4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-utils-huggingface>=0.4.0,<0.5", + "llama-index-core>=0.13.0,<0.14", "huggingface-hub[inference]>=0.31.0", ]
llama-index-integrations/embeddings/llama-index-embeddings-huggingface-api/uv.lock+2129 −2086 modifiedllama-index-integrations/embeddings/llama-index-embeddings-huggingface-openvino/pyproject.toml+3 −3 modified@@ -27,16 +27,16 @@ dev = [ [project] name = "llama-index-embeddings-openvino" -version = "0.5.2" +version = "0.6.0" description = "llama-index embeddings openvino integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-embeddings-huggingface>=0.4.0,<0.5", + "llama-index-embeddings-huggingface>=0.6.0,<0.7", "huggingface-hub>=0.23.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "optimum-intel[openvino]>=1.22.0,<2", ]
llama-index-integrations/embeddings/llama-index-embeddings-huggingface-openvino/uv.lock+3211 −3168 modifiedllama-index-integrations/embeddings/llama-index-embeddings-huggingface-optimum-intel/pyproject.toml+4 −4 modified@@ -26,17 +26,17 @@ dev = [ [project] name = "llama-index-embeddings-huggingface-optimum-intel" -version = "0.3.1" +version = "0.4.0" description = "llama-index embeddings Optimum Intel integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-embeddings-huggingface>=0.4.0,<0.5", - "llama-index-utils-huggingface>=0.3.0,<0.4", + "llama-index-embeddings-huggingface>=0.6.0,<0.7", + "llama-index-utils-huggingface>=0.4.0,<0.5", "optimum-intel>=1.18.0,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "optimum[exporters]>=1.16.2,<2", ]
llama-index-integrations/embeddings/llama-index-embeddings-huggingface-optimum-intel/uv.lock+2664 −2621 modifiedllama-index-integrations/embeddings/llama-index-embeddings-huggingface-optimum/pyproject.toml+4 −4 modified@@ -26,16 +26,16 @@ dev = [ [project] name = "llama-index-embeddings-huggingface-optimum" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings huggingface optimum integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.10,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-embeddings-huggingface>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", - "optimum[exporters]>=1.16.2,<2", + "llama-index-embeddings-huggingface>=0.6.0,<0.7", + "llama-index-core>=0.13.0,<0.14", + "optimum[exporters]", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-huggingface-optimum/uv.lock+2004 −1962 modifiedllama-index-integrations/embeddings/llama-index-embeddings-huggingface/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-huggingface" -version = "0.5.5" +version = "0.6.0" description = "llama-index embeddings huggingface integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "sentence-transformers>=2.6.1", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "huggingface-hub[inference]>=0.19.0", ]
llama-index-integrations/embeddings/llama-index-embeddings-huggingface/uv.lock+2304 −2261 modifiedllama-index-integrations/embeddings/llama-index-embeddings-ibm/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-embeddings-ibm" -version = "0.3.1" +version = "0.4.0" description = "llama-index embeddings IBM watsonx.ai integration" authors = [{name = "IBM"}] requires-python = ">=3.10,<4.0" @@ -36,7 +36,7 @@ license = "MIT" dependencies = [ "ibm-watsonx-ai>=1.0.1", "pyarrow", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-ibm/uv.lock+1881 −1839 modifiedllama-index-integrations/embeddings/llama-index-embeddings-instructor/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-embeddings-instructor" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings instructor integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -37,7 +37,7 @@ dependencies = [ "instructorembedding>=1.0.1,<2", "torch>=2.1.2,<3", "sentence-transformers>=2.2.2,<3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-instructor/uv.lock+2418 −2375 modifiedllama-index-integrations/embeddings/llama-index-embeddings-ipex-llm/pyproject.toml+2 −2 modified@@ -25,14 +25,14 @@ dev = [ [project] name = "llama-index-embeddings-ipex-llm" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings ipex-llm integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.10,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "ipex-llm[llama-index]>=2.1.0b20240529", ]
llama-index-integrations/embeddings/llama-index-embeddings-jinaai/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-jinaai" -version = "0.4.0" +version = "0.5.0" description = "llama-index embeddings jinaai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-jinaai/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-langchain/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-langchain" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings langchain integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-langchain/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-litellm/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-litellm" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings litellm integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "litellm>=1.41.3,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-litellm/uv.lock+2212 −2169 modifiedllama-index-integrations/embeddings/llama-index-embeddings-llamafile/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-llamafile" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings llamafile integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-llamafile/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-llm-rails/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-llm-rails" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings llm rails integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-llm-rails/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-mistralai/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-mistralai" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings mistralai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "mistralai>=1.0.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-mistralai/uv.lock+2125 −2082 modifiedllama-index-integrations/embeddings/llama-index-embeddings-mixedbreadai/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-mixedbreadai" -version = "0.4.0" +version = "0.5.0" description = "llama-index embeddings mixedbreadai integration" authors = [{name = "Mixedbread AI", email = "support@mixedbread.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "mixedbread>=0.21.0,<1", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-mixedbreadai/uv.lock+2128 −2085 modifiedllama-index-integrations/embeddings/llama-index-embeddings-modelscope/pyproject.toml+2 −2 modified@@ -28,7 +28,7 @@ dev = [ [project] name = "llama-index-embeddings-modelscope" -version = "0.4.0" +version = "0.5.0" description = "llama-index embeddings modelscope integration" authors = [{name = "ModelScope", email = "modelscope@list.alibaba-inc.com"}] requires-python = ">=3.9,<3.12" @@ -37,7 +37,7 @@ license = "MIT" dependencies = [ "modelscope[framework]>=1.12.0", "torch>=2.1.2,<3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "sentencepiece", "ms-swift", "transformers[torch]>=4.37.0,<5",
llama-index-integrations/embeddings/llama-index-embeddings-modelscope/uv.lock+2247 −2203 modifiedllama-index-integrations/embeddings/llama-index-embeddings-nebius/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-nebius" -version = "0.3.1" +version = "0.4.0" description = "llama-index embeddings Nebius AI Studio integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", - "llama-index-embeddings-openai>=0.3.0,<0.4", + "llama-index-core>=0.13.0,<0.14", + "llama-index-embeddings-openai>=0.5.0,<0.6", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-nebius/uv.lock+2196 −2153 modifiedllama-index-integrations/embeddings/llama-index-embeddings-netmind/pyproject.toml+2 −2 modified@@ -27,13 +27,13 @@ dev = [ [project] name = "llama-index-embeddings-netmind" -version = "0.1.0" +version = "0.2.0" description = "llama-index embeddings netmind integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-netmind/uv.lock+2192 −2149 modifiedllama-index-integrations/embeddings/llama-index-embeddings-nomic/pyproject.toml+3 −3 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-embeddings-nomic" -version = "0.6.0" +version = "0.7.0" description = "llama-index embeddings nomic integration" authors = [ {name = "Jared Van Bortel", email = "jared@nomic.ai"}, @@ -36,10 +36,10 @@ requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-embeddings-huggingface>=0.4.0,<0.5", + "llama-index-embeddings-huggingface>=0.6.0,<0.7", "einops>=0.7.0,<0.8", "nomic>=3.0.30,<4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-nomic/uv.lock+2428 −2385 modifiedllama-index-integrations/embeddings/llama-index-embeddings-nvidia/pyproject.toml+2 −2 modified@@ -36,13 +36,13 @@ test_integration = [ [project] name = "llama-index-embeddings-nvidia" -version = "0.3.4" +version = "0.4.0" description = "llama-index embeddings nvidia integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-nvidia/uv.lock+2200 −2157 modifiedllama-index-integrations/embeddings/llama-index-embeddings-oci-data-science/pyproject.toml+2 −2 modified@@ -27,14 +27,14 @@ dev = [ [project] name = "llama-index-embeddings-oci-data-science" -version = "0.1.0" +version = "0.2.0" description = "llama-index embeddings OCI Data Science integration" authors = [{name = "Dmitrii Cherkasov", email = "dmitrii.cherkasov@oracle.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "oci>=2.150.2", ]
llama-index-integrations/embeddings/llama-index-embeddings-oci-data-science/uv.lock+2133 −2090 modifiedllama-index-integrations/embeddings/llama-index-embeddings-oci-genai/pyproject.toml+2 −2 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-embeddings-oci-genai" -version = "0.3.1" +version = "0.4.0" description = "llama-index embeddings oci-genai integration" authors = [ {name = "Arthur Cheng", email = "arthur.cheng@oracle.com"}, @@ -37,7 +37,7 @@ readme = "README.md" license = "MIT" dependencies = [ "oci>=2.125.3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-oci-genai/uv.lock+2131 −2088 modifiedllama-index-integrations/embeddings/llama-index-embeddings-ollama/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-ollama" -version = "0.6.0" +version = "0.7.0" description = "llama-index embeddings ollama integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "ollama>=0.3.1", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-ollama/uv.lock+2125 −2082 modifiedllama-index-integrations/embeddings/llama-index-embeddings-opea/pyproject.toml+3 −3 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-opea" -version = "0.1.2" +version = "0.2.0" description = "llama-index embeddings opea integration" authors = [{name = "logan-markewich"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-opea/uv.lock+2422 −4616 modifiedllama-index-integrations/embeddings/llama-index-embeddings-openai-like/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-openai-like" -version = "0.1.1" +version = "0.2.0" description = "llama-index embeddings openai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-embeddings-openai>=0.3.0,<0.4"] +dependencies = ["llama-index-embeddings-openai>=0.5.0,<0.6"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-openai-like/uv.lock+2195 −2152 modifiedllama-index-integrations/embeddings/llama-index-embeddings-openai/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-openai" -version = "0.3.1" +version = "0.5.0" description = "llama-index embeddings openai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "openai>=1.1.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-openai/uv.lock+2192 −2149 modifiedllama-index-integrations/embeddings/llama-index-embeddings-openvino-genai/pyproject.toml+2 −2 modified@@ -27,14 +27,14 @@ dev = [ [project] name = "llama-index-embeddings-openvino-genai" -version = "0.5.0" +version = "0.6.0" description = "llama-index embeddings openvino genai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "openvino>=2025.1.0", "openvino-genai>=2025.1.0.0", "openvino-tokenizers>=2025.1.0.0",
llama-index-integrations/embeddings/llama-index-embeddings-openvino-genai/uv.lock+2292 −2249 modifiedllama-index-integrations/embeddings/llama-index-embeddings-oracleai/pyproject.toml+1 −1 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-embeddings-oracleai" -version = "0.2.0" +version = "0.3.0" description = "llama-index embeddings oracleai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0"
llama-index-integrations/embeddings/llama-index-embeddings-oracleai/uv.lock+2101 −2101 modifiedllama-index-integrations/embeddings/llama-index-embeddings-premai/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-premai" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings premai integration" authors = [{name = "PremAI"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "premai>=0.3.20,<0.4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-premai/uv.lock+2238 −2195 modifiedllama-index-integrations/embeddings/llama-index-embeddings-sagemaker-endpoint/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-sagemaker-endpoint" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings sagemaker endpoint integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-sagemaker-endpoint/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-siliconflow/pyproject.toml+2 −2 modified@@ -27,14 +27,14 @@ dev = [ [project] name = "llama-index-embeddings-siliconflow" -version = "0.2.1" +version = "0.3.0" description = "llama-index embeddings siliconflow integration" authors = [{name = "nightosong", email = "nightosong2013@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "aiohttp", ]
llama-index-integrations/embeddings/llama-index-embeddings-siliconflow/uv.lock+2125 −2082 modifiedllama-index-integrations/embeddings/llama-index-embeddings-text-embeddings-inference/pyproject.toml+3 −3 modified@@ -26,16 +26,16 @@ dev = [ [project] name = "llama-index-embeddings-text-embeddings-inference" -version = "0.3.2" +version = "0.4.0" description = "llama-index embeddings text embeddings inference integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "httpx>=0.26.0", - "llama-index-utils-huggingface>=0.3.0,<0.4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-utils-huggingface>=0.4.0,<0.5", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-text-embeddings-inference/uv.lock+2129 −2086 modifiedllama-index-integrations/embeddings/llama-index-embeddings-textembed/pyproject.toml+2 −2 modified@@ -26,14 +26,14 @@ dev = [ [project] name = "llama-index-embeddings-textembed" -version = "0.2.0" +version = "0.3.0" description = "Integration of TextEmbed with llama-index for embeddings." authors = [{name = "Keval Dekivadiya", email = "kevaldekivadiya2415@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "aiohttp", ]
llama-index-integrations/embeddings/llama-index-embeddings-textembed/uv.lock+2107 −2064 modifiedllama-index-integrations/embeddings/llama-index-embeddings-together/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-embeddings-together" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings together integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-together/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-upstage/pyproject.toml+3 −3 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-embeddings-upstage" -version = "0.4.2" +version = "0.5.0" description = "llama-index embeddings upstage integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-embeddings-openai>=0.3.0,<0.4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-embeddings-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-upstage/uv.lock+2198 −2155 modifiedllama-index-integrations/embeddings/llama-index-embeddings-vertex-endpoint/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-vertex-endpoint" -version = "0.2.0" +version = "0.3.0" description = "llama-index embeddings vertex_endpoint integration" authors = [{name = "Mohannad", email = "mouhanned.lassioued@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "google-cloud-aiplatform>=1.69.0,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-vertex-endpoint/uv.lock+2327 −2284 modifiedllama-index-integrations/embeddings/llama-index-embeddings-vertex/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-vertex" -version = "0.3.2" +version = "0.4.0" description = "llama-index embeddings vertex integration" authors = [{name = "Henry Jiang", email = "h243jian@uwaterloo.ca"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "google-cloud-aiplatform>=1.43.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-vertex/uv.lock+2327 −2284 modifiedllama-index-integrations/embeddings/llama-index-embeddings-vllm/pyproject.toml+2 −2 modified@@ -25,13 +25,13 @@ dev = [ [project] name = "llama-index-embeddings-vllm" -version = "0.0.1" +version = "0.1.0" description = "llama-index embeddings vllm integration" authors = [{name = "Yuri", email = "yuri@yurinet.blog"}] requires-python = ">=3.10,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13", "vllm"] +dependencies = ["llama-index-core>=0.13.0,<0.14", "vllm"] [tool.codespell] check-filenames = true
llama-index-integrations/embeddings/llama-index-embeddings-voyageai/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-voyageai" -version = "0.3.6" +version = "0.4.0" description = "llama-index embeddings voyageai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "voyageai>=0.3.2,<0.4.0 ; python_version >= '3.9' and python_version < '3.13'", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-voyageai/uv.lock+2144 −2101 modifiedllama-index-integrations/embeddings/llama-index-embeddings-xinference/pyproject.toml+2 −2 modified@@ -26,14 +26,14 @@ dev = [ [project] name = "llama-index-embeddings-xinference" -version = "0.2.0" +version = "0.3.0" description = "llama-index embeddings xinference integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "aiohttp", ]
llama-index-integrations/embeddings/llama-index-embeddings-xinference/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-yandexgpt/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-yandexgpt" -version = "0.3.0" +version = "0.4.0" description = "llama-index embeddings yandexgpt integration" authors = [{name = "Kirill Kukharev", email = "k.kuharev@uniyar.ac.ru"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "tenacity>=8.3.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-yandexgpt/uv.lock+2123 −2080 modifiedllama-index-integrations/embeddings/llama-index-embeddings-zhipuai/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-embeddings-zhipuai" -version = "0.2.0" +version = "0.3.0" description = "llama-index embeddings zhipuai integration" authors = [{name = "nightosong"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "zhipuai>=2.1.5.20230904,<3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/embeddings/llama-index-embeddings-zhipuai/uv.lock+2129 −2086 modifiedllama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/pyproject.toml+2 −2 modified@@ -26,14 +26,14 @@ dev = [ [project] name = "llama-index-evaluation-tonic-validate" -version = "0.4.0" +version = "0.5.0" description = "llama-index evaluation tonic validate integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "aioboto3>=12.4.0,<13.0.0", "tonic-validate>=6.1.0,<7", ]
llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/uv.lock+2322 −2279 modifiedllama-index-integrations/extractors/llama-index-extractors-entity/pyproject.toml+2 −2 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-extractors-entity" -version = "0.3.1" +version = "0.4.0" description = "llama-index extractors entity integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -35,7 +35,7 @@ license = "MIT" dependencies = [ "span-marker>=1.5.0", "huggingface-hub>=0.23.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/extractors/llama-index-extractors-entity/uv.lock+2511 −2468 modifiedllama-index-integrations/extractors/llama-index-extractors-marvin/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-extractors-marvin" -version = "0.3.0" +version = "0.4.0" description = "llama-index extractors marvin integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "marvin>=2.1.3,<3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/extractors/llama-index-extractors-marvin/uv.lock+2222 −2179 modifiedllama-index-integrations/extractors/llama-index-extractors-relik/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-extractors-relik" -version = "0.3.1" +version = "0.4.0" description = "llama-index extractors relik integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.10,<4" @@ -37,7 +37,7 @@ dependencies = [ "relik>=1.0.3,<2", "huggingface-hub>=0.23.0", "spacy", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_rag/llama-index-graph-rag-cognee/pyproject.toml+3 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-graph-rag-cognee" -version = "0.1.4" +version = "0.2.0" description = "llama-index graph rag cognee integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.10,<4" @@ -36,7 +36,8 @@ license = "MIT" dependencies = [ "cognee[neo4j, postgres, qdrant, weaviate]", "httpx~=0.27.0", - "llama-index-core>=0.12.5,<0.13", + "graphistry", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_rag/llama-index-graph-rag-cognee/uv.lock+2946 −2826 modifiedllama-index-integrations/graph_stores/llama-index-graph-stores-ApertureDB/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-graph-stores-ApertureDB" -version = "0.1.0" +version = "0.2.0" description = "llama-index graph stores ApertureDB integration" authors = [{name = "ApertureData", email = "team@aperturedata.io"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "aperturedb>=0.4.46", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_stores/llama-index-graph-stores-falkordb/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-graph-stores-falkordb" -version = "0.3.0" +version = "0.4.0" description = "llama-index graph stores falkordb integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "falkordb>=1.0.8,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_stores/llama-index-graph-stores-falkordb/uv.lock+2128 −2085 modifiedllama-index-integrations/graph_stores/llama-index-graph-stores-kuzu/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-graph-stores-kuzu" -version = "0.7.0" +version = "0.8.0" description = "llama-index graph stores kuzu integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "kuzu>=0.9.0,<0.10", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_stores/llama-index-graph-stores-kuzu/uv.lock+2152 −2109 modifiedllama-index-integrations/graph_stores/llama-index-graph-stores-memgraph/pyproject.toml+2 −2 modified@@ -26,14 +26,14 @@ dev = [ [project] name = "llama-index-graph-stores-memgraph" -version = "0.3.1" +version = "0.4.0" description = "llama-index graph-stores memgraph integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "neo4j>=5.24.0,<6", ]
llama-index-integrations/graph_stores/llama-index-graph-stores-memgraph/uv.lock+2127 −2084 modifiedllama-index-integrations/graph_stores/llama-index-graph-stores-nebula/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-graph-stores-nebula" -version = "0.4.2" +version = "0.5.0" description = "llama-index graph stores nebula integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "Apache-2.0" dependencies = [ "nebula3-python>=3.8.0,<4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/uv.lock+2139 −2096 modifiedllama-index-integrations/graph_stores/llama-index-graph-stores-neo4j/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-graph-stores-neo4j" -version = "0.4.6" +version = "0.5.0" description = "llama-index graph stores neo4j integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "neo4j>=5.16.0,<6", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_stores/llama-index-graph-stores-neo4j/uv.lock+2127 −2084 modifiedllama-index-integrations/graph_stores/llama-index-graph-stores-neptune/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-graph-stores-neptune" -version = "0.3.3" +version = "0.4.0" description = "llama-index graph stores amazon neptune integration" authors = [{name = "Dave Bechberger", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "boto3>=1.34.40,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_stores/llama-index-graph-stores-neptune/uv.lock+2133 −2090 modifiedllama-index-integrations/graph_stores/llama-index-graph-stores-tidb/pyproject.toml+2 −2 modified@@ -17,7 +17,7 @@ dev = [ [project] name = "llama-index-graph-stores-tidb" -version = "0.3.0" +version = "0.4.0" description = "llama-index graph stores tidb integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -27,7 +27,7 @@ dependencies = [ "tidb-vector>=0.0.9,<0.0.10", "PyMySQL>=1.1.1,<2", "SQLAlchemy>=2.0.30,<3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/graph_stores/llama-index-graph-stores-tidb/uv.lock+1992 −1949 modifiedllama-index-integrations/indices/llama-index-indices-managed-bge-m3/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-indices-managed-bge-m3" -version = "0.5.0" +version = "0.6.0" description = "llama-index managed indices bge-m3 integration" authors = [{name = "Panuthep Tasawong", email = "panuthep.t_s20@vistec.ac.th"}] requires-python = ">=3.9,<4.0" @@ -36,7 +36,7 @@ license = "MIT" dependencies = [ "peft>=0.12.0", "flagembedding>=1.2.11", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/indices/llama-index-indices-managed-bge-m3/uv.lock+2887 −2844 modifiedllama-index-integrations/indices/llama-index-indices-managed-colbert/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-indices-managed-colbert" -version = "0.4.0" +version = "0.5.0" description = "llama-index managed colbert integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/indices/llama-index-indices-managed-colbert/uv.lock+2123 −2080 modifiedllama-index-integrations/indices/llama-index-indices-managed-dashscope/pyproject.toml+5 −5 modified@@ -26,17 +26,17 @@ dev = [ [project] name = "llama-index-indices-managed-dashscope" -version = "0.3.0" +version = "0.4.0" description = "llama-index indices managed-dashscope integration" authors = [{name = "Ruixue Ding", email = "ada.drx@alibaba-inc.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-embeddings-dashscope>=0.3.0,<0.4", - "llama-index-readers-dashscope>=0.3.0,<0.4", - "llama-index-node-parser-dashscope>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-embeddings-dashscope>=0.4.0,<0.5", + "llama-index-readers-dashscope>=0.4.0,<0.5", + "llama-index-node-parser-dashscope>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/indices/llama-index-indices-managed-dashscope/uv.lock+2167 −2124 modifiedllama-index-integrations/indices/llama-index-indices-managed-google/pyproject.toml+4 −4 modified@@ -26,16 +26,16 @@ dev = [ [project] name = "llama-index-indices-managed-google" -version = "0.3.0" +version = "0.4.0" description = "llama-index managed google integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-vector-stores-google>=0.3.0,<0.4", - "llama-index-response-synthesizers-google>=0.3.0,<0.4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-vector-stores-google>=0.4.0,<0.5", + "llama-index-response-synthesizers-google>=0.4.0,<0.5", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/indices/llama-index-indices-managed-google/uv.lock+2223 −2180 modifiedllama-index-integrations/indices/llama-index-indices-managed-lancedb/pyproject.toml+2 −2 modified@@ -28,7 +28,7 @@ dev = [ [project] name = "llama-index-indices-managed-lancedb" -version = "0.1.0" +version = "0.2.0" description = "LlamaIndex x LanceDB MultiModal AI Lakehouse" authors = [{name = "Clelia Astra Bertelli", email = "clelia@runllama.ai"}] requires-python = ">=3.9,<4.0" @@ -40,7 +40,7 @@ dependencies = [ "tantivy>=0.24.0,<1", "pyarrow>=20.0.0,<21", "polars>=1.31.0,<2", - "llama-index-core>=0.12.44,<0.13", + "llama-index-core>=0.13.0,<0.14", "open-clip-torch>=2.32.0,<3", "sentence-transformers>=5.0.0,<6", ]
llama-index-integrations/indices/llama-index-indices-managed-lancedb/uv.lock+22 −21 modified@@ -292,7 +292,7 @@ wheels = [ [[package]] name = "banks" -version = "2.1.2" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "deprecated" }, @@ -302,9 +302,9 @@ dependencies = [ { name = "platformdirs" }, { name = "pydantic" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/77/34/2b6697f02ffb68bee50e5fd37d6c64432244d3245603fd62950169dfed7e/banks-2.1.2.tar.gz", hash = "sha256:a0651db9d14b57fa2e115e78f68dbb1b36fe226ad6eef96192542908b1d20c1f", size = 173332, upload-time = "2025-04-20T07:09:21.674Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/f8/25ef24814f77f3fd7f0fd3bd1ef3749e38a9dbd23502fbb53034de49900c/banks-2.2.0.tar.gz", hash = "sha256:d1446280ce6e00301e3e952dd754fd8cee23ff277d29ed160994a84d0d7ffe62", size = 179052, upload-time = "2025-07-18T16:28:26.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/4a/7fdca29d1db62f5f5c3446bf8f668beacdb0b5a8aff4247574ddfddc6bcd/banks-2.1.2-py3-none-any.whl", hash = "sha256:7fba451069f6bea376483b8136a0f29cb1e6883133626d00e077e20a3d102c0e", size = 28064, upload-time = "2025-04-20T07:09:20.201Z" }, + { url = "https://files.pythonhosted.org/packages/b4/d6/f9168956276934162ec8d48232f9920f2985ee45aa7602e3c6b4bc203613/banks-2.2.0-py3-none-any.whl", hash = "sha256:963cd5c85a587b122abde4f4064078def35c50c688c1b9d36f43c92503854e7d", size = 29244, upload-time = "2025-07-18T16:28:27.835Z" }, ] [[package]] @@ -1668,7 +1668,7 @@ wheels = [ [[package]] name = "llama-index-core" -version = "0.12.44" +version = "0.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -1689,6 +1689,7 @@ dependencies = [ { name = "numpy", version = "2.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "numpy", version = "2.2.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "pillow" }, + { name = "platformdirs" }, { name = "pydantic" }, { name = "pyyaml" }, { name = "requests" }, @@ -1701,27 +1702,14 @@ dependencies = [ { name = "typing-inspect" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/26/03/d57a98f5b3d2e8ebb39bb4dd51a2472e42201d00e82429ae06e02e141158/llama_index_core-0.12.44.tar.gz", hash = "sha256:d2fdbbd2bcb0dd289f3df305874dbc0d7532f39c3d725ca6d937c6fa18a8d249", size = 7272062, upload-time = "2025-06-26T04:30:02.573Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1a/0d/29865c82de51c2c1f263a61c267c336d35b14839fded66061a999dba1d40/llama_index_core-0.13.0.tar.gz", hash = "sha256:01fec50d3d807e3c3bc17a62ed1f5b93dad2205cda52f7d0c2d34cc6a6ab2b92", size = 7230599, upload-time = "2025-07-30T17:24:00.398Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1d/3f/44fbaca608c2e2116cd9d624f7b836624a6c5dc4bf4608d25918a6cd065b/llama_index_core-0.12.44-py3-none-any.whl", hash = "sha256:12ac30adb1f46768bac4d07d363cf16ae0b032cfb9da861791f13415fc4f1f12", size = 7641712, upload-time = "2025-06-26T04:29:56.544Z" }, + { url = "https://files.pythonhosted.org/packages/f3/27/36a3ad19c8e2e7967ca1c9e469e5205901d2b6d299420e9aba4eafd90d8d/llama_index_core-0.13.0-py3-none-any.whl", hash = "sha256:46c14fc2a26b8f7618c2dd2daf6e430e3f94b1908474baee539f705c9c638348", size = 7573714, upload-time = "2025-07-30T17:23:52.355Z" }, ] [[package]] -name = "llama-index-instrumentation" +name = "llama-index-indices-managed-lancedb" version = "0.2.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "deprecated" }, - { name = "pydantic" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/ef/03/6a34612ecc03ab05cd4818b989cbd7c6bf83e9ffa94c7275847a82ff4f9f/llama_index_instrumentation-0.2.0.tar.gz", hash = "sha256:ae8333522487e22a33732924a9a08dfb456f54993c5c97d8340db3c620b76f13", size = 44023, upload-time = "2025-06-20T15:50:05.191Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/96/b5/24ad1cf25b8c35b2075cfdd8c12d0f8390b7cfd54122ed704097bd755a2f/llama_index_instrumentation-0.2.0-py3-none-any.whl", hash = "sha256:1055ae7a3d19666671a8f1a62d08c90472552d9fcec7e84e6919b2acc92af605", size = 14966, upload-time = "2025-06-20T15:50:04.381Z" }, -] - -[[package]] -name = "llama-index-vector-stores-lancedb-multimodal" -version = "0.1.0" source = { editable = "." } dependencies = [ { name = "lancedb" }, @@ -1762,7 +1750,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "lancedb", specifier = ">=0.24.0,<1" }, - { name = "llama-index-core", specifier = ">=0.12.44,<0.13" }, + { name = "llama-index-core", specifier = ">=0.13.0,<0.14" }, { name = "open-clip-torch", specifier = ">=2.32.0,<3" }, { name = "polars", specifier = ">=1.31.0,<2" }, { name = "pyarrow", specifier = ">=20.0.0,<21" }, @@ -1795,6 +1783,19 @@ dev = [ { name = "types-setuptools", specifier = "==67.1.0.0" }, ] +[[package]] +name = "llama-index-instrumentation" +version = "0.2.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "deprecated" }, + { name = "pydantic" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/ef/03/6a34612ecc03ab05cd4818b989cbd7c6bf83e9ffa94c7275847a82ff4f9f/llama_index_instrumentation-0.2.0.tar.gz", hash = "sha256:ae8333522487e22a33732924a9a08dfb456f54993c5c97d8340db3c620b76f13", size = 44023, upload-time = "2025-06-20T15:50:05.191Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/96/b5/24ad1cf25b8c35b2075cfdd8c12d0f8390b7cfd54122ed704097bd755a2f/llama_index_instrumentation-0.2.0-py3-none-any.whl", hash = "sha256:1055ae7a3d19666671a8f1a62d08c90472552d9fcec7e84e6919b2acc92af605", size = 14966, upload-time = "2025-06-20T15:50:04.381Z" }, +] + [[package]] name = "llama-index-workflows" version = "1.0.1"
llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-indices-managed-llama-cloud" -version = "0.8.0" +version = "0.9.0" description = "llama-index indices llama-cloud integration" authors = [{name = "Logan Markewich", email = "logan@llamaindex.ai"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "llama-cloud==0.1.35", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/uv.lock+158 −115 modified@@ -127,6 +127,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ec/6a/bc7e17a3e87a2985d3e8f4da4cd0f481060eb78fb08596c42be62c90a4d9/aiosignal-1.3.2-py2.py3-none-any.whl", hash = "sha256:45cde58e409a301715980c2b01d0c28bdde3770d8290b5eb2173759d9acb31a5", size = 7597, upload-time = "2024-12-13T17:10:38.469Z" }, ] +[[package]] +name = "aiosqlite" +version = "0.21.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "typing-extensions" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/13/7d/8bca2bf9a247c2c5dfeec1d7a5f40db6518f88d314b8bca9da29670d2671/aiosqlite-0.21.0.tar.gz", hash = "sha256:131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3", size = 13454, upload-time = "2025-02-03T07:30:16.235Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f5/10/6c25ed6de94c49f88a91fa5018cb4c0f3625f31d5be9f771ebe5cc7cd506/aiosqlite-0.21.0-py3-none-any.whl", hash = "sha256:2549cf4057f95f53dcba16f2b64e8e2791d7e1adedb13197dd8ed77bb226d7d0", size = 15792, upload-time = "2025-02-03T07:30:13.6Z" }, +] + [[package]] name = "annotated-types" version = "0.7.0" @@ -279,7 +291,7 @@ wheels = [ [[package]] name = "banks" -version = "2.1.2" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "deprecated" }, @@ -289,9 +301,9 @@ dependencies = [ { name = "platformdirs" }, { name = "pydantic" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/77/34/2b6697f02ffb68bee50e5fd37d6c64432244d3245603fd62950169dfed7e/banks-2.1.2.tar.gz", hash = "sha256:a0651db9d14b57fa2e115e78f68dbb1b36fe226ad6eef96192542908b1d20c1f", size = 173332, upload-time = "2025-04-20T07:09:21.674Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/f8/25ef24814f77f3fd7f0fd3bd1ef3749e38a9dbd23502fbb53034de49900c/banks-2.2.0.tar.gz", hash = "sha256:d1446280ce6e00301e3e952dd754fd8cee23ff277d29ed160994a84d0d7ffe62", size = 179052, upload-time = "2025-07-18T16:28:26.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/4a/7fdca29d1db62f5f5c3446bf8f668beacdb0b5a8aff4247574ddfddc6bcd/banks-2.1.2-py3-none-any.whl", hash = "sha256:7fba451069f6bea376483b8136a0f29cb1e6883133626d00e077e20a3d102c0e", size = 28064, upload-time = "2025-04-20T07:09:20.201Z" }, + { url = "https://files.pythonhosted.org/packages/b4/d6/f9168956276934162ec8d48232f9920f2985ee45aa7602e3c6b4bc203613/banks-2.2.0-py3-none-any.whl", hash = "sha256:963cd5c85a587b122abde4f4064078def35c50c688c1b9d36f43c92503854e7d", size = 29244, upload-time = "2025-07-18T16:28:27.835Z" }, ] [[package]] @@ -1586,10 +1598,11 @@ wheels = [ [[package]] name = "llama-index-core" -version = "0.12.33.post1" +version = "0.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, + { name = "aiosqlite" }, { name = "banks" }, { name = "dataclasses-json" }, { name = "deprecated" }, @@ -1598,16 +1611,19 @@ dependencies = [ { name = "filetype" }, { name = "fsspec" }, { name = "httpx" }, + { name = "llama-index-workflows" }, { name = "nest-asyncio" }, { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "nltk" }, { name = "numpy", version = "2.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "numpy", version = "2.2.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "pillow" }, + { name = "platformdirs" }, { name = "pydantic" }, { name = "pyyaml" }, { name = "requests" }, + { name = "setuptools" }, { name = "sqlalchemy", extra = ["asyncio"] }, { name = "tenacity" }, { name = "tiktoken" }, @@ -1616,14 +1632,14 @@ dependencies = [ { name = "typing-inspect" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a9/51/e99358e80b0d80777c84081159d351f51feaa6c7d7054486bbbb49f6c9c0/llama_index_core-0.12.33.post1.tar.gz", hash = "sha256:d257f6f594dfd9cf6435af02761a3d21f1427df5347f0e5e9fffe4024db6a724", size = 7282200, upload-time = "2025-04-23T18:48:42.505Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1a/0d/29865c82de51c2c1f263a61c267c336d35b14839fded66061a999dba1d40/llama_index_core-0.13.0.tar.gz", hash = "sha256:01fec50d3d807e3c3bc17a62ed1f5b93dad2205cda52f7d0c2d34cc6a6ab2b92", size = 7230599, upload-time = "2025-07-30T17:24:00.398Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/87/01/6fcf557a72ad25734327515db506744f8f8ba95846a0f7e055c8fa95a54d/llama_index_core-0.12.33.post1-py3-none-any.whl", hash = "sha256:2c4a316a1ae9ec86c817d44961d1058691632acb3a7021e6af56fcfb8735fd3d", size = 7650733, upload-time = "2025-04-23T18:48:33.433Z" }, + { url = "https://files.pythonhosted.org/packages/f3/27/36a3ad19c8e2e7967ca1c9e469e5205901d2b6d299420e9aba4eafd90d8d/llama_index_core-0.13.0-py3-none-any.whl", hash = "sha256:46c14fc2a26b8f7618c2dd2daf6e430e3f94b1908474baee539f705c9c638348", size = 7573714, upload-time = "2025-07-30T17:23:52.355Z" }, ] [[package]] name = "llama-index-indices-managed-llama-cloud" -version = "0.8.0" +version = "0.9.0" source = { editable = "." } dependencies = [ { name = "llama-cloud" }, @@ -1657,7 +1673,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "llama-cloud", specifier = "==0.1.35" }, - { name = "llama-index-core", specifier = ">=0.12.0,<0.13" }, + { name = "llama-index-core", specifier = ">=0.13.0,<0.14" }, ] [package.metadata.requires-dev] @@ -1683,6 +1699,33 @@ dev = [ { name = "types-setuptools", specifier = "==67.1.0.0" }, ] +[[package]] +name = "llama-index-instrumentation" +version = "0.3.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "deprecated" }, + { name = "pydantic" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/08/82/3f8dbca9f69348db4b342952c792f9ef2f822cc8354af2e68b600ac4cf21/llama_index_instrumentation-0.3.1.tar.gz", hash = "sha256:d7c1a9d5e4c2bf9603fc0d3609f939d88c8d61eb803f2c463d61cb62b0dcd0c6", size = 44962, upload-time = "2025-07-30T14:11:15.405Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/49/e6/5eeaf98146e26af28cae36b1eaba7c405246697dfe208f249a4b9f113f0a/llama_index_instrumentation-0.3.1-py3-none-any.whl", hash = "sha256:68527a926ac1db84fe7c4426048c4a7c25fdb71626d465b963d80f05f526124a", size = 14947, upload-time = "2025-07-30T14:11:14.269Z" }, +] + +[[package]] +name = "llama-index-workflows" +version = "1.2.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "eval-type-backport", marker = "python_full_version < '3.10'" }, + { name = "llama-index-instrumentation" }, + { name = "pydantic" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/26/9d/9dc7adc10d9976582bf50b074883986cb36b46f2fe45cf60550767300a29/llama_index_workflows-1.2.0.tar.gz", hash = "sha256:f6b19f01a340a1afb1d2fd2285c9dce346e304a3aae519e6103059f5afb2609f", size = 1019113, upload-time = "2025-07-23T18:32:47.86Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/36/c1/5190f102a042d36a6a495de27510c2d6e3aca98f892895bfacdcf9109c1d/llama_index_workflows-1.2.0-py3-none-any.whl", hash = "sha256:5722a7ce137e00361025768789e7e77720cd66f855791050183a3c540b6e5b8c", size = 37463, upload-time = "2025-07-23T18:32:46.294Z" }, +] + [[package]] name = "markupsafe" version = "3.0.2" @@ -2574,126 +2617,126 @@ wheels = [ [[package]] name = "pydantic" -version = "2.11.3" +version = "2.11.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-types" }, { name = "pydantic-core" }, { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz", hash = "sha256:7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3", size = 785513, upload-time = "2025-04-08T13:27:06.399Z" } +sdist = { url = "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz", hash = "sha256:d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db", size = 788350, upload-time = "2025-06-14T08:33:17.137Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b0/1d/407b29780a289868ed696d1616f4aad49d6388e5a77f567dcd2629dcd7b8/pydantic-2.11.3-py3-none-any.whl", hash = "sha256:a082753436a07f9ba1289c6ffa01cd93db3548776088aa917cc43b63f68fa60f", size = 443591, upload-time = "2025-04-08T13:27:03.789Z" }, + { url = "https://files.pythonhosted.org/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl", hash = "sha256:dde5df002701f6de26248661f6835bbe296a47bf73990135c7d07ce741b9623b", size = 444782, upload-time = "2025-06-14T08:33:14.905Z" }, ] [[package]] name = "pydantic-core" -version = "2.33.1" +version = "2.33.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz", hash = "sha256:bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df", size = 434395, upload-time = "2025-04-02T09:49:41.8Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/38/ea/5f572806ab4d4223d11551af814d243b0e3e02cc6913def4d1fe4a5ca41c/pydantic_core-2.33.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:3077cfdb6125cc8dab61b155fdd714663e401f0e6883f9632118ec12cf42df26", size = 2044021, upload-time = "2025-04-02T09:46:45.065Z" }, - { url = "https://files.pythonhosted.org/packages/8c/d1/f86cc96d2aa80e3881140d16d12ef2b491223f90b28b9a911346c04ac359/pydantic_core-2.33.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8ffab8b2908d152e74862d276cf5017c81a2f3719f14e8e3e8d6b83fda863927", size = 1861742, upload-time = "2025-04-02T09:46:46.684Z" }, - { url = "https://files.pythonhosted.org/packages/37/08/fbd2cd1e9fc735a0df0142fac41c114ad9602d1c004aea340169ae90973b/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5183e4f6a2d468787243ebcd70cf4098c247e60d73fb7d68d5bc1e1beaa0c4db", size = 1910414, upload-time = "2025-04-02T09:46:48.263Z" }, - { url = "https://files.pythonhosted.org/packages/7f/73/3ac217751decbf8d6cb9443cec9b9eb0130eeada6ae56403e11b486e277e/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:398a38d323f37714023be1e0285765f0a27243a8b1506b7b7de87b647b517e48", size = 1996848, upload-time = "2025-04-02T09:46:49.441Z" }, - { url = "https://files.pythonhosted.org/packages/9a/f5/5c26b265cdcff2661e2520d2d1e9db72d117ea00eb41e00a76efe68cb009/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:87d3776f0001b43acebfa86f8c64019c043b55cc5a6a2e313d728b5c95b46969", size = 2141055, upload-time = "2025-04-02T09:46:50.602Z" }, - { url = "https://files.pythonhosted.org/packages/5d/14/a9c3cee817ef2f8347c5ce0713e91867a0dceceefcb2973942855c917379/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c566dd9c5f63d22226409553531f89de0cac55397f2ab8d97d6f06cfce6d947e", size = 2753806, upload-time = "2025-04-02T09:46:52.116Z" }, - { url = "https://files.pythonhosted.org/packages/f2/68/866ce83a51dd37e7c604ce0050ff6ad26de65a7799df89f4db87dd93d1d6/pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0d5f3acc81452c56895e90643a625302bd6be351e7010664151cc55b7b97f89", size = 2007777, upload-time = "2025-04-02T09:46:53.675Z" }, - { url = "https://files.pythonhosted.org/packages/b6/a8/36771f4404bb3e49bd6d4344da4dede0bf89cc1e01f3b723c47248a3761c/pydantic_core-2.33.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d3a07fadec2a13274a8d861d3d37c61e97a816beae717efccaa4b36dfcaadcde", size = 2122803, upload-time = "2025-04-02T09:46:55.789Z" }, - { url = "https://files.pythonhosted.org/packages/18/9c/730a09b2694aa89360d20756369822d98dc2f31b717c21df33b64ffd1f50/pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:f99aeda58dce827f76963ee87a0ebe75e648c72ff9ba1174a253f6744f518f65", size = 2086755, upload-time = "2025-04-02T09:46:56.956Z" }, - { url = "https://files.pythonhosted.org/packages/54/8e/2dccd89602b5ec31d1c58138d02340ecb2ebb8c2cac3cc66b65ce3edb6ce/pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:902dbc832141aa0ec374f4310f1e4e7febeebc3256f00dc359a9ac3f264a45dc", size = 2257358, upload-time = "2025-04-02T09:46:58.445Z" }, - { url = "https://files.pythonhosted.org/packages/d1/9c/126e4ac1bfad8a95a9837acdd0963695d69264179ba4ede8b8c40d741702/pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fe44d56aa0b00d66640aa84a3cbe80b7a3ccdc6f0b1ca71090696a6d4777c091", size = 2257916, upload-time = "2025-04-02T09:46:59.726Z" }, - { url = "https://files.pythonhosted.org/packages/7d/ba/91eea2047e681a6853c81c20aeca9dcdaa5402ccb7404a2097c2adf9d038/pydantic_core-2.33.1-cp310-cp310-win32.whl", hash = "sha256:ed3eb16d51257c763539bde21e011092f127a2202692afaeaccb50db55a31383", size = 1923823, upload-time = "2025-04-02T09:47:01.278Z" }, - { url = "https://files.pythonhosted.org/packages/94/c0/fcdf739bf60d836a38811476f6ecd50374880b01e3014318b6e809ddfd52/pydantic_core-2.33.1-cp310-cp310-win_amd64.whl", hash = "sha256:694ad99a7f6718c1a498dc170ca430687a39894a60327f548e02a9c7ee4b6504", size = 1952494, upload-time = "2025-04-02T09:47:02.976Z" }, - { url = "https://files.pythonhosted.org/packages/d6/7f/c6298830cb780c46b4f46bb24298d01019ffa4d21769f39b908cd14bbd50/pydantic_core-2.33.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:6e966fc3caaf9f1d96b349b0341c70c8d6573bf1bac7261f7b0ba88f96c56c24", size = 2044224, upload-time = "2025-04-02T09:47:04.199Z" }, - { url = "https://files.pythonhosted.org/packages/a8/65/6ab3a536776cad5343f625245bd38165d6663256ad43f3a200e5936afd6c/pydantic_core-2.33.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:bfd0adeee563d59c598ceabddf2c92eec77abcb3f4a391b19aa7366170bd9e30", size = 1858845, upload-time = "2025-04-02T09:47:05.686Z" }, - { url = "https://files.pythonhosted.org/packages/e9/15/9a22fd26ba5ee8c669d4b8c9c244238e940cd5d818649603ca81d1c69861/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91815221101ad3c6b507804178a7bb5cb7b2ead9ecd600041669c8d805ebd595", size = 1910029, upload-time = "2025-04-02T09:47:07.042Z" }, - { url = "https://files.pythonhosted.org/packages/d5/33/8cb1a62818974045086f55f604044bf35b9342900318f9a2a029a1bec460/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9fea9c1869bb4742d174a57b4700c6dadea951df8b06de40c2fedb4f02931c2e", size = 1997784, upload-time = "2025-04-02T09:47:08.63Z" }, - { url = "https://files.pythonhosted.org/packages/c0/ca/49958e4df7715c71773e1ea5be1c74544923d10319173264e6db122543f9/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1d20eb4861329bb2484c021b9d9a977566ab16d84000a57e28061151c62b349a", size = 2141075, upload-time = "2025-04-02T09:47:10.267Z" }, - { url = "https://files.pythonhosted.org/packages/7b/a6/0b3a167a9773c79ba834b959b4e18c3ae9216b8319bd8422792abc8a41b1/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0fb935c5591573ae3201640579f30128ccc10739b45663f93c06796854405505", size = 2745849, upload-time = "2025-04-02T09:47:11.724Z" }, - { url = "https://files.pythonhosted.org/packages/0b/60/516484135173aa9e5861d7a0663dce82e4746d2e7f803627d8c25dfa5578/pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c964fd24e6166420d18fb53996d8c9fd6eac9bf5ae3ec3d03015be4414ce497f", size = 2005794, upload-time = "2025-04-02T09:47:13.099Z" }, - { url = "https://files.pythonhosted.org/packages/86/70/05b1eb77459ad47de00cf78ee003016da0cedf8b9170260488d7c21e9181/pydantic_core-2.33.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:681d65e9011f7392db5aa002b7423cc442d6a673c635668c227c6c8d0e5a4f77", size = 2123237, upload-time = "2025-04-02T09:47:14.355Z" }, - { url = "https://files.pythonhosted.org/packages/c7/57/12667a1409c04ae7dc95d3b43158948eb0368e9c790be8b095cb60611459/pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e100c52f7355a48413e2999bfb4e139d2977a904495441b374f3d4fb4a170961", size = 2086351, upload-time = "2025-04-02T09:47:15.676Z" }, - { url = "https://files.pythonhosted.org/packages/57/61/cc6d1d1c1664b58fdd6ecc64c84366c34ec9b606aeb66cafab6f4088974c/pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:048831bd363490be79acdd3232f74a0e9951b11b2b4cc058aeb72b22fdc3abe1", size = 2258914, upload-time = "2025-04-02T09:47:17Z" }, - { url = "https://files.pythonhosted.org/packages/d1/0a/edb137176a1f5419b2ddee8bde6a0a548cfa3c74f657f63e56232df8de88/pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:bdc84017d28459c00db6f918a7272a5190bec3090058334e43a76afb279eac7c", size = 2257385, upload-time = "2025-04-02T09:47:18.631Z" }, - { url = "https://files.pythonhosted.org/packages/26/3c/48ca982d50e4b0e1d9954919c887bdc1c2b462801bf408613ccc641b3daa/pydantic_core-2.33.1-cp311-cp311-win32.whl", hash = "sha256:32cd11c5914d1179df70406427097c7dcde19fddf1418c787540f4b730289896", size = 1923765, upload-time = "2025-04-02T09:47:20.34Z" }, - { url = "https://files.pythonhosted.org/packages/33/cd/7ab70b99e5e21559f5de38a0928ea84e6f23fdef2b0d16a6feaf942b003c/pydantic_core-2.33.1-cp311-cp311-win_amd64.whl", hash = "sha256:2ea62419ba8c397e7da28a9170a16219d310d2cf4970dbc65c32faf20d828c83", size = 1950688, upload-time = "2025-04-02T09:47:22.029Z" }, - { url = "https://files.pythonhosted.org/packages/4b/ae/db1fc237b82e2cacd379f63e3335748ab88b5adde98bf7544a1b1bd10a84/pydantic_core-2.33.1-cp311-cp311-win_arm64.whl", hash = "sha256:fc903512177361e868bc1f5b80ac8c8a6e05fcdd574a5fb5ffeac5a9982b9e89", size = 1908185, upload-time = "2025-04-02T09:47:23.385Z" }, - { url = "https://files.pythonhosted.org/packages/c8/ce/3cb22b07c29938f97ff5f5bb27521f95e2ebec399b882392deb68d6c440e/pydantic_core-2.33.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:1293d7febb995e9d3ec3ea09caf1a26214eec45b0f29f6074abb004723fc1de8", size = 2026640, upload-time = "2025-04-02T09:47:25.394Z" }, - { url = "https://files.pythonhosted.org/packages/19/78/f381d643b12378fee782a72126ec5d793081ef03791c28a0fd542a5bee64/pydantic_core-2.33.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:99b56acd433386c8f20be5c4000786d1e7ca0523c8eefc995d14d79c7a081498", size = 1852649, upload-time = "2025-04-02T09:47:27.417Z" }, - { url = "https://files.pythonhosted.org/packages/9d/2b/98a37b80b15aac9eb2c6cfc6dbd35e5058a352891c5cce3a8472d77665a6/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35a5ec3fa8c2fe6c53e1b2ccc2454398f95d5393ab398478f53e1afbbeb4d939", size = 1892472, upload-time = "2025-04-02T09:47:29.006Z" }, - { url = "https://files.pythonhosted.org/packages/4e/d4/3c59514e0f55a161004792b9ff3039da52448f43f5834f905abef9db6e4a/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b172f7b9d2f3abc0efd12e3386f7e48b576ef309544ac3a63e5e9cdd2e24585d", size = 1977509, upload-time = "2025-04-02T09:47:33.464Z" }, - { url = "https://files.pythonhosted.org/packages/a9/b6/c2c7946ef70576f79a25db59a576bce088bdc5952d1b93c9789b091df716/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9097b9f17f91eea659b9ec58148c0747ec354a42f7389b9d50701610d86f812e", size = 2128702, upload-time = "2025-04-02T09:47:34.812Z" }, - { url = "https://files.pythonhosted.org/packages/88/fe/65a880f81e3f2a974312b61f82a03d85528f89a010ce21ad92f109d94deb/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cc77ec5b7e2118b152b0d886c7514a4653bcb58c6b1d760134a9fab915f777b3", size = 2679428, upload-time = "2025-04-02T09:47:37.315Z" }, - { url = "https://files.pythonhosted.org/packages/6f/ff/4459e4146afd0462fb483bb98aa2436d69c484737feaceba1341615fb0ac/pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d5e3d15245b08fa4a84cefc6c9222e6f37c98111c8679fbd94aa145f9a0ae23d", size = 2008753, upload-time = "2025-04-02T09:47:39.013Z" }, - { url = "https://files.pythonhosted.org/packages/7c/76/1c42e384e8d78452ededac8b583fe2550c84abfef83a0552e0e7478ccbc3/pydantic_core-2.33.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ef99779001d7ac2e2461d8ab55d3373fe7315caefdbecd8ced75304ae5a6fc6b", size = 2114849, upload-time = "2025-04-02T09:47:40.427Z" }, - { url = "https://files.pythonhosted.org/packages/00/72/7d0cf05095c15f7ffe0eb78914b166d591c0eed72f294da68378da205101/pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:fc6bf8869e193855e8d91d91f6bf59699a5cdfaa47a404e278e776dd7f168b39", size = 2069541, upload-time = "2025-04-02T09:47:42.01Z" }, - { url = "https://files.pythonhosted.org/packages/b3/69/94a514066bb7d8be499aa764926937409d2389c09be0b5107a970286ef81/pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:b1caa0bc2741b043db7823843e1bde8aaa58a55a58fda06083b0569f8b45693a", size = 2239225, upload-time = "2025-04-02T09:47:43.425Z" }, - { url = "https://files.pythonhosted.org/packages/84/b0/e390071eadb44b41f4f54c3cef64d8bf5f9612c92686c9299eaa09e267e2/pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ec259f62538e8bf364903a7d0d0239447059f9434b284f5536e8402b7dd198db", size = 2248373, upload-time = "2025-04-02T09:47:44.979Z" }, - { url = "https://files.pythonhosted.org/packages/d6/b2/288b3579ffc07e92af66e2f1a11be3b056fe1214aab314748461f21a31c3/pydantic_core-2.33.1-cp312-cp312-win32.whl", hash = "sha256:e14f369c98a7c15772b9da98987f58e2b509a93235582838bd0d1d8c08b68fda", size = 1907034, upload-time = "2025-04-02T09:47:46.843Z" }, - { url = "https://files.pythonhosted.org/packages/02/28/58442ad1c22b5b6742b992ba9518420235adced665513868f99a1c2638a5/pydantic_core-2.33.1-cp312-cp312-win_amd64.whl", hash = "sha256:1c607801d85e2e123357b3893f82c97a42856192997b95b4d8325deb1cd0c5f4", size = 1956848, upload-time = "2025-04-02T09:47:48.404Z" }, - { url = "https://files.pythonhosted.org/packages/a1/eb/f54809b51c7e2a1d9f439f158b8dd94359321abcc98767e16fc48ae5a77e/pydantic_core-2.33.1-cp312-cp312-win_arm64.whl", hash = "sha256:8d13f0276806ee722e70a1c93da19748594f19ac4299c7e41237fc791d1861ea", size = 1903986, upload-time = "2025-04-02T09:47:49.839Z" }, - { url = "https://files.pythonhosted.org/packages/7a/24/eed3466a4308d79155f1cdd5c7432c80ddcc4530ba8623b79d5ced021641/pydantic_core-2.33.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:70af6a21237b53d1fe7b9325b20e65cbf2f0a848cf77bed492b029139701e66a", size = 2033551, upload-time = "2025-04-02T09:47:51.648Z" }, - { url = "https://files.pythonhosted.org/packages/ab/14/df54b1a0bc9b6ded9b758b73139d2c11b4e8eb43e8ab9c5847c0a2913ada/pydantic_core-2.33.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:282b3fe1bbbe5ae35224a0dbd05aed9ccabccd241e8e6b60370484234b456266", size = 1852785, upload-time = "2025-04-02T09:47:53.149Z" }, - { url = "https://files.pythonhosted.org/packages/fa/96/e275f15ff3d34bb04b0125d9bc8848bf69f25d784d92a63676112451bfb9/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4b315e596282bbb5822d0c7ee9d255595bd7506d1cb20c2911a4da0b970187d3", size = 1897758, upload-time = "2025-04-02T09:47:55.006Z" }, - { url = "https://files.pythonhosted.org/packages/b7/d8/96bc536e975b69e3a924b507d2a19aedbf50b24e08c80fb00e35f9baaed8/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1dfae24cf9921875ca0ca6a8ecb4bb2f13c855794ed0d468d6abbec6e6dcd44a", size = 1986109, upload-time = "2025-04-02T09:47:56.532Z" }, - { url = "https://files.pythonhosted.org/packages/90/72/ab58e43ce7e900b88cb571ed057b2fcd0e95b708a2e0bed475b10130393e/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6dd8ecfde08d8bfadaea669e83c63939af76f4cf5538a72597016edfa3fad516", size = 2129159, upload-time = "2025-04-02T09:47:58.088Z" }, - { url = "https://files.pythonhosted.org/packages/dc/3f/52d85781406886c6870ac995ec0ba7ccc028b530b0798c9080531b409fdb/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2f593494876eae852dc98c43c6f260f45abdbfeec9e4324e31a481d948214764", size = 2680222, upload-time = "2025-04-02T09:47:59.591Z" }, - { url = "https://files.pythonhosted.org/packages/f4/56/6e2ef42f363a0eec0fd92f74a91e0ac48cd2e49b695aac1509ad81eee86a/pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:948b73114f47fd7016088e5186d13faf5e1b2fe83f5e320e371f035557fd264d", size = 2006980, upload-time = "2025-04-02T09:48:01.397Z" }, - { url = "https://files.pythonhosted.org/packages/4c/c0/604536c4379cc78359f9ee0aa319f4aedf6b652ec2854953f5a14fc38c5a/pydantic_core-2.33.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e11f3864eb516af21b01e25fac915a82e9ddad3bb0fb9e95a246067398b435a4", size = 2120840, upload-time = "2025-04-02T09:48:03.056Z" }, - { url = "https://files.pythonhosted.org/packages/1f/46/9eb764814f508f0edfb291a0f75d10854d78113fa13900ce13729aaec3ae/pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:549150be302428b56fdad0c23c2741dcdb5572413776826c965619a25d9c6bde", size = 2072518, upload-time = "2025-04-02T09:48:04.662Z" }, - { url = "https://files.pythonhosted.org/packages/42/e3/fb6b2a732b82d1666fa6bf53e3627867ea3131c5f39f98ce92141e3e3dc1/pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:495bc156026efafd9ef2d82372bd38afce78ddd82bf28ef5276c469e57c0c83e", size = 2248025, upload-time = "2025-04-02T09:48:06.226Z" }, - { url = "https://files.pythonhosted.org/packages/5c/9d/fbe8fe9d1aa4dac88723f10a921bc7418bd3378a567cb5e21193a3c48b43/pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ec79de2a8680b1a67a07490bddf9636d5c2fab609ba8c57597e855fa5fa4dacd", size = 2254991, upload-time = "2025-04-02T09:48:08.114Z" }, - { url = "https://files.pythonhosted.org/packages/aa/99/07e2237b8a66438d9b26482332cda99a9acccb58d284af7bc7c946a42fd3/pydantic_core-2.33.1-cp313-cp313-win32.whl", hash = "sha256:ee12a7be1742f81b8a65b36c6921022301d466b82d80315d215c4c691724986f", size = 1915262, upload-time = "2025-04-02T09:48:09.708Z" }, - { url = "https://files.pythonhosted.org/packages/8a/f4/e457a7849beeed1e5defbcf5051c6f7b3c91a0624dd31543a64fc9adcf52/pydantic_core-2.33.1-cp313-cp313-win_amd64.whl", hash = "sha256:ede9b407e39949d2afc46385ce6bd6e11588660c26f80576c11c958e6647bc40", size = 1956626, upload-time = "2025-04-02T09:48:11.288Z" }, - { url = "https://files.pythonhosted.org/packages/20/d0/e8d567a7cff7b04e017ae164d98011f1e1894269fe8e90ea187a3cbfb562/pydantic_core-2.33.1-cp313-cp313-win_arm64.whl", hash = "sha256:aa687a23d4b7871a00e03ca96a09cad0f28f443690d300500603bd0adba4b523", size = 1909590, upload-time = "2025-04-02T09:48:12.861Z" }, - { url = "https://files.pythonhosted.org/packages/ef/fd/24ea4302d7a527d672c5be06e17df16aabfb4e9fdc6e0b345c21580f3d2a/pydantic_core-2.33.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:401d7b76e1000d0dd5538e6381d28febdcacb097c8d340dde7d7fc6e13e9f95d", size = 1812963, upload-time = "2025-04-02T09:48:14.553Z" }, - { url = "https://files.pythonhosted.org/packages/5f/95/4fbc2ecdeb5c1c53f1175a32d870250194eb2fdf6291b795ab08c8646d5d/pydantic_core-2.33.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7aeb055a42d734c0255c9e489ac67e75397d59c6fbe60d155851e9782f276a9c", size = 1986896, upload-time = "2025-04-02T09:48:16.222Z" }, - { url = "https://files.pythonhosted.org/packages/71/ae/fe31e7f4a62431222d8f65a3bd02e3fa7e6026d154a00818e6d30520ea77/pydantic_core-2.33.1-cp313-cp313t-win_amd64.whl", hash = "sha256:338ea9b73e6e109f15ab439e62cb3b78aa752c7fd9536794112e14bee02c8d18", size = 1931810, upload-time = "2025-04-02T09:48:17.97Z" }, - { url = "https://files.pythonhosted.org/packages/49/78/b86bad645cc3e8dfa6858c70ec38939bf350e54004837c48de09474b2b9e/pydantic_core-2.33.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:5ab77f45d33d264de66e1884fca158bc920cb5e27fd0764a72f72f5756ae8bdb", size = 2044282, upload-time = "2025-04-02T09:48:19.849Z" }, - { url = "https://files.pythonhosted.org/packages/3b/00/a02531331773b2bf08743d84c6b776bd6a449d23b3ae6b0e3229d568bac4/pydantic_core-2.33.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e7aaba1b4b03aaea7bb59e1b5856d734be011d3e6d98f5bcaa98cb30f375f2ad", size = 1877598, upload-time = "2025-04-02T09:48:22.863Z" }, - { url = "https://files.pythonhosted.org/packages/a1/fa/32cc152b84a1f420f8a7d80161373e8d87d4ffa077e67d6c8aab3ce1a6ab/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7fb66263e9ba8fea2aa85e1e5578980d127fb37d7f2e292773e7bc3a38fb0c7b", size = 1911021, upload-time = "2025-04-02T09:48:24.592Z" }, - { url = "https://files.pythonhosted.org/packages/5e/87/ea553e0d98bce6c4876f8c50f65cb45597eff6e0aaa8b15813e9972bb19d/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3f2648b9262607a7fb41d782cc263b48032ff7a03a835581abbf7a3bec62bcf5", size = 1997276, upload-time = "2025-04-02T09:48:26.314Z" }, - { url = "https://files.pythonhosted.org/packages/f7/9b/60cb9f4b52158b3adac0066492bbadd0b8473f4f8da5bcc73972655b76ef/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:723c5630c4259400818b4ad096735a829074601805d07f8cafc366d95786d331", size = 2141348, upload-time = "2025-04-02T09:48:28.298Z" }, - { url = "https://files.pythonhosted.org/packages/9b/38/374d254e270d4de0add68a8239f4ed0f444fdd7b766ea69244fb9491dccb/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d100e3ae783d2167782391e0c1c7a20a31f55f8015f3293647544df3f9c67824", size = 2753708, upload-time = "2025-04-02T09:48:29.987Z" }, - { url = "https://files.pythonhosted.org/packages/05/a8/fd79111eb5ab9bc4ef98d8fb0b3a2ffdc80107b2c59859a741ab379c96f8/pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:177d50460bc976a0369920b6c744d927b0ecb8606fb56858ff542560251b19e5", size = 2008699, upload-time = "2025-04-02T09:48:31.76Z" }, - { url = "https://files.pythonhosted.org/packages/35/31/2e06619868eb4c18642c5601db420599c1cf9cf50fe868c9ac09cd298e24/pydantic_core-2.33.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a3edde68d1a1f9af1273b2fe798997b33f90308fb6d44d8550c89fc6a3647cf6", size = 2123426, upload-time = "2025-04-02T09:48:33.623Z" }, - { url = "https://files.pythonhosted.org/packages/4a/d0/3531e8783a311802e3db7ee5a1a5ed79e5706e930b1b4e3109ce15eeb681/pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a62c3c3ef6a7e2c45f7853b10b5bc4ddefd6ee3cd31024754a1a5842da7d598d", size = 2087330, upload-time = "2025-04-02T09:48:35.387Z" }, - { url = "https://files.pythonhosted.org/packages/ac/32/5ff252ed73bacd7677a706ab17723e261a76793f98b305aa20cfc10bbd56/pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_armv7l.whl", hash = "sha256:c91dbb0ab683fa0cd64a6e81907c8ff41d6497c346890e26b23de7ee55353f96", size = 2258171, upload-time = "2025-04-02T09:48:37.559Z" }, - { url = "https://files.pythonhosted.org/packages/c9/f9/e96e00f92b8f5b3e2cddc80c5ee6cf038f8a0f238c44b67b01759943a7b4/pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9f466e8bf0a62dc43e068c12166281c2eca72121dd2adc1040f3aa1e21ef8599", size = 2258745, upload-time = "2025-04-02T09:48:39.413Z" }, - { url = "https://files.pythonhosted.org/packages/54/1e/51c86688e809d94797fdf0efc41514f001caec982a05f62d90c180a9639d/pydantic_core-2.33.1-cp39-cp39-win32.whl", hash = "sha256:ab0277cedb698749caada82e5d099dc9fed3f906a30d4c382d1a21725777a1e5", size = 1923626, upload-time = "2025-04-02T09:48:41.24Z" }, - { url = "https://files.pythonhosted.org/packages/57/18/c2da959fd8d019b70cadafdda2bf845378ada47973e0bad6cc84f56dbe6e/pydantic_core-2.33.1-cp39-cp39-win_amd64.whl", hash = "sha256:5773da0ee2d17136b1f1c6fbde543398d452a6ad2a7b54ea1033e2daa739b8d2", size = 1953703, upload-time = "2025-04-02T09:48:43.196Z" }, - { url = "https://files.pythonhosted.org/packages/9c/c7/8b311d5adb0fe00a93ee9b4e92a02b0ec08510e9838885ef781ccbb20604/pydantic_core-2.33.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5c834f54f8f4640fd7e4b193f80eb25a0602bba9e19b3cd2fc7ffe8199f5ae02", size = 2041659, upload-time = "2025-04-02T09:48:45.342Z" }, - { url = "https://files.pythonhosted.org/packages/8a/d6/4f58d32066a9e26530daaf9adc6664b01875ae0691570094968aaa7b8fcc/pydantic_core-2.33.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:049e0de24cf23766f12cc5cc71d8abc07d4a9deb9061b334b62093dedc7cb068", size = 1873294, upload-time = "2025-04-02T09:48:47.548Z" }, - { url = "https://files.pythonhosted.org/packages/f7/3f/53cc9c45d9229da427909c751f8ed2bf422414f7664ea4dde2d004f596ba/pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a28239037b3d6f16916a4c831a5a0eadf856bdd6d2e92c10a0da3a59eadcf3e", size = 1903771, upload-time = "2025-04-02T09:48:49.468Z" }, - { url = "https://files.pythonhosted.org/packages/f0/49/bf0783279ce674eb9903fb9ae43f6c614cb2f1c4951370258823f795368b/pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d3da303ab5f378a268fa7d45f37d7d85c3ec19769f28d2cc0c61826a8de21fe", size = 2083558, upload-time = "2025-04-02T09:48:51.409Z" }, - { url = "https://files.pythonhosted.org/packages/9c/5b/0d998367687f986c7d8484a2c476d30f07bf5b8b1477649a6092bd4c540e/pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:25626fb37b3c543818c14821afe0fd3830bc327a43953bc88db924b68c5723f1", size = 2118038, upload-time = "2025-04-02T09:48:53.702Z" }, - { url = "https://files.pythonhosted.org/packages/b3/33/039287d410230ee125daee57373ac01940d3030d18dba1c29cd3089dc3ca/pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:3ab2d36e20fbfcce8f02d73c33a8a7362980cff717926bbae030b93ae46b56c7", size = 2079315, upload-time = "2025-04-02T09:48:55.555Z" }, - { url = "https://files.pythonhosted.org/packages/1f/85/6d8b2646d99c062d7da2d0ab2faeb0d6ca9cca4c02da6076376042a20da3/pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:2f9284e11c751b003fd4215ad92d325d92c9cb19ee6729ebd87e3250072cdcde", size = 2249063, upload-time = "2025-04-02T09:48:57.479Z" }, - { url = "https://files.pythonhosted.org/packages/17/d7/c37d208d5738f7b9ad8f22ae8a727d88ebf9c16c04ed2475122cc3f7224a/pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:048c01eee07d37cbd066fc512b9d8b5ea88ceeb4e629ab94b3e56965ad655add", size = 2254631, upload-time = "2025-04-02T09:48:59.581Z" }, - { url = "https://files.pythonhosted.org/packages/13/e0/bafa46476d328e4553b85ab9b2f7409e7aaef0ce4c937c894821c542d347/pydantic_core-2.33.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:5ccd429694cf26af7997595d627dd2637e7932214486f55b8a357edaac9dae8c", size = 2080877, upload-time = "2025-04-02T09:49:01.52Z" }, - { url = "https://files.pythonhosted.org/packages/0b/76/1794e440c1801ed35415238d2c728f26cd12695df9057154ad768b7b991c/pydantic_core-2.33.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:3a371dc00282c4b84246509a5ddc808e61b9864aa1eae9ecc92bb1268b82db4a", size = 2042858, upload-time = "2025-04-02T09:49:03.419Z" }, - { url = "https://files.pythonhosted.org/packages/73/b4/9cd7b081fb0b1b4f8150507cd59d27b275c3e22ad60b35cb19ea0977d9b9/pydantic_core-2.33.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:f59295ecc75a1788af8ba92f2e8c6eeaa5a94c22fc4d151e8d9638814f85c8fc", size = 1873745, upload-time = "2025-04-02T09:49:05.391Z" }, - { url = "https://files.pythonhosted.org/packages/e1/d7/9ddb7575d4321e40d0363903c2576c8c0c3280ebea137777e5ab58d723e3/pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:08530b8ac922003033f399128505f513e30ca770527cc8bbacf75a84fcc2c74b", size = 1904188, upload-time = "2025-04-02T09:49:07.352Z" }, - { url = "https://files.pythonhosted.org/packages/d1/a8/3194ccfe461bb08da19377ebec8cb4f13c9bd82e13baebc53c5c7c39a029/pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bae370459da6a5466978c0eacf90690cb57ec9d533f8e63e564ef3822bfa04fe", size = 2083479, upload-time = "2025-04-02T09:49:09.304Z" }, - { url = "https://files.pythonhosted.org/packages/42/c7/84cb569555d7179ca0b3f838cef08f66f7089b54432f5b8599aac6e9533e/pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e3de2777e3b9f4d603112f78006f4ae0acb936e95f06da6cb1a45fbad6bdb4b5", size = 2118415, upload-time = "2025-04-02T09:49:11.25Z" }, - { url = "https://files.pythonhosted.org/packages/3b/67/72abb8c73e0837716afbb58a59cc9e3ae43d1aa8677f3b4bc72c16142716/pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:3a64e81e8cba118e108d7126362ea30e021291b7805d47e4896e52c791be2761", size = 2079623, upload-time = "2025-04-02T09:49:13.292Z" }, - { url = "https://files.pythonhosted.org/packages/0b/cd/c59707e35a47ba4cbbf153c3f7c56420c58653b5801b055dc52cccc8e2dc/pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:52928d8c1b6bda03cc6d811e8923dffc87a2d3c8b3bfd2ce16471c7147a24850", size = 2250175, upload-time = "2025-04-02T09:49:15.597Z" }, - { url = "https://files.pythonhosted.org/packages/84/32/e4325a6676b0bed32d5b084566ec86ed7fd1e9bcbfc49c578b1755bde920/pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:1b30d92c9412beb5ac6b10a3eb7ef92ccb14e3f2a8d7732e2d739f58b3aa7544", size = 2254674, upload-time = "2025-04-02T09:49:17.61Z" }, - { url = "https://files.pythonhosted.org/packages/12/6f/5596dc418f2e292ffc661d21931ab34591952e2843e7168ea5a52591f6ff/pydantic_core-2.33.1-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:f995719707e0e29f0f41a8aa3bcea6e761a36c9136104d3189eafb83f5cec5e5", size = 2080951, upload-time = "2025-04-02T09:49:19.559Z" }, - { url = "https://files.pythonhosted.org/packages/2d/a8/c2c8f29bd18f7ef52de32a6deb9e3ee87ba18b7b2122636aa9f4438cf627/pydantic_core-2.33.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:7edbc454a29fc6aeae1e1eecba4f07b63b8d76e76a748532233c4c167b4cb9ea", size = 2041791, upload-time = "2025-04-02T09:49:21.617Z" }, - { url = "https://files.pythonhosted.org/packages/08/ad/328081b1c82543ae49d0650048305058583c51f1a9a56a0d6e87bb3a2443/pydantic_core-2.33.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:ad05b683963f69a1d5d2c2bdab1274a31221ca737dbbceaa32bcb67359453cdd", size = 1873579, upload-time = "2025-04-02T09:49:23.667Z" }, - { url = "https://files.pythonhosted.org/packages/6e/8a/bc65dbf7e501e88367cdab06a2c1340457c785f0c72288cae737fd80c0fa/pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:df6a94bf9452c6da9b5d76ed229a5683d0306ccb91cca8e1eea883189780d568", size = 1904189, upload-time = "2025-04-02T09:49:25.821Z" }, - { url = "https://files.pythonhosted.org/packages/9a/db/30ca6aefda211fb01ef185ca73cb7a0c6e7fe952c524025c8782b5acd771/pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7965c13b3967909a09ecc91f21d09cfc4576bf78140b988904e94f130f188396", size = 2084446, upload-time = "2025-04-02T09:49:27.866Z" }, - { url = "https://files.pythonhosted.org/packages/f2/89/a12b55286e30c9f476eab7c53c9249ec76faf70430596496ab0309f28629/pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3f1fdb790440a34f6ecf7679e1863b825cb5ffde858a9197f851168ed08371e5", size = 2118215, upload-time = "2025-04-02T09:49:30.321Z" }, - { url = "https://files.pythonhosted.org/packages/8e/55/12721c4a8d7951584ad3d9848b44442559cf1876e0bb424148d1060636b3/pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:5277aec8d879f8d05168fdd17ae811dd313b8ff894aeeaf7cd34ad28b4d77e33", size = 2079963, upload-time = "2025-04-02T09:49:32.804Z" }, - { url = "https://files.pythonhosted.org/packages/bd/0c/3391bd5d6ff62ea998db94732528d9bc32c560b0ed861c39119759461946/pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:8ab581d3530611897d863d1a649fb0644b860286b4718db919bfd51ece41f10b", size = 2249388, upload-time = "2025-04-02T09:49:34.906Z" }, - { url = "https://files.pythonhosted.org/packages/d3/5f/3e4feb042998d7886a9b523b372d83955cbc192a07013dcd24276db078ee/pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:0483847fa9ad5e3412265c1bd72aad35235512d9ce9d27d81a56d935ef489672", size = 2255226, upload-time = "2025-04-02T09:49:37.412Z" }, - { url = "https://files.pythonhosted.org/packages/25/f2/1647933efaaad61846109a27619f3704929e758a09e6431b8f932a053d40/pydantic_core-2.33.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:de9e06abe3cc5ec6a2d5f75bc99b0bdca4f5c719a5b34026f8c57efbdecd2ee3", size = 2081073, upload-time = "2025-04-02T09:49:39.531Z" }, +sdist = { url = "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz", hash = "sha256:7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc", size = 435195, upload-time = "2025-04-23T18:33:52.104Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e5/92/b31726561b5dae176c2d2c2dc43a9c5bfba5d32f96f8b4c0a600dd492447/pydantic_core-2.33.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:2b3d326aaef0c0399d9afffeb6367d5e26ddc24d351dbc9c636840ac355dc5d8", size = 2028817, upload-time = "2025-04-23T18:30:43.919Z" }, + { url = "https://files.pythonhosted.org/packages/a3/44/3f0b95fafdaca04a483c4e685fe437c6891001bf3ce8b2fded82b9ea3aa1/pydantic_core-2.33.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0e5b2671f05ba48b94cb90ce55d8bdcaaedb8ba00cc5359f6810fc918713983d", size = 1861357, upload-time = "2025-04-23T18:30:46.372Z" }, + { url = "https://files.pythonhosted.org/packages/30/97/e8f13b55766234caae05372826e8e4b3b96e7b248be3157f53237682e43c/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0069c9acc3f3981b9ff4cdfaf088e98d83440a4c7ea1bc07460af3d4dc22e72d", size = 1898011, upload-time = "2025-04-23T18:30:47.591Z" }, + { url = "https://files.pythonhosted.org/packages/9b/a3/99c48cf7bafc991cc3ee66fd544c0aae8dc907b752f1dad2d79b1b5a471f/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d53b22f2032c42eaaf025f7c40c2e3b94568ae077a606f006d206a463bc69572", size = 1982730, upload-time = "2025-04-23T18:30:49.328Z" }, + { url = "https://files.pythonhosted.org/packages/de/8e/a5b882ec4307010a840fb8b58bd9bf65d1840c92eae7534c7441709bf54b/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0405262705a123b7ce9f0b92f123334d67b70fd1f20a9372b907ce1080c7ba02", size = 2136178, upload-time = "2025-04-23T18:30:50.907Z" }, + { url = "https://files.pythonhosted.org/packages/e4/bb/71e35fc3ed05af6834e890edb75968e2802fe98778971ab5cba20a162315/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4b25d91e288e2c4e0662b8038a28c6a07eaac3e196cfc4ff69de4ea3db992a1b", size = 2736462, upload-time = "2025-04-23T18:30:52.083Z" }, + { url = "https://files.pythonhosted.org/packages/31/0d/c8f7593e6bc7066289bbc366f2235701dcbebcd1ff0ef8e64f6f239fb47d/pydantic_core-2.33.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6bdfe4b3789761f3bcb4b1ddf33355a71079858958e3a552f16d5af19768fef2", size = 2005652, upload-time = "2025-04-23T18:30:53.389Z" }, + { url = "https://files.pythonhosted.org/packages/d2/7a/996d8bd75f3eda405e3dd219ff5ff0a283cd8e34add39d8ef9157e722867/pydantic_core-2.33.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:efec8db3266b76ef9607c2c4c419bdb06bf335ae433b80816089ea7585816f6a", size = 2113306, upload-time = "2025-04-23T18:30:54.661Z" }, + { url = "https://files.pythonhosted.org/packages/ff/84/daf2a6fb2db40ffda6578a7e8c5a6e9c8affb251a05c233ae37098118788/pydantic_core-2.33.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:031c57d67ca86902726e0fae2214ce6770bbe2f710dc33063187a68744a5ecac", size = 2073720, upload-time = "2025-04-23T18:30:56.11Z" }, + { url = "https://files.pythonhosted.org/packages/77/fb/2258da019f4825128445ae79456a5499c032b55849dbd5bed78c95ccf163/pydantic_core-2.33.2-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:f8de619080e944347f5f20de29a975c2d815d9ddd8be9b9b7268e2e3ef68605a", size = 2244915, upload-time = "2025-04-23T18:30:57.501Z" }, + { url = "https://files.pythonhosted.org/packages/d8/7a/925ff73756031289468326e355b6fa8316960d0d65f8b5d6b3a3e7866de7/pydantic_core-2.33.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:73662edf539e72a9440129f231ed3757faab89630d291b784ca99237fb94db2b", size = 2241884, upload-time = "2025-04-23T18:30:58.867Z" }, + { url = "https://files.pythonhosted.org/packages/0b/b0/249ee6d2646f1cdadcb813805fe76265745c4010cf20a8eba7b0e639d9b2/pydantic_core-2.33.2-cp310-cp310-win32.whl", hash = "sha256:0a39979dcbb70998b0e505fb1556a1d550a0781463ce84ebf915ba293ccb7e22", size = 1910496, upload-time = "2025-04-23T18:31:00.078Z" }, + { url = "https://files.pythonhosted.org/packages/66/ff/172ba8f12a42d4b552917aa65d1f2328990d3ccfc01d5b7c943ec084299f/pydantic_core-2.33.2-cp310-cp310-win_amd64.whl", hash = "sha256:b0379a2b24882fef529ec3b4987cb5d003b9cda32256024e6fe1586ac45fc640", size = 1955019, upload-time = "2025-04-23T18:31:01.335Z" }, + { 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, upload-time = "2025-04-23T18:31:03.106Z" }, + { 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, upload-time = "2025-04-23T18:31:04.621Z" }, + { 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, upload-time = "2025-04-23T18:31:06.377Z" }, + { 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, upload-time = "2025-04-23T18:31:07.93Z" }, + { 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, upload-time = "2025-04-23T18:31:09.283Z" }, + { 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, upload-time = "2025-04-23T18:31:11.7Z" }, + { 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, upload-time = "2025-04-23T18:31:13.536Z" }, + { 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, upload-time = "2025-04-23T18:31:15.011Z" }, + { 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, upload-time = "2025-04-23T18:31:16.393Z" }, + { 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, upload-time = "2025-04-23T18:31:17.892Z" }, + { 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, upload-time = "2025-04-23T18:31:19.205Z" }, + { url = "https://files.pythonhosted.org/packages/e0/ed/55532bb88f674d5d8f67ab121a2a13c385df382de2a1677f30ad385f7438/pydantic_core-2.33.2-cp311-cp311-win32.whl", hash = "sha256:6368900c2d3ef09b69cb0b913f9f8263b03786e5b2a387706c5afb66800efd51", size = 1910538, upload-time = "2025-04-23T18:31:20.541Z" }, + { url = "https://files.pythonhosted.org/packages/fe/1b/25b7cccd4519c0b23c2dd636ad39d381abf113085ce4f7bec2b0dc755eb1/pydantic_core-2.33.2-cp311-cp311-win_amd64.whl", hash = "sha256:1e063337ef9e9820c77acc768546325ebe04ee38b08703244c1309cccc4f1bab", size = 1952909, upload-time = "2025-04-23T18:31:22.371Z" }, + { url = "https://files.pythonhosted.org/packages/49/a9/d809358e49126438055884c4366a1f6227f0f84f635a9014e2deb9b9de54/pydantic_core-2.33.2-cp311-cp311-win_arm64.whl", hash = "sha256:6b99022f1d19bc32a4c2a0d544fc9a76e3be90f0b3f4af413f87d38749300e65", size = 1897786, upload-time = "2025-04-23T18:31:24.161Z" }, + { 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, upload-time = "2025-04-23T18:31:25.863Z" }, + { 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, upload-time = "2025-04-23T18:31:27.341Z" }, + { 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, upload-time = "2025-04-23T18:31:28.956Z" }, + { 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, upload-time = "2025-04-23T18:31:31.025Z" }, + { 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, upload-time = "2025-04-23T18:31:32.514Z" }, + { 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, upload-time = "2025-04-23T18:31:33.958Z" }, + { 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, upload-time = "2025-04-23T18:31:39.095Z" }, + { 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, upload-time = "2025-04-23T18:31:41.034Z" }, + { 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, upload-time = "2025-04-23T18:31:42.757Z" }, + { 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, upload-time = "2025-04-23T18:31:44.304Z" }, + { 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, upload-time = "2025-04-23T18:31:45.891Z" }, + { url = "https://files.pythonhosted.org/packages/b0/6a/adf5734ffd52bf86d865093ad70b2ce543415e0e356f6cacabbc0d9ad910/pydantic_core-2.33.2-cp312-cp312-win32.whl", hash = "sha256:9cb1da0f5a471435a7bc7e439b8a728e8b61e59784b2af70d7c169f8dd8ae290", size = 1892628, upload-time = "2025-04-23T18:31:47.819Z" }, + { url = "https://files.pythonhosted.org/packages/43/e4/5479fecb3606c1368d496a825d8411e126133c41224c1e7238be58b87d7e/pydantic_core-2.33.2-cp312-cp312-win_amd64.whl", hash = "sha256:f941635f2a3d96b2973e867144fde513665c87f13fe0e193c158ac51bfaaa7b2", size = 1955866, upload-time = "2025-04-23T18:31:49.635Z" }, + { url = "https://files.pythonhosted.org/packages/0d/24/8b11e8b3e2be9dd82df4b11408a67c61bb4dc4f8e11b5b0fc888b38118b5/pydantic_core-2.33.2-cp312-cp312-win_arm64.whl", hash = "sha256:cca3868ddfaccfbc4bfb1d608e2ccaaebe0ae628e1416aeb9c4d88c001bb45ab", size = 1888894, upload-time = "2025-04-23T18:31:51.609Z" }, + { 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, upload-time = "2025-04-23T18:31:53.175Z" }, + { 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, upload-time = "2025-04-23T18:31:54.79Z" }, + { 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, upload-time = "2025-04-23T18:31:57.393Z" }, + { 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, upload-time = "2025-04-23T18:31:59.065Z" }, + { 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, upload-time = "2025-04-23T18:32:00.78Z" }, + { 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, upload-time = "2025-04-23T18:32:02.418Z" }, + { 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, upload-time = "2025-04-23T18:32:04.152Z" }, + { 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, upload-time = "2025-04-23T18:32:06.129Z" }, + { 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, upload-time = "2025-04-23T18:32:08.178Z" }, + { 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, upload-time = "2025-04-23T18:32:10.242Z" }, + { 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, upload-time = "2025-04-23T18:32:12.382Z" }, + { url = "https://files.pythonhosted.org/packages/58/4d/4f937099c545a8a17eb52cb67fe0447fd9a373b348ccfa9a87f141eeb00f/pydantic_core-2.33.2-cp313-cp313-win32.whl", hash = "sha256:52fb90784e0a242bb96ec53f42196a17278855b0f31ac7c3cc6f5c1ec4811849", size = 1900473, upload-time = "2025-04-23T18:32:14.034Z" }, + { url = "https://files.pythonhosted.org/packages/a0/75/4a0a9bac998d78d889def5e4ef2b065acba8cae8c93696906c3a91f310ca/pydantic_core-2.33.2-cp313-cp313-win_amd64.whl", hash = "sha256:c083a3bdd5a93dfe480f1125926afcdbf2917ae714bdb80b36d34318b2bec5d9", size = 1955269, upload-time = "2025-04-23T18:32:15.783Z" }, + { url = "https://files.pythonhosted.org/packages/f9/86/1beda0576969592f1497b4ce8e7bc8cbdf614c352426271b1b10d5f0aa64/pydantic_core-2.33.2-cp313-cp313-win_arm64.whl", hash = "sha256:e80b087132752f6b3d714f041ccf74403799d3b23a72722ea2e6ba2e892555b9", size = 1893921, upload-time = "2025-04-23T18:32:18.473Z" }, + { 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, upload-time = "2025-04-23T18:32:20.188Z" }, + { 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, upload-time = "2025-04-23T18:32:22.354Z" }, + { url = "https://files.pythonhosted.org/packages/6f/9a/e73262f6c6656262b5fdd723ad90f518f579b7bc8622e43a942eec53c938/pydantic_core-2.33.2-cp313-cp313t-win_amd64.whl", hash = "sha256:c2fc0a768ef76c15ab9238afa6da7f69895bb5d1ee83aeea2e3509af4472d0b9", size = 1935777, upload-time = "2025-04-23T18:32:25.088Z" }, + { url = "https://files.pythonhosted.org/packages/53/ea/bbe9095cdd771987d13c82d104a9c8559ae9aec1e29f139e286fd2e9256e/pydantic_core-2.33.2-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:a2b911a5b90e0374d03813674bf0a5fbbb7741570dcd4b4e85a2e48d17def29d", size = 2028677, upload-time = "2025-04-23T18:32:27.227Z" }, + { url = "https://files.pythonhosted.org/packages/49/1d/4ac5ed228078737d457a609013e8f7edc64adc37b91d619ea965758369e5/pydantic_core-2.33.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6fa6dfc3e4d1f734a34710f391ae822e0a8eb8559a85c6979e14e65ee6ba2954", size = 1864735, upload-time = "2025-04-23T18:32:29.019Z" }, + { url = "https://files.pythonhosted.org/packages/23/9a/2e70d6388d7cda488ae38f57bc2f7b03ee442fbcf0d75d848304ac7e405b/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c54c939ee22dc8e2d545da79fc5381f1c020d6d3141d3bd747eab59164dc89fb", size = 1898467, upload-time = "2025-04-23T18:32:31.119Z" }, + { url = "https://files.pythonhosted.org/packages/ff/2e/1568934feb43370c1ffb78a77f0baaa5a8b6897513e7a91051af707ffdc4/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:53a57d2ed685940a504248187d5685e49eb5eef0f696853647bf37c418c538f7", size = 1983041, upload-time = "2025-04-23T18:32:33.655Z" }, + { url = "https://files.pythonhosted.org/packages/01/1a/1a1118f38ab64eac2f6269eb8c120ab915be30e387bb561e3af904b12499/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:09fb9dd6571aacd023fe6aaca316bd01cf60ab27240d7eb39ebd66a3a15293b4", size = 2136503, upload-time = "2025-04-23T18:32:35.519Z" }, + { url = "https://files.pythonhosted.org/packages/5c/da/44754d1d7ae0f22d6d3ce6c6b1486fc07ac2c524ed8f6eca636e2e1ee49b/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0e6116757f7959a712db11f3e9c0a99ade00a5bbedae83cb801985aa154f071b", size = 2736079, upload-time = "2025-04-23T18:32:37.659Z" }, + { url = "https://files.pythonhosted.org/packages/4d/98/f43cd89172220ec5aa86654967b22d862146bc4d736b1350b4c41e7c9c03/pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d55ab81c57b8ff8548c3e4947f119551253f4e3787a7bbc0b6b3ca47498a9d3", size = 2006508, upload-time = "2025-04-23T18:32:39.637Z" }, + { url = "https://files.pythonhosted.org/packages/2b/cc/f77e8e242171d2158309f830f7d5d07e0531b756106f36bc18712dc439df/pydantic_core-2.33.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c20c462aa4434b33a2661701b861604913f912254e441ab8d78d30485736115a", size = 2113693, upload-time = "2025-04-23T18:32:41.818Z" }, + { url = "https://files.pythonhosted.org/packages/54/7a/7be6a7bd43e0a47c147ba7fbf124fe8aaf1200bc587da925509641113b2d/pydantic_core-2.33.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:44857c3227d3fb5e753d5fe4a3420d6376fa594b07b621e220cd93703fe21782", size = 2074224, upload-time = "2025-04-23T18:32:44.033Z" }, + { url = "https://files.pythonhosted.org/packages/2a/07/31cf8fadffbb03be1cb520850e00a8490c0927ec456e8293cafda0726184/pydantic_core-2.33.2-cp39-cp39-musllinux_1_1_armv7l.whl", hash = "sha256:eb9b459ca4df0e5c87deb59d37377461a538852765293f9e6ee834f0435a93b9", size = 2245403, upload-time = "2025-04-23T18:32:45.836Z" }, + { url = "https://files.pythonhosted.org/packages/b6/8d/bbaf4c6721b668d44f01861f297eb01c9b35f612f6b8e14173cb204e6240/pydantic_core-2.33.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9fcd347d2cc5c23b06de6d3b7b8275be558a0c90549495c699e379a80bf8379e", size = 2242331, upload-time = "2025-04-23T18:32:47.618Z" }, + { url = "https://files.pythonhosted.org/packages/bb/93/3cc157026bca8f5006250e74515119fcaa6d6858aceee8f67ab6dc548c16/pydantic_core-2.33.2-cp39-cp39-win32.whl", hash = "sha256:83aa99b1285bc8f038941ddf598501a86f1536789740991d7d8756e34f1e74d9", size = 1910571, upload-time = "2025-04-23T18:32:49.401Z" }, + { url = "https://files.p ... [truncated]
llama-index-integrations/indices/llama-index-indices-managed-postgresml/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-indices-managed-postgresml" -version = "0.4.0" +version = "0.5.0" description = "llama-index managed postgresml integration" authors = [{name = "PostgresML", email = "team@postgresml.org"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "pgml>=1.1.0,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/indices/llama-index-indices-managed-postgresml/uv.lock+2145 −2102 modifiedllama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml+2 −2 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-indices-managed-vectara" -version = "0.4.5" +version = "0.5.0" description = "llama-index managed vectara integration" authors = [ {name = "David Oplatka", email = "david.oplatka@vectara.com"}, @@ -35,7 +35,7 @@ authors = [ requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-core>=0.12.0,<0.13"] +dependencies = ["llama-index-core>=0.13.0,<0.14"] [tool.codespell] check-filenames = true
llama-index-integrations/indices/llama-index-indices-managed-vectara/uv.lock+2123 −2080 modifiedllama-index-integrations/indices/llama-index-indices-managed-vertexai/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-indices-managed-vertexai" -version = "0.2.1" +version = "0.3.0" description = "llama-index managed Vertex AI integration" authors = [{name = "Holt Skinner", email = "holtskinner@google.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "google-cloud-aiplatform>=1.53.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/indices/llama-index-indices-managed-vertexai/uv.lock+2327 −2284 modifiedllama-index-integrations/llms/llama-index-llms-ai21/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-llms-ai21" -version = "0.5.0" +version = "0.6.0" description = "llama-index llms ai21 integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "ai21>=2.13.0,<3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-ai21/uv.lock+2180 −2137 modifiedllama-index-integrations/llms/llama-index-llms-alephalpha/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-alephalpha" -version = "0.3.0" +version = "0.4.0" description = "llama-index llms Aleph Alpha integration" authors = [{name = "Ulan Yisaev", email = "Ulan.Yisaev@nortal.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "aleph-alpha-client>=7.0.1,<8", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-alephalpha/uv.lock+2222 −2179 modifiedllama-index-integrations/llms/llama-index-llms-alibabacloud-aisearch/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-alibabacloud-aisearch" -version = "0.2.0" +version = "0.3.0" description = "llama-index llms alibabacloud_aisearch integration" authors = [{name = "llama-index"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "alibabacloud-searchplat20240529>=1.1.0,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-alibabacloud-aisearch/uv.lock+2148 −2105 modifiedllama-index-integrations/llms/llama-index-llms-anthropic/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-llms-anthropic" -version = "0.7.6" +version = "0.8.0" description = "llama-index llms anthropic integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "anthropic[bedrock, vertex]>=0.57.1", - "llama-index-core>=0.12.46,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-anthropic/uv.lock+9 −8 modified@@ -318,7 +318,7 @@ wheels = [ [[package]] name = "banks" -version = "2.1.2" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "deprecated" }, @@ -328,9 +328,9 @@ dependencies = [ { name = "platformdirs" }, { name = "pydantic" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/77/34/2b6697f02ffb68bee50e5fd37d6c64432244d3245603fd62950169dfed7e/banks-2.1.2.tar.gz", hash = "sha256:a0651db9d14b57fa2e115e78f68dbb1b36fe226ad6eef96192542908b1d20c1f", size = 173332, upload-time = "2025-04-20T07:09:21.674Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/f8/25ef24814f77f3fd7f0fd3bd1ef3749e38a9dbd23502fbb53034de49900c/banks-2.2.0.tar.gz", hash = "sha256:d1446280ce6e00301e3e952dd754fd8cee23ff277d29ed160994a84d0d7ffe62", size = 179052, upload-time = "2025-07-18T16:28:26.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/4a/7fdca29d1db62f5f5c3446bf8f668beacdb0b5a8aff4247574ddfddc6bcd/banks-2.1.2-py3-none-any.whl", hash = "sha256:7fba451069f6bea376483b8136a0f29cb1e6883133626d00e077e20a3d102c0e", size = 28064, upload-time = "2025-04-20T07:09:20.201Z" }, + { url = "https://files.pythonhosted.org/packages/b4/d6/f9168956276934162ec8d48232f9920f2985ee45aa7602e3c6b4bc203613/banks-2.2.0-py3-none-any.whl", hash = "sha256:963cd5c85a587b122abde4f4064078def35c50c688c1b9d36f43c92503854e7d", size = 29244, upload-time = "2025-07-18T16:28:27.835Z" }, ] [[package]] @@ -1796,7 +1796,7 @@ wheels = [ [[package]] name = "llama-index-core" -version = "0.12.46" +version = "0.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -1817,6 +1817,7 @@ dependencies = [ { name = "numpy", version = "2.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "pillow" }, + { name = "platformdirs" }, { name = "pydantic" }, { name = "pyyaml" }, { name = "requests" }, @@ -1829,9 +1830,9 @@ dependencies = [ { name = "typing-inspect" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/4c/4b/4d3d291549f6fb1b99115ef2c9cf2bab284b26d589149e3d4041c0d305a4/llama_index_core-0.12.46.tar.gz", hash = "sha256:d95a9a3be9170087aef70671aa5edaa0e200f7ae5d1d0973c3a5b8e1d7bb0eab", size = 7273431, upload-time = "2025-07-03T02:41:30.669Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1a/0d/29865c82de51c2c1f263a61c267c336d35b14839fded66061a999dba1d40/llama_index_core-0.13.0.tar.gz", hash = "sha256:01fec50d3d807e3c3bc17a62ed1f5b93dad2205cda52f7d0c2d34cc6a6ab2b92", size = 7230599, upload-time = "2025-07-30T17:24:00.398Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b0/67/164ae22e97d100a119beb98487b29a12f22f624e00c445b6b60418fd9e62/llama_index_core-0.12.46-py3-none-any.whl", hash = "sha256:320d91a528dbb5679f7c49cc8b0106e6a2c92d376fdf3576cdf827dc33c479e9", size = 7644068, upload-time = "2025-07-03T02:41:21.437Z" }, + { url = "https://files.pythonhosted.org/packages/f3/27/36a3ad19c8e2e7967ca1c9e469e5205901d2b6d299420e9aba4eafd90d8d/llama_index_core-0.13.0-py3-none-any.whl", hash = "sha256:46c14fc2a26b8f7618c2dd2daf6e430e3f94b1908474baee539f705c9c638348", size = 7573714, upload-time = "2025-07-30T17:23:52.355Z" }, ] [[package]] @@ -1849,7 +1850,7 @@ wheels = [ [[package]] name = "llama-index-llms-anthropic" -version = "0.7.6" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "anthropic", extra = ["bedrock", "vertex"] }, @@ -1883,7 +1884,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "anthropic", extras = ["bedrock", "vertex"], specifier = ">=0.57.1" }, - { name = "llama-index-core", specifier = ">=0.12.46,<0.13" }, + { name = "llama-index-core", specifier = ">=0.13.0,<0.14" }, ] [package.metadata.requires-dev]
llama-index-integrations/llms/llama-index-llms-anyscale/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-anyscale" -version = "0.3.1" +version = "0.4.0" description = "llama-index llms anyscale integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-anyscale/uv.lock+2197 −2154 modifiedllama-index-integrations/llms/llama-index-llms-asi/pyproject.toml+3 −3 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-llms-asi" -version = "0.1.2" +version = "0.2.0" description = "llama-index llms asi integration" authors = [{name = "Fetch.ai Inc.", email = "info@fetch.ai"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai-like>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai-like>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", "requests>=2.31.0", ]
llama-index-integrations/llms/llama-index-llms-asi/uv.lock+2236 −2193 modifiedllama-index-integrations/llms/llama-index-llms-azure-inference/pyproject.toml+2 −2 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-llms-azure-inference" -version = "0.4.0" +version = "0.5.0" description = "Integration for model supporting Azure AI model inference API in llama-index" authors = [{name = "Azure AI model inference group", email = "azureml-inference@microsoft.com"}] requires-python = ">=3.9,<4.0" @@ -36,7 +36,7 @@ dependencies = [ "azure-ai-inference>=1.0.0b5", "azure-identity>=1.15.0,<2", "aiohttp>=3.10.0,<4", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-azure-inference/uv.lock+2137 −2094 modifiedllama-index-integrations/llms/llama-index-llms-azure-openai/pyproject.toml+3 −3 modified@@ -26,17 +26,17 @@ dev = [ [project] name = "llama-index-llms-azure-openai" -version = "0.3.4" +version = "0.4.0" description = "llama-index llms azure openai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai>=0.4.0,<0.5", + "llama-index-llms-openai>=0.5.0,<0.6", "azure-identity>=1.15.0,<2", "httpx", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-azure-openai/uv.lock+2207 −2164 modifiedllama-index-integrations/llms/llama-index-llms-bedrock-converse/pyproject.toml+2 −2 modified@@ -29,7 +29,7 @@ dev = [ [project] name = "llama-index-llms-bedrock-converse" -version = "0.7.6" +version = "0.8.0" description = "llama-index llms bedrock converse integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -38,7 +38,7 @@ license = "MIT" dependencies = [ "boto3>=1.34.122,<2", "aioboto3>=13.1.1,<16", - "llama-index-core>=0.12.44,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-bedrock-converse/uv.lock+9 −8 modified@@ -350,7 +350,7 @@ wheels = [ [[package]] name = "banks" -version = "2.1.2" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "deprecated" }, @@ -360,9 +360,9 @@ dependencies = [ { name = "platformdirs" }, { name = "pydantic" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/77/34/2b6697f02ffb68bee50e5fd37d6c64432244d3245603fd62950169dfed7e/banks-2.1.2.tar.gz", hash = "sha256:a0651db9d14b57fa2e115e78f68dbb1b36fe226ad6eef96192542908b1d20c1f", size = 173332, upload-time = "2025-04-20T07:09:21.674Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/f8/25ef24814f77f3fd7f0fd3bd1ef3749e38a9dbd23502fbb53034de49900c/banks-2.2.0.tar.gz", hash = "sha256:d1446280ce6e00301e3e952dd754fd8cee23ff277d29ed160994a84d0d7ffe62", size = 179052, upload-time = "2025-07-18T16:28:26.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/4a/7fdca29d1db62f5f5c3446bf8f668beacdb0b5a8aff4247574ddfddc6bcd/banks-2.1.2-py3-none-any.whl", hash = "sha256:7fba451069f6bea376483b8136a0f29cb1e6883133626d00e077e20a3d102c0e", size = 28064, upload-time = "2025-04-20T07:09:20.201Z" }, + { url = "https://files.pythonhosted.org/packages/b4/d6/f9168956276934162ec8d48232f9920f2985ee45aa7602e3c6b4bc203613/banks-2.2.0-py3-none-any.whl", hash = "sha256:963cd5c85a587b122abde4f4064078def35c50c688c1b9d36f43c92503854e7d", size = 29244, upload-time = "2025-07-18T16:28:27.835Z" }, ] [[package]] @@ -1707,7 +1707,7 @@ wheels = [ [[package]] name = "llama-index-core" -version = "0.12.44" +version = "0.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -1727,6 +1727,7 @@ dependencies = [ { name = "nltk" }, { name = "numpy" }, { name = "pillow" }, + { name = "platformdirs" }, { name = "pydantic" }, { name = "pyyaml" }, { name = "requests" }, @@ -1739,9 +1740,9 @@ dependencies = [ { name = "typing-inspect" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/26/03/d57a98f5b3d2e8ebb39bb4dd51a2472e42201d00e82429ae06e02e141158/llama_index_core-0.12.44.tar.gz", hash = "sha256:d2fdbbd2bcb0dd289f3df305874dbc0d7532f39c3d725ca6d937c6fa18a8d249", size = 7272062, upload-time = "2025-06-26T04:30:02.573Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1a/0d/29865c82de51c2c1f263a61c267c336d35b14839fded66061a999dba1d40/llama_index_core-0.13.0.tar.gz", hash = "sha256:01fec50d3d807e3c3bc17a62ed1f5b93dad2205cda52f7d0c2d34cc6a6ab2b92", size = 7230599, upload-time = "2025-07-30T17:24:00.398Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1d/3f/44fbaca608c2e2116cd9d624f7b836624a6c5dc4bf4608d25918a6cd065b/llama_index_core-0.12.44-py3-none-any.whl", hash = "sha256:12ac30adb1f46768bac4d07d363cf16ae0b032cfb9da861791f13415fc4f1f12", size = 7641712, upload-time = "2025-06-26T04:29:56.544Z" }, + { url = "https://files.pythonhosted.org/packages/f3/27/36a3ad19c8e2e7967ca1c9e469e5205901d2b6d299420e9aba4eafd90d8d/llama_index_core-0.13.0-py3-none-any.whl", hash = "sha256:46c14fc2a26b8f7618c2dd2daf6e430e3f94b1908474baee539f705c9c638348", size = 7573714, upload-time = "2025-07-30T17:23:52.355Z" }, ] [[package]] @@ -1759,7 +1760,7 @@ wheels = [ [[package]] name = "llama-index-llms-bedrock-converse" -version = "0.7.4" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "aioboto3" }, @@ -1797,7 +1798,7 @@ dev = [ requires-dist = [ { name = "aioboto3", specifier = ">=13.1.1,<16" }, { name = "boto3", specifier = ">=1.34.122,<2" }, - { name = "llama-index-core", specifier = ">=0.12.44,<0.13" }, + { name = "llama-index-core", specifier = ">=0.13.0,<0.14" }, ] [package.metadata.requires-dev]
llama-index-integrations/llms/llama-index-llms-bedrock/pyproject.toml+3 −3 modified@@ -26,16 +26,16 @@ dev = [ [project] name = "llama-index-llms-bedrock" -version = "0.3.8" +version = "0.4.0" description = "llama-index llms bedrock integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-anthropic>=0.6.3,<0.7", + "llama-index-llms-anthropic>=0.8.0,<0.9", "boto3>=1.34.26,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-bedrock/uv.lock+2217 −2174 modifiedllama-index-integrations/llms/llama-index-llms-cerebras/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-cerebras" -version = "0.2.3" +version = "0.3.0" description = "llama-index llms cerebras integration" authors = [{name = "Cerebras", email = "support@cerebras.ai"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", - "llama-index-llms-openai-like>=0.4.0,<0.5", + "llama-index-core>=0.13.0,<0.14", + "llama-index-llms-openai-like>=0.5.0,<0.6", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-cerebras/uv.lock+2234 −2191 modifiedllama-index-integrations/llms/llama-index-llms-clarifai/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-llms-clarifai" -version = "0.3.0" +version = "0.4.0" description = "llama-index llms clarifai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "clarifai>=10.0.1,<11", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-clarifai/uv.lock+2345 −2302 modifiedllama-index-integrations/llms/llama-index-llms-cleanlab/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-cleanlab" -version = "0.5.1" +version = "0.6.0" description = "llama-index llms cleanlab integration" authors = [{name = "Ashish Sardana", email = "ashishsardana21@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "cleanlab-tlm>=1.1.2,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-cleanlab/uv.lock+2174 −2131 modifiedllama-index-integrations/llms/llama-index-llms-cloudflare-ai-gateway/pyproject.toml+2 −2 modified@@ -31,7 +31,7 @@ dev = [ [project] name = "llama-index-llms-cloudflare-ai-gateway" -version = "0.1.0" +version = "0.2.0" description = "llama-index llms cloudflare ai gateway integration" authors = [{name = "Chojan Shang", email = "psiace@outlook.com"}] maintainers = [{name = "psiace"}] @@ -45,7 +45,7 @@ readme = "README.md" license = "MIT" dependencies = [ "httpx>=0.24.0,<1", - "llama-index-core>=0.12.41,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-cloudflare-ai-gateway/uv.lock+15 −14 modified@@ -305,7 +305,7 @@ wheels = [ [[package]] name = "banks" -version = "2.1.3" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "deprecated" }, @@ -314,9 +314,9 @@ dependencies = [ { name = "platformdirs" }, { name = "pydantic" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/21/5f/08a0c087581726044536e198c011742ccb9ced6061575f1ed00c034e6443/banks-2.1.3.tar.gz", hash = "sha256:c0dd2cb0c5487274a513a552827e6a8ddbd0ab1a1b967f177e71a6e4748a3ed2", size = 177311, upload-time = "2025-06-27T07:12:04.582Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/f8/25ef24814f77f3fd7f0fd3bd1ef3749e38a9dbd23502fbb53034de49900c/banks-2.2.0.tar.gz", hash = "sha256:d1446280ce6e00301e3e952dd754fd8cee23ff277d29ed160994a84d0d7ffe62", size = 179052, upload-time = "2025-07-18T16:28:26.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fe/27/a30c24a74cc4f3969f3e0d184da149fa6327620c7c72333ccc3a8e3e1095/banks-2.1.3-py3-none-any.whl", hash = "sha256:9e1217dc977e6dd1ce42c5ff48e9bcaf238d788c81b42deb6a555615ffcffbab", size = 28133, upload-time = "2025-06-27T07:12:05.986Z" }, + { url = "https://files.pythonhosted.org/packages/b4/d6/f9168956276934162ec8d48232f9920f2985ee45aa7602e3c6b4bc203613/banks-2.2.0-py3-none-any.whl", hash = "sha256:963cd5c85a587b122abde4f4064078def35c50c688c1b9d36f43c92503854e7d", size = 29244, upload-time = "2025-07-18T16:28:27.835Z" }, ] [[package]] @@ -1630,7 +1630,7 @@ wheels = [ [[package]] name = "llama-index-core" -version = "0.12.48" +version = "0.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -1650,6 +1650,7 @@ dependencies = [ { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" }, { name = "numpy", version = "2.3.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" }, { name = "pillow" }, + { name = "platformdirs" }, { name = "pydantic" }, { name = "pyyaml" }, { name = "requests" }, @@ -1662,9 +1663,9 @@ dependencies = [ { name = "typing-inspect" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/35/ac/4a913cccc889d7473e0f9c085cc078685f7aa525abba00152292c078fc43/llama_index_core-0.12.48.tar.gz", hash = "sha256:a5cb2179495f091f351a41b4ef312ec6593660438e0066011ec81f7b5d2c93be", size = 9927666, upload-time = "2025-07-09T17:01:14.413Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1a/0d/29865c82de51c2c1f263a61c267c336d35b14839fded66061a999dba1d40/llama_index_core-0.13.0.tar.gz", hash = "sha256:01fec50d3d807e3c3bc17a62ed1f5b93dad2205cda52f7d0c2d34cc6a6ab2b92", size = 7230599, upload-time = "2025-07-30T17:24:00.398Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f2/98/22086bb54ac3c804f182c42353da2217beea5261c19a35f61fb25c666dfb/llama_index_core-0.12.48-py3-none-any.whl", hash = "sha256:0770119ab540605cb217dc9b26343b0bdf6f91d843cfb17d0074ba2fac358e56", size = 10294178, upload-time = "2025-07-09T17:01:07.4Z" }, + { url = "https://files.pythonhosted.org/packages/f3/27/36a3ad19c8e2e7967ca1c9e469e5205901d2b6d299420e9aba4eafd90d8d/llama_index_core-0.13.0-py3-none-any.whl", hash = "sha256:46c14fc2a26b8f7618c2dd2daf6e430e3f94b1908474baee539f705c9c638348", size = 7573714, upload-time = "2025-07-30T17:23:52.355Z" }, ] [[package]] @@ -1682,20 +1683,20 @@ wheels = [ [[package]] name = "llama-index-llms-anthropic" -version = "0.7.6" +version = "0.8.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anthropic", extra = ["bedrock", "vertex"] }, { name = "llama-index-core" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2e/c2/446750915036a3b3af9ae561835d74ccfe7ed95d40d43857aeb5feef1596/llama_index_llms_anthropic-0.7.6.tar.gz", hash = "sha256:485795686163aa662f20221a55558f34008997d7c280ec38b725c837fef8d0dd", size = 12838, upload-time = "2025-07-03T17:18:23.793Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d1/b9/9fa3f7a8d7857ee688ea8c388198be4eb7e3779dbfa1bf09db8845e5d811/llama_index_llms_anthropic-0.8.0.tar.gz", hash = "sha256:0526a6e6bdcd3c3bf293a35a400014b3193fbcef4da204985b668a37a021709b", size = 12832, upload-time = "2025-07-30T20:56:01.682Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2c/6e/5db1ba14021bbd8982b3a551e251812ec6977dc2f14e9059fef5e527b040/llama_index_llms_anthropic-0.7.6-py3-none-any.whl", hash = "sha256:2c2b434e0dc36a1682857b87fc2688804a90b31b582bd9b34bb3ac5a675456a9", size = 13009, upload-time = "2025-07-03T17:18:22.988Z" }, + { url = "https://files.pythonhosted.org/packages/a6/69/d71b194f1d0485dfe4f7516adf673fc1cd02780085b96fbb24409759e9ed/llama_index_llms_anthropic-0.8.0-py3-none-any.whl", hash = "sha256:d62d94bb08a37b29b8f09c6664ca8cc20cf294c167a05a770ae4f5fd5847ea4b", size = 13010, upload-time = "2025-07-30T20:56:00.801Z" }, ] [[package]] name = "llama-index-llms-cloudflare-ai-gateway" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "httpx" }, @@ -1732,7 +1733,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "httpx", specifier = ">=0.24.0,<1" }, - { name = "llama-index-core", specifier = ">=0.12.41,<0.13" }, + { name = "llama-index-core", specifier = ">=0.13.0,<0.14" }, ] [package.metadata.requires-dev] @@ -1764,15 +1765,15 @@ dev = [ [[package]] name = "llama-index-llms-openai" -version = "0.4.7" +version = "0.5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "llama-index-core" }, { name = "openai" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d9/39/a7ce514fb500951e9edb713ed918a9ffe49f1a76fccfc531a4ec5c7fe15a/llama_index_llms_openai-0.4.7.tar.gz", hash = "sha256:564af8ab39fb3f3adfeae73a59c0dca46c099ab844a28e725eee0c551d4869f8", size = 24251, upload-time = "2025-06-16T03:38:47.175Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e7/5b/9ec8b71ff06489305111d3e53b9175beda24912360cdcf9e831d3b3c7d90/llama_index_llms_openai-0.5.0.tar.gz", hash = "sha256:0899673282c58d19a5bbf22616a01090244e308726d392a24e4649399324760f", size = 24248, upload-time = "2025-07-30T19:56:50.576Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/61/e9/391926dad180ced6bb37a62edddb8483fbecde411239bd5e726841bb77b4/llama_index_llms_openai-0.4.7-py3-none-any.whl", hash = "sha256:3b8d9d3c1bcadc2cff09724de70f074f43eafd5b7048a91247c9a41b7cd6216d", size = 25365, upload-time = "2025-06-16T03:38:45.72Z" }, + { url = "https://files.pythonhosted.org/packages/72/df/305d932d16bea6a1950c1d679b60c76e54288a0ae30452d88b08a8559716/llama_index_llms_openai-0.5.0-py3-none-any.whl", hash = "sha256:fc66f3921e128d54ef8b953167f740d3d4f192d8877efd36b7276d5d6222739a", size = 25365, upload-time = "2025-07-30T19:56:49.418Z" }, ] [[package]]
llama-index-integrations/llms/llama-index-llms-cohere/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-cohere" -version = "0.5.0" +version = "0.6.0" description = "llama-index llms cohere integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "cohere>=5.1.1,<6", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-cohere/uv.lock+2176 −2133 modifiedllama-index-integrations/llms/llama-index-llms-contextual/pyproject.toml+2 −2 modified@@ -14,14 +14,14 @@ dev = [ [project] name = "llama-index-llms-contextual" -version = "0.0.3" +version = "0.1.0" description = "llama-index contextual integration" authors = [{name = "Sean Smith", email = "sean.smith@contextual.ai"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai-like>=0.4.0,<0.5", + "llama-index-llms-openai-like>=0.5.0,<0.6", "contextual-client>=0.4.0,<0.5", ]
llama-index-integrations/llms/llama-index-llms-contextual/uv.lock+1681 −1629 modifiedllama-index-integrations/llms/llama-index-llms-cortex/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-llms-cortex" -version = "0.3.0" +version = "0.4.0" description = "llama-index llms cortex integration" authors = [ {name = "Christopher Klapperich", email = "cklapperichmn@gmail.com"}, @@ -37,7 +37,7 @@ requires-python = ">3.9.1,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "pyjwt>=2.10.1,<3", "aiohttp>=3.11.11,<4", "cryptography>=44.0.0",
llama-index-integrations/llms/llama-index-llms-cortex/uv.lock+2127 −2084 modifiedllama-index-integrations/llms/llama-index-llms-dashscope/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-llms-dashscope" -version = "0.4.1" +version = "0.5.0" description = "llama-index llms dashscope integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "dashscope==1.22.2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-dashscope/uv.lock+2126 −2083 modifiedllama-index-integrations/llms/llama-index-llms-databricks/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-databricks" -version = "0.3.2" +version = "0.4.0" description = "llama-index llms databricks integration" authors = [{name = "Abdulaziz Almuhaidib", email = "abdulaziz.almuhaidib.97@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai-like>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai-like>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-databricks/uv.lock+2234 −2191 modifiedllama-index-integrations/llms/llama-index-llms-deepinfra/pyproject.toml+3 −3 modified@@ -26,17 +26,17 @@ dev = [ [project] name = "llama-index-llms-deepinfra" -version = "0.4.1" +version = "0.5.0" description = "llama-index llms deepinfra integration" authors = [{name = "Oguz Vuruskaneer", email = "oguzvuruskaner@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai>=0.4.0,<0.5", + "llama-index-llms-openai>=0.5.0,<0.6", "aiohttp>=3.8.1,<4", "tenacity>=8.1.0,<8.4.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-deepinfra/uv.lock+2197 −2154 modifiedllama-index-integrations/llms/llama-index-llms-deepseek/pyproject.toml+2 −2 modified@@ -26,13 +26,13 @@ dev = [ [project] name = "llama-index-llms-deepseek" -version = "0.1.2" +version = "0.2.0" description = "llama-index llms deepseek integration" authors = [{name = "Logan Markewich", email = "logan@runllama.ai"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" -dependencies = ["llama-index-llms-openai-like>=0.4.0,<0.5"] +dependencies = ["llama-index-llms-openai-like>=0.5.0,<0.6"] [tool.codespell] check-filenames = true
llama-index-integrations/llms/llama-index-llms-deepseek/uv.lock+2233 −2190 modifiedllama-index-integrations/llms/llama-index-llms-everlyai/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-everlyai" -version = "0.3.1" +version = "0.4.0" description = "llama-index llms everlyai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-everlyai/uv.lock+2197 −2154 modifiedllama-index-integrations/llms/llama-index-llms-featherlessai/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-featherlessai" -version = "0.1.1" +version = "0.2.0" description = "llama-index llms featherlessai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai-like>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai-like>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-featherlessai/uv.lock+2234 −2191 modifiedllama-index-integrations/llms/llama-index-llms-fireworks/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-fireworks" -version = "0.3.3" +version = "0.4.0" description = "llama-index llms fireworks integration" authors = [{name = "benjibc"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-fireworks/uv.lock+2197 −2154 modifiedllama-index-integrations/llms/llama-index-llms-friendli/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-friendli" -version = "0.3.0" +version = "0.4.0" description = "llama-index llms friendli integration" authors = [{name = "Yunmo Koo", email = "yunmorning@friendli.ai"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "friendli-client>=1.2.4,<2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-friendli/uv.lock+2165 −2113 modifiedllama-index-integrations/llms/llama-index-llms-gaudi/pyproject.toml+3 −3 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-llms-gaudi" -version = "0.2.2" +version = "0.3.0" description = "llama-index llms gaudi integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -36,8 +36,8 @@ license = "MIT" dependencies = [ "huggingface-hub>=0.23.0", "torch>=2.1.2,<3", - "llama-index-core>=0.12.0,<0.13", - "llama-index-llms-huggingface>=0.4.0,<0.5", + "llama-index-core>=0.13.0,<0.14", + "llama-index-llms-huggingface>=0.6.0,<0.7", "optimum[habana]>=1.21.2", "transformers[torch]>=4.37.0,<5", ]
llama-index-integrations/llms/llama-index-llms-gaudi/uv.lock+2424 −2397 modifiedllama-index-integrations/llms/llama-index-llms-gemini/pyproject.toml+2 −2 modified@@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-llms-gemini" -version = "0.5.0" +version = "0.6.0" description = "llama-index llms gemini integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -35,7 +35,7 @@ license = "MIT" dependencies = [ "pillow>=10.2.0,<11", "google-generativeai>=0.5.2", - "llama-index-core>=0.12.12,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-gemini/uv.lock+2204 −2161 modifiedllama-index-integrations/llms/llama-index-llms-gigachat/pyproject.toml+2 −2 modified@@ -27,15 +27,15 @@ dev = [ [project] name = "llama-index-llms-gigachat-ru" -version = "0.3.0" +version = "0.4.0" description = "llama-index llms gigachat integration" authors = [{name = "Pavlin Nikolay", email = "afaneor@gmail.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "gigachat>=0.1.33,<0.2", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-gigachat/uv.lock+2127 −2084 modifiedllama-index-integrations/llms/llama-index-llms-google-genai/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-llms-google-genai" -version = "0.2.6" +version = "0.3.0" description = "llama-index llms google genai integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -36,7 +36,7 @@ license = "MIT" dependencies = [ "pillow>=10.2.0", "google-genai>=1.24.0,<2", - "llama-index-core>=0.12.36,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-google-genai/uv.lock+44 −14 modified@@ -291,7 +291,7 @@ wheels = [ [[package]] name = "banks" -version = "2.1.2" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "deprecated" }, @@ -301,9 +301,9 @@ dependencies = [ { name = "platformdirs" }, { name = "pydantic" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/77/34/2b6697f02ffb68bee50e5fd37d6c64432244d3245603fd62950169dfed7e/banks-2.1.2.tar.gz", hash = "sha256:a0651db9d14b57fa2e115e78f68dbb1b36fe226ad6eef96192542908b1d20c1f", size = 173332, upload-time = "2025-04-20T07:09:21.674Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/f8/25ef24814f77f3fd7f0fd3bd1ef3749e38a9dbd23502fbb53034de49900c/banks-2.2.0.tar.gz", hash = "sha256:d1446280ce6e00301e3e952dd754fd8cee23ff277d29ed160994a84d0d7ffe62", size = 179052, upload-time = "2025-07-18T16:28:26.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/4a/7fdca29d1db62f5f5c3446bf8f668beacdb0b5a8aff4247574ddfddc6bcd/banks-2.1.2-py3-none-any.whl", hash = "sha256:7fba451069f6bea376483b8136a0f29cb1e6883133626d00e077e20a3d102c0e", size = 28064, upload-time = "2025-04-20T07:09:20.201Z" }, + { url = "https://files.pythonhosted.org/packages/b4/d6/f9168956276934162ec8d48232f9920f2985ee45aa7602e3c6b4bc203613/banks-2.2.0-py3-none-any.whl", hash = "sha256:963cd5c85a587b122abde4f4064078def35c50c688c1b9d36f43c92503854e7d", size = 29244, upload-time = "2025-07-18T16:28:27.835Z" }, ] [[package]] @@ -1652,7 +1652,7 @@ wheels = [ [[package]] name = "llama-index-core" -version = "0.12.36" +version = "0.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -1665,16 +1665,19 @@ dependencies = [ { name = "filetype" }, { name = "fsspec" }, { name = "httpx" }, + { name = "llama-index-workflows" }, { name = "nest-asyncio" }, { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "nltk" }, { name = "numpy", version = "2.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "numpy", version = "2.2.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "pillow" }, + { name = "platformdirs" }, { name = "pydantic" }, { name = "pyyaml" }, { name = "requests" }, + { name = "setuptools" }, { name = "sqlalchemy", extra = ["asyncio"] }, { name = "tenacity" }, { name = "tiktoken" }, @@ -1683,14 +1686,27 @@ dependencies = [ { name = "typing-inspect" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2d/d0/8b74add3844fd4eb580b0f3e16294c6521d43134499b0c0c3dd39ca51772/llama_index_core-0.12.36.tar.gz", hash = "sha256:03160629ea1a3da5ed543f0b9fb28c2fcded18702adf2a682a208c1c48e0d0ba", size = 7289129, upload-time = "2025-05-15T04:45:49.4Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1a/0d/29865c82de51c2c1f263a61c267c336d35b14839fded66061a999dba1d40/llama_index_core-0.13.0.tar.gz", hash = "sha256:01fec50d3d807e3c3bc17a62ed1f5b93dad2205cda52f7d0c2d34cc6a6ab2b92", size = 7230599, upload-time = "2025-07-30T17:24:00.398Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f3/27/36a3ad19c8e2e7967ca1c9e469e5205901d2b6d299420e9aba4eafd90d8d/llama_index_core-0.13.0-py3-none-any.whl", hash = "sha256:46c14fc2a26b8f7618c2dd2daf6e430e3f94b1908474baee539f705c9c638348", size = 7573714, upload-time = "2025-07-30T17:23:52.355Z" }, +] + +[[package]] +name = "llama-index-instrumentation" +version = "0.3.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "deprecated" }, + { name = "pydantic" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/08/82/3f8dbca9f69348db4b342952c792f9ef2f822cc8354af2e68b600ac4cf21/llama_index_instrumentation-0.3.1.tar.gz", hash = "sha256:d7c1a9d5e4c2bf9603fc0d3609f939d88c8d61eb803f2c463d61cb62b0dcd0c6", size = 44962, upload-time = "2025-07-30T14:11:15.405Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/97/84/925b6b89ea14e43d2970b7c7e6e96cb8e4bc4904e0666826098c51455630/llama_index_core-0.12.36-py3-none-any.whl", hash = "sha256:17bc5174e4acc2650c1638eda63635c1293660bb6a50743d39979d131c8d8c92", size = 7661728, upload-time = "2025-05-15T04:45:42.496Z" }, + { url = "https://files.pythonhosted.org/packages/49/e6/5eeaf98146e26af28cae36b1eaba7c405246697dfe208f249a4b9f113f0a/llama_index_instrumentation-0.3.1-py3-none-any.whl", hash = "sha256:68527a926ac1db84fe7c4426048c4a7c25fdb71626d465b963d80f05f526124a", size = 14947, upload-time = "2025-07-30T14:11:14.269Z" }, ] [[package]] name = "llama-index-llms-google-genai" -version = "0.2.6" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "google-genai" }, @@ -1725,7 +1741,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "google-genai", specifier = ">=1.24.0,<2" }, - { name = "llama-index-core", specifier = ">=0.12.36,<0.13" }, + { name = "llama-index-core", specifier = ">=0.13.0,<0.14" }, { name = "pillow", specifier = ">=10.2.0" }, ] @@ -1752,6 +1768,20 @@ dev = [ { name = "types-setuptools", specifier = "==67.1.0.0" }, ] +[[package]] +name = "llama-index-workflows" +version = "1.2.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "eval-type-backport", marker = "python_full_version < '3.10'" }, + { name = "llama-index-instrumentation" }, + { name = "pydantic" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/26/9d/9dc7adc10d9976582bf50b074883986cb36b46f2fe45cf60550767300a29/llama_index_workflows-1.2.0.tar.gz", hash = "sha256:f6b19f01a340a1afb1d2fd2285c9dce346e304a3aae519e6103059f5afb2609f", size = 1019113, upload-time = "2025-07-23T18:32:47.86Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/36/c1/5190f102a042d36a6a495de27510c2d6e3aca98f892895bfacdcf9109c1d/llama_index_workflows-1.2.0-py3-none-any.whl", hash = "sha256:5722a7ce137e00361025768789e7e77720cd66f855791050183a3c540b6e5b8c", size = 37463, upload-time = "2025-07-23T18:32:46.294Z" }, +] + [[package]] name = "markupsafe" version = "3.0.2" @@ -2665,17 +2695,17 @@ wheels = [ [[package]] name = "pydantic" -version = "2.11.4" +version = "2.11.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-types" }, { name = "pydantic-core" }, { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz", hash = "sha256:32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d", size = 786540, upload-time = "2025-04-29T20:38:55.02Z" } +sdist = { url = "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz", hash = "sha256:d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db", size = 788350, upload-time = "2025-06-14T08:33:17.137Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e7/12/46b65f3534d099349e38ef6ec98b1a5a81f42536d17e0ba382c28c67ba67/pydantic-2.11.4-py3-none-any.whl", hash = "sha256:d9615eaa9ac5a063471da949c8fc16376a84afb5024688b3ff885693506764eb", size = 443900, upload-time = "2025-04-29T20:38:52.724Z" }, + { url = "https://files.pythonhosted.org/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl", hash = "sha256:dde5df002701f6de26248661f6835bbe296a47bf73990135c7d07ce741b9623b", size = 444782, upload-time = "2025-06-14T08:33:14.905Z" }, ] [[package]] @@ -3376,11 +3406,11 @@ wheels = [ [[package]] name = "setuptools" -version = "80.7.1" +version = "80.9.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz", hash = "sha256:f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552", size = 1319188, upload-time = "2025-05-15T02:41:00.955Z" } +sdist = { url = "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c", size = 1319958, upload-time = "2025-05-27T00:56:51.443Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a1/18/0e835c3a557dc5faffc8f91092f62fc337c1dab1066715842e7a4b318ec4/setuptools-80.7.1-py3-none-any.whl", hash = "sha256:ca5cc1069b85dc23070a6628e6bcecb3292acac802399c7f8edc0100619f9009", size = 1200776, upload-time = "2025-05-15T02:40:58.887Z" }, + { url = "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", size = 1201486, upload-time = "2025-05-27T00:56:49.664Z" }, ] [[package]]
llama-index-integrations/llms/llama-index-llms-groq/pyproject.toml+3 −3 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-groq" -version = "0.3.2" +version = "0.4.0" description = "llama-index llms groq integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-llms-openai-like>=0.4.0,<0.5", - "llama-index-core>=0.12.0,<0.13", + "llama-index-llms-openai-like>=0.5.0,<0.6", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-groq/uv.lock+2234 −2191 modifiedllama-index-integrations/llms/llama-index-llms-huggingface-api/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-huggingface-api" -version = "0.5.0" +version = "0.6.0" description = "llama-index llms huggingface api integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "huggingface-hub>=0.31.0", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-huggingface-api/uv.lock+2125 −2082 modifiedllama-index-integrations/llms/llama-index-llms-huggingface/pyproject.toml+2 −2 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-huggingface" -version = "0.5.0" +version = "0.6.0" description = "llama-index llms huggingface integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ "torch>=2.1.2,<3", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", "transformers[torch]>=4.37.0,<5", ]
llama-index-integrations/llms/llama-index-llms-huggingface/uv.lock+2198 −2155 modifiedllama-index-integrations/llms/llama-index-llms-ibm/pyproject.toml+2 −2 modified@@ -27,7 +27,7 @@ dev = [ [project] name = "llama-index-llms-ibm" -version = "0.4.0" +version = "0.5.0" description = "llama-index llms IBM watsonx.ai integration" authors = [{name = "IBM"}] requires-python = ">=3.10,<3.13" @@ -36,7 +36,7 @@ license = "MIT" dependencies = [ "ibm-watsonx-ai>=1.1.24", "pyarrow", - "llama-index-core>=0.12.0,<0.13", + "llama-index-core>=0.13.0,<0.14", ] [tool.codespell]
llama-index-integrations/llms/llama-index-llms-ibm/uv.lock+1432 −1390 modifiedllama-index-integrations/llms/llama-index-llms-ipex-llm/pyproject.toml+1 −1 modified@@ -25,7 +25,7 @@ dev = [ [project] name = "llama-index-llms-ipex-llm" -version = "0.3.1" +version = "0.4.0" description = "llama-index llms ipex-llm integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.10,<3.12"
llama-index-integrations/llms/llama-index-llms-keywordsai/pyproject.toml+4 −4 modified@@ -26,15 +26,15 @@ dev = [ [project] name = "llama-index-llms-keywordsai" -version = "1.0.1" +version = "1.1.0" description = "llama-index llms keywordsai integration" authors = [{name = "llama-index"}] -requires-python = ">=3.8.1,<4.0" +requires-python = ">=3.9,<4.0" readme = "README.md" license = "MIT" dependencies = [ - "llama-index-core>=0.11.7,<0.13", - "llama-index-llms-openai>=0.4.0,<0.5", + "llama-index-core>=0.13,<0.14", + "llama-index-llms-openai>=0.5.0,<0.6", ] [tool.codespell]
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
4News mentions
0No linked articles in our index yet.