YeonwooSung / MLOps

Miscellaneous codes and writings for MLOps
GNU General Public License v3.0
11 stars 1 forks source link

build(deps): bump the pip group across 8 directories with 4 updates #46

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the pip group with 2 updates in the /AWS/bedrock/multimodal/rag directory: langchain and pillow. Bumps the pip group with 3 updates in the /AWS/bedrock/rag-solutions/rag-foundations-workshop directory: langchain, llama-index and pillow. Bumps the pip group with 2 updates in the /LLM/llama_index/samples/llama-index-milvus-example directory: aiohttp and pillow. Bumps the pip group with 1 update in the /ml-serving/custom-serving/fastapi/ray/ray_distilbert directory: aiohttp. Bumps the pip group with 2 updates in the /ml-serving/custom-serving/fastapi/ray/ray_stablediffusion directory: aiohttp and pillow. Bumps the pip group with 2 updates in the /ml-serving/custom-serving/fastapi/ray/ray_yolov5s directory: aiohttp and pillow. Bumps the pip group with 1 update in the /model-vcs/mlflow/simple_mlflow_fastapi_k8s directory: pillow. Bumps the pip group with 1 update in the /model-vcs/mlflow/sklearn_mlflow directory: pillow.

Updates langchain from 0.0.340 to 0.1.5

Release notes

Sourced from langchain's releases.

v0.1.5

What's Changed

... (truncated)

Commits


Updates pillow from 10.1.0 to 10.2.0

Release notes

Sourced from pillow's releases.

10.2.0

https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

10.2.0 (2024-01-02)

  • Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [bgilbert, radarhere]

  • Trim glyph size in ImageFont.getmask() #7669, #7672 [radarhere, nulano]

  • Deprecate IptcImagePlugin helpers #7664 [nulano, hugovk, radarhere]

  • Allow uncompressed TIFF images to be saved in chunks #7650 [radarhere]

  • Concatenate multiple JPEG EXIF markers #7496 [radarhere]

  • Changed IPTC tile tuple to match other plugins #7661 [radarhere]

  • Do not assign new fp attribute when exiting context manager #7566 [radarhere]

  • Support arbitrary masks for uncompressed RGB DDS images #7589 [radarhere, akx]

  • Support setting ROWSPERSTRIP tag #7654 [radarhere]

  • Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() #7662 [radarhere]

  • Optimise ImageColor using functools.lru_cache #7657 [hugovk]

  • Restricted environment keys for ImageMath.eval() #7655 [wiredfool, radarhere]

  • Optimise ImageMode.getmode using functools.lru_cache #7641 [hugovk, radarhere]

  • Fix incorrect color blending for overlapping glyphs #7497 [ZachNagengast, nulano, radarhere]

  • Attempt memory mapping when tile args is a string #7565 [radarhere]

  • Fill identical pixels with transparency in subsequent frames when saving GIF #7568 [radarhere]

... (truncated)

Commits
  • 6956d0b 10.2.0 version bump
  • 31c8dac Merge pull request #7675 from python-pillow/pre-commit-ci-update-config
  • 40a3f91 Merge pull request #7674 from nulano/url-example
  • cb41b0c [pre-commit.ci] pre-commit autoupdate
  • de62b25 fix image url in "Reading from URL" example
  • 7c526a6 Update CHANGES.rst [ci skip]
  • d93a5ad Merge pull request #7553 from bgilbert/jpeg-rgb
  • aed764f Update CHANGES.rst [ci skip]
  • f8df530 Merge pull request #7672 from nulano/imagefont-negative-crop
  • 24e9485 Merge pull request #7671 from radarhere/imagetransform
  • Additional commits viewable in compare view


Updates langchain from 0.0.323 to 0.0.329

Release notes

Sourced from langchain's releases.

v0.1.5

What's Changed

... (truncated)

Commits


Updates llama-index from 0.9.36 to 0.9.42.post2

Changelog

Sourced from llama-index's changelog.

ChangeLog

[0.9.42.post1] - 2024-02-02

New Features

  • Add Async support for Base nodes parser (#10418)

[0.9.42] - 2024-02-02

New Features

  • Add support for gpt-3.5-turbo-0125 (#10412)
  • Added create-llama support to rag cli (#10405)

Bug Fixes / Nits

  • Fixed minor bugs in lance-db vector store (#10404)
  • Fixed streaming bug in ollama (#10407)

[0.9.41] - 2024-02-01

New Features

  • Nomic Embedding (#10388)
  • Dashvector support sparse vector (#10386)
  • Table QA with MarkDownParser and Benchmarking (#10382)
  • Simple web page reader (#10395)

Bug Fixes / Nits

  • fix full node content in KeywordExtractor (#10398)

[0.9.40] - 2024-01-30

New Features

  • Improve and fix bugs for MarkdownElementNodeParser (#10340)
  • Fixed and improve Perplexity support for new models (#10319)
  • Ensure system_prompt is passed to Perplexity LLM (#10326)
  • Extended BaseRetrievalEvaluator to include an optional PostProcessor (#10321)

[0.9.39] - 2024-01-26

New Features

  • Support for new GPT Turbo Models (#10291)
  • Support Multiple docs for Sentence Transformer Fine tuning(#10297)

Bug Fixes / Nits

... (truncated)

Commits


Updates pillow from 9.4.0 to 10.2.0

Release notes

Sourced from pillow's releases.

10.2.0

https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

10.2.0 (2024-01-02)

  • Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [bgilbert, radarhere]

  • Trim glyph size in ImageFont.getmask() #7669, #7672 [radarhere, nulano]

  • Deprecate IptcImagePlugin helpers #7664 [nulano, hugovk, radarhere]

  • Allow uncompressed TIFF images to be saved in chunks #7650 [radarhere]

  • Concatenate multiple JPEG EXIF markers #7496 [radarhere]

  • Changed IPTC tile tuple to match other plugins #7661 [radarhere]

  • Do not assign new fp attribute when exiting context manager #7566 [radarhere]

  • Support arbitrary masks for uncompressed RGB DDS images #7589 [radarhere, akx]

  • Support setting ROWSPERSTRIP tag #7654 [radarhere]

  • Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() #7662 [radarhere]

  • Optimise ImageColor using functools.lru_cache #7657 [hugovk]

  • Restricted environment keys for ImageMath.eval() #7655 [wiredfool, radarhere]

  • Optimise ImageMode.getmode using functools.lru_cache #7641 [hugovk, radarhere]

  • Fix incorrect color blending for overlapping glyphs #7497 [ZachNagengast, nulano, radarhere]

  • Attempt memory mapping when tile args is a string #7565 [radarhere]

  • Fill identical pixels with transparency in subsequent frames when saving GIF #7568 [radarhere]

... (truncated)

Commits
  • 6956d0b 10.2.0 version bump
  • 31c8dac Merge pull request #7675 from python-pillow/pre-commit-ci-update-config
  • 40a3f91 Merge pull request #7674 from nulano/url-example
  • cb41b0c [pre-commit.ci] pre-commit autoupdate
  • de62b25 fix image url... _Description has been truncated_