griptape-ai / griptape

Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
https://www.griptape.ai
Apache License 2.0
2.02k stars 170 forks source link

Bump the dependencies group with 4 updates #1156

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group with 4 updates: openai, boto3, ollama and accelerate.

Updates openai from 1.43.0 to 1.44.0

Release notes

Sourced from openai's releases.

v1.44.0

1.44.0 (2024-09-06)

Full Changelog: v1.43.1...v1.44.0

Features

  • vector store: improve chunking strategy type names (#1690) (e82cd85)

v1.43.1

1.43.1 (2024-09-05)

Full Changelog: v1.43.0...v1.43.1

Chores

Changelog

Sourced from openai's changelog.

1.44.0 (2024-09-06)

Full Changelog: v1.43.1...v1.44.0

Features

  • vector store: improve chunking strategy type names (#1690) (e82cd85)

1.43.1 (2024-09-05)

Full Changelog: v1.43.0...v1.43.1

Chores

Commits


Updates boto3 from 1.35.12 to 1.35.14

Commits
  • 56b9ad1 Merge branch 'release-1.35.14'
  • 75a565a Bumping version to 1.35.14
  • c30612f Add changelog entries from botocore
  • 18a61dc Merge branch 'release-1.35.13'
  • 31a8a3d Merge branch 'release-1.35.13' into develop
  • cea4f05 Bumping version to 1.35.13
  • 1ad12c8 Add changelog entries from botocore
  • 4c11601 Merge branch 'release-1.35.12' into develop
  • See full diff in compare view


Updates ollama from 0.3.2 to 0.3.3

Release notes

Sourced from ollama's releases.

v0.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/ollama/ollama-python/compare/v0.3.2...v0.3.3

Commits
  • 89e8b74 Merge pull request #267 from ollama/dependabot/pip/ruff-0.6.3
  • 81edab1 _stream in async client raises RuntimeError processing HTTP errors (#266)
  • 5f51129 Bump ruff from 0.6.2 to 0.6.3
  • See full diff in compare view


Updates accelerate from 0.34.0 to 0.34.2

Release notes

Sourced from accelerate's releases.

v0.34.1 Patchfix

Bug fixes

  • Fixes an issue where processed DataLoaders could no longer be pickled in #3074 thanks to @​byi8220
  • Fixes an issue when using FSDP where default_transformers_cls_names_to_wrap would separate _no_split_modules by characters instead of keeping it as a list of layer names in #3075

Full Changelog: https://github.com/huggingface/accelerate/compare/v0.34.0...v0.34.1

Commits
  • c61f41c Release: v0.34.2
  • beb4378 Release: v0.34.1
  • e13bef2 Allow DataLoaderAdapter subclasses to be pickled by implementing __reduce__...
  • 73a1531 Fix FSDP auto_wrap using characters instead of full str for layers (#3075)
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions