Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group across 1 directory with 17 updates #698

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Updates the requirements on pydantic, protobuf, chromadb, graphrag-sdk, llama-index, llama-index-graph-stores-neo4j, llama-index-core, llama-index-readers-web, fastapi, litellm, pydantic-ai, google-genai, nbconvert, pytest-asyncio, ruff, codespell and uv to permit the latest version.
Updates pydantic from 1.10.9 to 2.10.6

Release notes

Sourced from pydantic's releases.

v2.10.6 2025-01-23

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.5...v2.10.6

v2.10.5 2024-12-18

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.4...v2.10.5

v2.10.4 2024-12-18

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.10.3...v2.10.4

v2.10.3 2024-12-03

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.6 (2025-01-23)

GitHub release

What's Changed

Fixes

v2.10.5 (2025-01-08)

GitHub release

What's Changed

Fixes

v2.10.4 (2024-12-18)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.3 (2024-12-03)

... (truncated)

Commits

Updates protobuf from 4.25.3 to 5.29.3

Commits
  • b407e84 Updating version.json and repo version numbers to: 29.3
  • 9a5d2c3 Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default. (...
  • 1dc5842 Fix cmake installation location of java and go features (#19773)
  • 8e7e6b0 Update artifact actions to v4 (#19703)
  • cbdc8ab Merge pull request #19719 from protocolbuffers/29.x-202412181411
  • 5621748 Updating version.json and repo version numbers to: 29.3-dev
  • 2330983 Updating version.json and repo version numbers to: 29.2
  • 1772657 Automated rollback of commit 23aada230b2478c7a07fe7612489eb8e79b9c379. (#19692)
  • 8b9d76c Export environment variables so bazelisk picks them up (#19690)
  • a1c9b6a Pin staleness check to Bazel 7 (#19689)
  • Additional commits viewable in compare view

Updates chromadb from 0.5.3 to 0.6.3

Release notes

Sourced from chromadb's releases.

0.6.3

Version: 0.6.3 Git ref: refs/tags/0.6.3 Build Date: 2025-01-14T22:21 PIP Package: chroma-0.6.3.tar.gz Github Container Registry Image: ghcr.io/chroma-core/chroma:0.6.3 DockerHub Image: chromadb/chroma:0.6.3

What's Changed

New Contributors

... (truncated)

Commits

Updates graphrag-sdk from 0.3.3 to 0.5.0

Release notes

Sourced from graphrag-sdk's releases.

v0.5.0

What's Changed

New Contributors

Full Changelog: FalkorDB/GraphRAG-SDK@v0.4.1...v0.5.0

v0.4.1

What's Changed

Full Changelog: FalkorDB/GraphRAG-SDK@v0.4.0...v0.4.1

v0.4.0

What's Changed

Full Changelog: FalkorDB/GraphRAG-SDK@v0.3.4...v0.4.0

v0.3.4

What's Changed

Full Changelog: FalkorDB/GraphRAG-SDK@v0.3.3...v0.3.4

Commits

Updates llama-index from 0.12.11 to 0.12.14

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.14]

  • Fix agentworkflow handoffs for non-openai llms (#17631)
  • small fixes to the multi-agent workflow demo notebook (#17628)

llama-index-embeddings-bedrock [0.5.0]

  • Implement async bedrock embeddings (#17610)

llama-index-llms-bedrock-converse [0.4.4]

  • Fix prompt stacking in bedrock converse (#17613)

llama-index-llms-deepseek [0.1.0]

  • DeepSeek official API LLM (#17625)

llama-index-readers-google [0.6.0]

  • GoogleDriveReader support file extensions (#17620)

[2025-01-23]

llama-index-core [0.12.13]

  • Fixing header_path bug re: markdown level vs. stack depth in MarkdownNodeParser (#17602)
  • Advanced text to sql sample rows, adding row retrieval for few-shot prompts (#17479)
  • Made the message role of ReAct observation configurable (#17521)
  • fix reconstructing a tool in AgentWorkflow (#17596)
  • support content blocks in chat templates (#17603)
  • Add contextual retrieval support with a new DocumentContextExtractor (#17367)

llama-index-graph-stores-memgraph [0.2.1]

  • Vector index support for Memgraph's integration (#17570)

llama-index-graph-stores-neo4j [0.4.6]

  • Improves connections for neo4j objects and adds some tests (#17562)

llama-index-indices-managed-llama-cloud [0.6.4]

  • Add framework integration for composite retrieval (#17536)

llama-index-llms-langchain [0.5.1]

  • get valid string when streaming (#17566)

llama-index-llms-mistralai [0.3.2]

... (truncated)

Commits

Updates llama-index-graph-stores-neo4j from 0.4.5 to 0.4.6

Updates llama-index-core from 0.12.11 to 0.12.14

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.12.14]

  • Fix agentworkflow handoffs for non-openai llms (#17631)
  • small fixes to the multi-agent workflow demo notebook (#17628)

llama-index-embeddings-bedrock [0.5.0]

  • Implement async bedrock embeddings (#17610)

llama-index-llms-bedrock-converse [0.4.4]

  • Fix prompt stacking in bedrock converse (#17613)

llama-index-llms-deepseek [0.1.0]

  • DeepSeek official API LLM (#17625)

llama-index-readers-google [0.6.0]

  • GoogleDriveReader support file extensions (#17620)

[2025-01-23]

llama-index-core [0.12.13]

  • Fixing header_path bug re: markdown level vs. stack depth in MarkdownNodeParser (#17602)
  • Advanced text to sql sample rows, adding row retrieval for few-shot prompts (#17479)
  • Made the message role of ReAct observation configurable (#17521)
  • fix reconstructing a tool in AgentWorkflow (#17596)
  • support content blocks in chat templates (#17603)
  • Add contextual retrieval support with a new DocumentContextExtractor (#17367)

llama-index-graph-stores-memgraph [0.2.1]

  • Vector index support for Memgraph's integration (#17570)

llama-index-graph-stores-neo4j [0.4.6]

  • Improves connections for neo4j objects and adds some tests (#17562)

llama-index-indices-managed-llama-cloud [0.6.4]

  • Add framework integration for composite retrieval (#17536)

llama-index-llms-langchain [0.5.1]

  • get valid string when streaming (#17566)

llama-index-llms-mistralai [0.3.2]

... (truncated)

Commits

Updates llama-index-readers-web from 0.3.4 to 0.3.5

Updates fastapi from 0.115.6 to 0.115.7

Release notes

Sourced from fastapi's releases.

0.115.7

Upgrades

Refactors

Docs

Translations

... (truncated)

Commits

Updates litellm to 1.59.9

Commits

Updates pydantic-ai from 0.0.13 to 0.0.20

Release notes

Sourced from pydantic-ai's releases.

v0.0.20 2025-01-23

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-ai@v0.0.19...v0.0.20

v0.0.19 2025-01-15

What's Changed

New Contributors

... (truncated)

Commits
  • fc98668 Prep for v0.0.20 release (#756)
  • 2ed3792 Fix an issue with retry counting (#749)
  • d1a7cda Anthropic streaming support (#684)
  • 38e5b16 Add support for user role system prompts o1-preview-2024-09-12 (#754)
  • 5894c38 Support parallel_tool_calls in ModelSettings (

Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [protobuf](https://github.com/protocolbuffers/protobuf), [chromadb](https://github.com/chroma-core/chroma), [graphrag-sdk](https://github.com/FalkorDB/GraphRAG-SDK), [llama-index](https://github.com/run-llama/llama_index), llama-index-graph-stores-neo4j, [llama-index-core](https://github.com/run-llama/llama_index), llama-index-readers-web, [fastapi](https://github.com/fastapi/fastapi), [litellm](https://github.com/BerriAI/litellm), [pydantic-ai](https://github.com/pydantic/pydantic-ai), [google-genai](https://github.com/googleapis/python-genai), [nbconvert](https://github.com/jupyter/nbconvert), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [ruff](https://github.com/astral-sh/ruff), [codespell](https://github.com/codespell-project/codespell) and [uv](https://github.com/astral-sh/uv) to permit the latest version.

Updates `pydantic` from 1.10.9 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.9...v2.10.6)

Updates `protobuf` from 4.25.3 to 5.29.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.25.3...v5.29.3)

Updates `chromadb` from 0.5.3 to 0.6.3
- [Release notes](https://github.com/chroma-core/chroma/releases)
- [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md)
- [Commits](chroma-core/chroma@0.5.3...0.6.3)

Updates `graphrag-sdk` from 0.3.3 to 0.5.0
- [Release notes](https://github.com/FalkorDB/GraphRAG-SDK/releases)
- [Commits](FalkorDB/GraphRAG-SDK@v0.3.3...v0.5.0)

Updates `llama-index` from 0.12.11 to 0.12.14
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.12.11...v0.12.14)

Updates `llama-index-graph-stores-neo4j` from 0.4.5 to 0.4.6

Updates `llama-index-core` from 0.12.11 to 0.12.14
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.12.11...v0.12.14)

Updates `llama-index-readers-web` from 0.3.4 to 0.3.5

Updates `fastapi` from 0.115.6 to 0.115.7
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.6...0.115.7)

Updates `litellm` to 1.59.9
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

Updates `pydantic-ai` from 0.0.13 to 0.0.20
- [Release notes](https://github.com/pydantic/pydantic-ai/releases)
- [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/message-history.md)
- [Commits](pydantic/pydantic-ai@v0.0.13...v0.0.20)

Updates `google-genai` to 0.7.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v0.6.0...v0.7.0)

Updates `nbconvert` from 7.16.5 to 7.16.6
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbconvert@v7.16.5...v7.16.6)

Updates `pytest-asyncio` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3)

Updates `ruff` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.2...0.9.3)

Updates `codespell` from 2.3.0 to 2.4.1
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.3.0...v2.4.1)

Updates `uv` from 0.5.21 to 0.5.25
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.5.21...0.5.25)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: chromadb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: graphrag-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: llama-index
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: llama-index-graph-stores-neo4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: llama-index-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: llama-index-readers-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: litellm
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pydantic-ai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: google-genai
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: nbconvert
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: codespell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: uv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 29, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@davorrunje davorrunje self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants