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 11 updates #459

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on pydantic, protobuf, chromadb, graphrag-sdk, llama-index, llama-index-graph-stores-neo4j, llama-index-core, litellm, pydantic-ai, mypy and uv to permit the latest version.
Updates pydantic from 1.10.9 to 2.10.5

Release notes

Sourced from pydantic's releases.

v2.10.5 2024-12-18

v2.10.5 (2025-01-08)

What's Changed

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
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

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

v2.10.2 2024-11-26

What's Changed

Fixes

  • Only evaluate FieldInfo annotations if required during schema building by @​Viicos in #10769

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.5 (2025-01-08)

GitHub release

What's Changed

v2.10.4 (2024-12-18)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.3 (2024-12-03)

GitHub release

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
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

... (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.2

Release notes

Sourced from chromadb's releases.

0.6.2

Version: 0.6.2 Git ref: refs/tags/0.6.2 Build Date: 2025-01-07T06:46 PIP Package: chroma-0.6.2.tar.gz Github Container Registry Image: ghcr.io/chroma-core/chroma:0.6.2 DockerHub Image: chromadb/chroma:0.6.2

What's Changed

New Contributors

Full Changelog: chroma-core/chroma@0.6.1...0.6.2

0.6.1

Version: 0.6.1 Git ref: refs/tags/0.6.1 Build Date: 2025-01-03T05:18 PIP Package: chroma-0.6.1.tar.gz Github Container Registry Image: ghcr.io/chroma-core/chroma:0.6.1 DockerHub Image: chromadb/chroma:0.6.1

What's Changed

... (truncated)

Commits
  • 312369f [RELEASE] 0.6.2 (#3413)
  • 5f42719 [DOC]: Fix anchors in links to docs.trychroma.com (#3411)
  • df4fea1 [CLN]: remove offset ID atomic from record segment reader (#3371)
  • e916633 [PERF]: pipeline segment committing/flushing (#3360)
  • d9de2b7 [ENH] Clean up the errors reported by chroma-load. (#3412)
  • 088e4cc [ENH] Voyage Integration (#3404)
  • d333745 [DOC] Add anchor to 'Language Clients' in our homepage (#3408)
  • 74f7ed1 Revert "[BUG] Try bumping opentelemetry reqs for Python. (#3403)" (#3406)
  • 39c0e42 [BUG] Try bumping opentelemetry reqs for Python. (#3403)
  • 424752d [CLN] Change features = {} to features {} in deployments/azure/main.tf (#3355)
  • Additional commits viewable in compare view

Updates graphrag-sdk from 0.3.3 to 0.4.1

Release notes

Sourced from graphrag-sdk's releases.

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.5 to 0.12.10

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.10]

  • remove asserts from schema llm extractor (#17425)
  • feat: support typing.Annotated for adding parameter descriptions in FunctionTools (#17411)
  • Guess image_mimetype for ImageNode (#17422)

llama-index-embeddings-nvidia [0.3.1]

  • NVIDIA Support for v2 Embedding & Reranking NIMs #(17410)

llama-index-embeddings-openvino [0.5.1]

  • update deps of OpenVINO packages (#17419)

llama-index-multi-modal-llms-openai [0.4.2]

  • Add support for gpt-4o-2024-08-06 to multi modal llms (#17405)

llama-index-packs-raptor [0.3.1]

  • Fix for llama_index.packs.raptor tree_traversal retrieval (#17406)

llama-index-postprocessor-openvino-rerank [0.4.1]

  • update deps of OpenVINO packages (#17419)

llama-index-readers-file [0.4.2]

  • Remove MarkdownReader from the default loaders in SimpleDirectoryReader (#17412)

llama-index-core [0.12.9]

  • clean up type hints in schema extractor (#17394)
  • Fix IndexError in LLM Reranking when handling malformed LLM responses (#17353)

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

  • Fix Regression on Tools use for Bedrock Converse (#17364)

llama-index-llms-sagemaker-endpoint [0.3.1]

  • Pass aws_region_name to get_aws_service_client() in SageMakerLLM (#12000)

llama-index-postprocessor-voyageai-rerank [0.3.2]

  • VoyageAIRerank constructor fix for truncation (#17343)

llama-index-readers-gitlab [0.3.1]

  • Fix: Properly add blob documents from Gitlab Repo (#17392)

... (truncated)

Commits

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

Updates llama-index-core from 0.12.5 to 0.12.10.post1

Changelog

Sourced from llama-index-core's changelog.

ChangeLog

[2024-12-31]

llama-index-core [0.12.10]

  • remove asserts from schema llm extractor (#17425)
  • feat: support typing.Annotated for adding parameter descriptions in FunctionTools (#17411)
  • Guess image_mimetype for ImageNode (#17422)

llama-index-embeddings-nvidia [0.3.1]

  • NVIDIA Support for v2 Embedding & Reranking NIMs #(17410)

llama-index-embeddings-openvino [0.5.1]

  • update deps of OpenVINO packages (#17419)

llama-index-multi-modal-llms-openai [0.4.2]

  • Add support for gpt-4o-2024-08-06 to multi modal llms (#17405)

llama-index-packs-raptor [0.3.1]

  • Fix for llama_index.packs.raptor tree_traversal retrieval (#17406)

llama-index-postprocessor-openvino-rerank [0.4.1]

  • update deps of OpenVINO packages (#17419)

llama-index-readers-file [0.4.2]

  • Remove MarkdownReader from the default loaders in SimpleDirectoryReader (#17412)

llama-index-core [0.12.9]

  • clean up type hints in schema extractor (#17394)
  • Fix IndexError in LLM Reranking when handling malformed LLM responses (#17353)

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

  • Fix Regression on Tools use for Bedrock Converse (#17364)

llama-index-llms-sagemaker-endpoint [0.3.1]

  • Pass aws_region_name to get_aws_service_client() in SageMakerLLM (#12000)

llama-index-postprocessor-voyageai-rerank [0.3.2]

  • VoyageAIRerank constructor fix for truncation (#17343)

... (truncated)

Commits

Updates litellm to 1.58.0

Release notes

Sourced from litellm's releases.

v1.58.0

What's Changed

Full Changelog: BerriAI/litellm@v1.57.11...v1.58.0

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.58.0

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 240.0 273.2166563012582 6.118315985413586 0.0033451700302972037 1829 1 75.1692759999969 3821.228761000043
Aggregated Passed ✅ 240.0 273.2166563012582 6.118315985413586 0.0033451700302972037 1829 1 75.1692759999969 3821.228761000043
Commits

Updates pydantic-ai from 0.0.13 to 0.0.18

Release notes

Sourced from pydantic-ai's releases.

v0.0.18 2025-01-07

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-ai@v0.0.17...v0.0.18

v0.0.17 2025-01-03

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-ai@v0.0.16...v0.0.17

v0.0.16 2024-12-30

What's Changed

... (truncated)

Commits
  • 6d210c2 prepare for v0.0.18 (#635)
  • fae2371 use uv to download smokeshow in ci
  • ecb537e add "if_no_artifact_found: warn" to smokeshow download
  • cf6e950 add "workflow_conclusion: completed" to smokeshow download
  • a48d462 use newest smokeshow
  • 7920cb9 Prefix all models with provider for consistency (#593)
  • 34ec8a6 Custom result_type on a run (#629)
  • 06eac85 Use --reinstall instead of uninstall/install for docs insiders packages (#627)
  • ae82fa4 Adds dynamic to system_prompt decorator, allowing reevaluation (#560)
  • 421ed97 set UV_FROZEN globally in CI (#626)
  • Additional commits viewable in compare view

Updates mypy from 1.9.0 to 1.14.1

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Performance improvements

Mypy may be 5-30% faster. This improvement comes largely from tuning the performance of the garbage collector.

Contributed by Jukka Lehtosalo (PR 18306).

Drop Support for Python 3.8

Mypy no longer supports running with Python 3.8, which has reached end-of-life. When running mypy with Python 3.9+, it is still possible to type check code that needs to support Python 3.8 with the --python-version 3.8 argument. Support for this will be dropped in the first half of 2025!

Contributed by Marc Mueller (PR 17492).

Mypyc accelerated mypy wheels for aarch64

Mypy can compile itself to C extension modules using mypyc. This makes mypy 3-5x faster than if mypy is interpreted with pure Python. We now build and upload mypyc accelerated mypy wheels for manylinux_aarch64 to PyPI, making it easy for users on such platforms to realise this speedup.

Contributed by Christian Bundy (PR mypy_mypyc-wheels#76)

--strict-bytes

By default, mypy treats an annotation of bytes as permitting bytearray and memoryview. PEP 688 specified the removal of this special case. Use this flag to disable this behavior. --strict-bytes will be enabled by default in mypy 2.0.

Contributed by Ali Hamdan (PR 18137) and Shantanu Jain (PR 13952).

Improvements to reachability analysis and partial type handling in loops

This change results in mypy better modelling control flow within loops and hence detecting several issues it previously did not detect. In some cases, this change may require use of an additional explicit annotation of a variable.

Contributed by Christoph Tyralla (PR 18180, PR).

(Speaking of partial types, another reminder that mypy plans on enabling --local-partial-types by default in mypy 2.0).

... (truncated)

Commits

Updates uv from 0.5.16 to 0.5.18

Release notes

Sourced from uv's releases.

0.5.18

Release Notes

Bug fixes

  • Avoid forking for identical markers (#10490)
  • Avoid panic in uv remove when only comments exist (#10484)
  • Revert "improve shell compatibility of venv activate scripts (#10397)" (#10497)

Install uv 0.5.18

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.18/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.18/uv-installer.ps1 | iex"

Download uv 0.5.18

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 13, 2025
@davorrunje davorrunje self-assigned this Jan 13, 2025
@davorrunje davorrunje self-requested a review January 13, 2025 09:42
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), [litellm](https://github.com/BerriAI/litellm), [pydantic-ai](https://github.com/pydantic/pydantic-ai), [mypy](https://github.com/python/mypy) and [uv](https://github.com/astral-sh/uv) to permit the latest version.

Updates `pydantic` from 1.10.9 to 2.10.5
- [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.5)

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.2
- [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.2)

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

Updates `llama-index` from 0.12.5 to 0.12.10
- [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.5...v0.12.10)

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

Updates `llama-index-core` from 0.12.5 to 0.12.10.post1
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](https://github.com/run-llama/llama_index/commits)

Updates `litellm` to 1.58.0
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v0.1.387...v1.58.0)

Updates `pydantic-ai` from 0.0.13 to 0.0.18
- [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.18)

Updates `mypy` from 1.9.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@1.9.0...v1.14.1)

Updates `uv` from 0.5.16 to 0.5.18
- [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.16...0.5.18)

---
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: 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: mypy
  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]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2025

Superseded by #504.

@dependabot dependabot bot closed this Jan 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/pip-1f91bff97b branch January 15, 2025 14:04
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.

1 participant