Skip to content

Update dependencies - #526

Merged
KaQuMiQ merged 1 commit into
mainfrom
feature/deps
Sep 3, 2026
Merged

Update dependencies#526
KaQuMiQ merged 1 commit into
mainfrom
feature/deps

Conversation

@KaQuMiQ

@KaQuMiQ KaQuMiQ commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 193 files, which is 93 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Team

Run ID: 53391fe4-cc49-46e8-a93c-71a98da94cf2

📥 Commits

Reviewing files that changed from the base of the PR and between 689791d and fc9db9b.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (193)
  • AGENTS.md
  • README.md
  • docs/cookbooks/BasicDataExtraction.md
  • docs/cookbooks/BasicMCP.md
  • docs/cookbooks/BasicRAG.md
  • docs/getting-started/first-steps.md
  • docs/getting-started/index.md
  • docs/getting-started/installation.md
  • docs/getting-started/multimodal-data.md
  • docs/getting-started/printing-data.md
  • docs/getting-started/quickstart.md
  • docs/guides/AdvancedState.md
  • docs/guides/Agents.md
  • docs/guides/BasicConversation.md
  • docs/guides/BasicEvaluation.md
  • docs/guides/BasicModelGeneration.md
  • docs/guides/BasicStageUsage.md
  • docs/guides/BasicStepUsage.md
  • docs/guides/BasicToolsUse.md
  • docs/guides/BasicUsage.md
  • docs/guides/Basics.md
  • docs/guides/ComprehensiveEvaluation.md
  • docs/guides/EvaluatorCatalog.md
  • docs/guides/MultimodalContent.md
  • docs/guides/Postgres.md
  • docs/guides/Qdrant.md
  • docs/guides/Skills.md
  • docs/guides/Templates.md
  • docs/index.md
  • llms.txt
  • mkdocs.yml
  • pyproject.toml
  • src/draive/__init__.py
  • src/draive/agents/agent.py
  • src/draive/agents/group.py
  • src/draive/agents/types.py
  • src/draive/anthropic/api.py
  • src/draive/anthropic/client.py
  • src/draive/anthropic/config.py
  • src/draive/anthropic/messages.py
  • src/draive/anthropic/utils.py
  • src/draive/aws/api.py
  • src/draive/aws/client.py
  • src/draive/aws/cloudwatch.py
  • src/draive/aws/observability.py
  • src/draive/aws/s3.py
  • src/draive/aws/sqs.py
  • src/draive/aws/state.py
  • src/draive/bedrock/api.py
  • src/draive/bedrock/client.py
  • src/draive/bedrock/config.py
  • src/draive/bedrock/converse.py
  • src/draive/bedrock/guardrails.py
  • src/draive/bedrock/models.py
  • src/draive/cohere/api.py
  • src/draive/cohere/bedrock.py
  • src/draive/cohere/client.py
  • src/draive/cohere/embedding.py
  • src/draive/conversation/completion/default.py
  • src/draive/conversation/completion/state.py
  • src/draive/conversation/realtime/default.py
  • src/draive/conversation/types.py
  • src/draive/evaluation/evaluation.py
  • src/draive/evaluation/evaluator.py
  • src/draive/evaluation/suite.py
  • src/draive/evaluators/similarity.py
  • src/draive/fastapi/__init__.py
  • src/draive/gemini/api.py
  • src/draive/gemini/client.py
  • src/draive/gemini/config.py
  • src/draive/gemini/content.py
  • src/draive/gemini/embedding.py
  • src/draive/gemini/generating.py
  • src/draive/gemini/live.py
  • src/draive/gemini/utils.py
  • src/draive/generation/model/default.py
  • src/draive/generation/model/state.py
  • src/draive/helpers/evaluation_case_generation.py
  • src/draive/helpers/instruction_preparation.py
  • src/draive/helpers/instruction_refinement.py
  • src/draive/helpers/volatile_vector_index.py
  • src/draive/mcp/__init__.py
  • src/draive/mcp/client.py
  • src/draive/mcp/server.py
  • src/draive/mistral/__init__.py
  • src/draive/mistral/api.py
  • src/draive/mistral/completions.py
  • src/draive/mistral/config.py
  • src/draive/mistral/embedding.py
  • src/draive/mistral/moderation.py
  • src/draive/mistral/utils.py
  • src/draive/models/__init__.py
  • src/draive/models/generative.py
  • src/draive/models/metrics.py
  • src/draive/models/types.py
  • src/draive/multimodal/artifact.py
  • src/draive/multimodal/templates/repository.py
  • src/draive/multimodal/templates/variables.py
  • src/draive/ollama/api.py
  • src/draive/ollama/chat.py
  • src/draive/ollama/config.py
  • src/draive/ollama/embedding.py
  • src/draive/openai/api.py
  • src/draive/openai/config.py
  • src/draive/openai/embedding.py
  • src/draive/openai/images.py
  • src/draive/openai/moderation.py
  • src/draive/openai/realtime.py
  • src/draive/openai/responses.py
  • src/draive/postgres/__init__.py
  • src/draive/postgres/conversation_memory.py
  • src/draive/postgres/templates.py
  • src/draive/postgres/vector_index.py
  • src/draive/qdrant/filters.py
  • src/draive/qdrant/index.py
  • src/draive/qdrant/search.py
  • src/draive/qdrant/session.py
  • src/draive/qdrant/store.py
  • src/draive/qdrant/utils.py
  • src/draive/resources/template.py
  • src/draive/starlette/__init__.py
  • src/draive/steps/step.py
  • src/draive/steps/types.py
  • src/draive/surreal/connection.py
  • src/draive/surreal/conversation_memory.py
  • src/draive/surreal/filters.py
  • src/draive/surreal/schema.py
  • src/draive/surreal/state.py
  • src/draive/surreal/templates.py
  • src/draive/surreal/types.py
  • src/draive/surreal/utils.py
  • src/draive/surreal/vector.py
  • src/draive/tools/function.py
  • src/draive/tools/toolbox.py
  • src/draive/tools/types.py
  • src/draive/utils/__init__.py
  • src/draive/utils/attributes.py
  • src/draive/utils/event.py
  • src/draive/utils/schema.py
  • src/draive/vllm/api.py
  • src/draive/vllm/client.py
  • src/draive/vllm/embedding.py
  • src/draive/vllm/messages.py
  • tests/ollama/test_chat.py
  • tests/test_anthropic_bedrock_client.py
  • tests/test_anthropic_messages.py
  • tests/test_anthropic_stop_reasons.py
  • tests/test_aws_cloudwatch_metrics.py
  • tests/test_bedrock_converse_stream.py
  • tests/test_bedrock_converse_tool_spec.py
  • tests/test_cohere_bedrock_embed.py
  • tests/test_cohere_image_embedding.py
  • tests/test_evaluation_suite_serialization.py
  • tests/test_gemini_generating.py
  • tests/test_gemini_live.py
  • tests/test_helpers.py
  • tests/test_mcp_client_lifecycle.py
  • tests/test_mcp_pagination.py
  • tests/test_mcp_resource_content.py
  • tests/test_mcp_server_capabilities.py
  • tests/test_mcp_server_schema.py
  • tests/test_mcp_tools.py
  • tests/test_model_generation_decoding.py
  • tests/test_multi_turn_tools.py
  • tests/test_multimodal_template_variables.py
  • tests/test_multimodal_templates_repository.py
  • tests/test_openai_moderation.py
  • tests/test_openai_realtime.py
  • tests/test_openai_responses_context.py
  • tests/test_openai_responses_termination.py
  • tests/test_postgres_vector_index_filters.py
  • tests/test_postgres_vector_index_search.py
  • tests/test_provider_client_defaults.py
  • tests/test_provider_context_fidelity.py
  • tests/test_provider_output_selection.py
  • tests/test_provider_streaming_regressions.py
  • tests/test_qdrant_index.py
  • tests/test_resource_template_resolve.py
  • tests/test_schema.py
  • tests/test_specification.py
  • tests/test_step.py
  • tests/test_stream_release.py
  • tests/test_strict_schema.py
  • tests/test_surreal_conversation_memory.py
  • tests/test_surreal_embedded_queries.py
  • tests/test_surreal_templates.py
  • tests/test_surreal_transactions.py
  • tests/test_surreal_values.py
  • tests/test_surreal_vector_index.py
  • tests/test_surrealdb_conversation_memory.py
  • tests/test_surrealdb_state.py
  • tests/test_surrealdb_templates.py
  • tests/test_vllm_messages.py

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@KaQuMiQ
KaQuMiQ force-pushed the feature/deps branch 9 times, most recently from d70bf63 to a708442 Compare September 3, 2026 08:33
@KaQuMiQ
KaQuMiQ merged commit 4f3cf00 into main Sep 3, 2026
3 checks passed
@KaQuMiQ
KaQuMiQ deleted the feature/deps branch September 3, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant