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 across 1 directory with 12 updates #1327

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 5 days ago

Bumps the dependencies group with 12 updates in the / directory:

Package From To
openai 1.52.2 1.54.3
marshmallow 3.23.0 3.23.1
rich 13.9.3 13.9.4
cohere 5.11.2 5.11.3
anthropic 0.37.1 0.39.0
transformers 4.46.0 4.46.2
boto3 1.35.49 1.35.57
marqo 3.8.1 3.9.1
elevenlabs 1.11.0 1.12.1
qdrant-client 1.12.0 1.12.1
duckduckgo-search 6.3.2 6.3.4
exa-py 1.5.0 1.6.0

Updates openai from 1.52.2 to 1.54.3

Release notes

Sourced from openai's releases.

v1.54.3

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

v1.54.2

1.54.2 (2024-11-06)

Full Changelog: v1.54.1...v1.54.2

Chores

v1.54.1

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

v1.54.0

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

v1.53.1

1.53.1 (2024-11-04)

Full Changelog: v1.53.0...v1.53.1

Bug Fixes

  • don't use dicts as iterables in transform (#1842) (258f265)
  • support json safe serialization for basemodel subclasses (#1844) (2b80c90)

Chores

... (truncated)

Changelog

Sourced from openai's changelog.

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

1.54.2 (2024-11-06)

Full Changelog: v1.54.1...v1.54.2

Chores

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

1.53.1 (2024-11-04)

Full Changelog: v1.53.0...v1.53.1

Bug Fixes

  • don't use dicts as iterables in transform (#1842) (258f265)
  • support json safe serialization for basemodel subclasses (#1844) (2b80c90)

Chores

1.53.0 (2024-10-30)

Full Changelog: v1.52.2...v1.53.0

... (truncated)

Commits


Updates marshmallow from 3.23.0 to 3.23.1

Changelog

Sourced from marshmallow's changelog.

3.23.1 (2024-11-01)


Support:

  • Document absolute parameter of URL field (:pr:2327).
  • Documentation: Remove (outdated) minimum Python 3 minor version in documentation and README (:pr:2323).
Commits
  • 1b1250d Bump version and update changelog
  • 31d67b9 Merge pull request #2328 from marshmallow-code/rm_pytz
  • 77229d1 Remove types-pytz from pre-commit config
  • 91d5c0c Document "absolute" URL field parameter (#2327)
  • 341b927 Update Fern sponsor link
  • d686cd8 Bump autodocsumm from 0.2.13 to 0.2.14 (#2326)
  • 90637c2 Merge pull request #2323 from marshmallow-code/docs_py38
  • 0b4dbe1 Remove min Python 3 minor version in docs and README
  • See full diff in compare view


Updates rich from 13.9.3 to 13.9.4

Release notes

Sourced from rich's releases.

The Faster is Faster release

[13.9.4] - 2024-11-01

Changed

Changelog

Sourced from rich's changelog.

[13.9.4] - 2024-11-01

Changed

Commits


Updates cohere from 5.11.2 to 5.11.3

Updates anthropic from 0.37.1 to 0.39.0

Release notes

Sourced from anthropic's releases.

v0.39.0

0.39.0 (2024-11-04)

Full Changelog: v0.38.0...v0.39.0

⚠ BREAKING CHANGES

  • client: remove legacy client.count_tokens() method (#726)

Features

Bug Fixes

  • don't use dicts as iterables in transform (#724) (62bb863)
  • support json safe serialization for basemodel subclasses (#727) (5be855e)
  • types: add missing token-counting-2024-11-01 (#722) (c549736)

Documentation

  • readme: mention new token counting endpoint (#728) (72a4636)

Refactors

  • client: remove legacy client.count_tokens() method (#726) (14e4244)

v0.38.0

0.38.0 (2024-11-01)

Full Changelog: v0.37.1...v0.38.0

Features

  • api: add message token counting & PDFs support (#721) (e4856dd)

Bug Fixes

  • count_tokens: correctly set beta header (e5b4b54)
  • types: add missing token-counting-2024-11-01 (1897883)

Chores

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.39.0 (2024-11-04)

Full Changelog: v0.38.0...v0.39.0

⚠ BREAKING CHANGES

  • client: remove legacy client.count_tokens() & client.get_tokenizer() methods (#726)
    • This functionality has been replaced by the client.beta.messages.count_tokens() API which supports newer models and all content functionality, such as images and PDFs.

Features

Bug Fixes

  • don't use dicts as iterables in transform (#724) (62bb863)
  • support json safe serialization for basemodel subclasses (#727) (5be855e)
  • types: add missing token-counting-2024-11-01 (#722) (c549736)

Documentation

  • readme: mention new token counting endpoint (#728) (72a4636)

Refactors

  • client: remove legacy client.count_tokens() method (#726) (14e4244)

0.38.0 (2024-11-01)

Full Changelog: v0.37.1...v0.38.0

Features

  • api: add message token counting & PDFs support (#721) (e4856dd)

Bug Fixes

  • count_tokens: correctly set beta header (e5b4b54)
  • types: add missing token-counting-2024-11-01 (1897883)

Chores

... (truncated)

Commits
  • a3c59fc release: 0.39.0
  • 5cf4ea4 feat(api): add new haiku model (#731)
  • a60869a feat(project): drop support for Python 3.7 (#729)
  • 6b47b16 docs(readme): mention new token counting endpoint (#728)
  • 3407630 refactor(client)!: remove legacy client.count_tokens() method (#726)
  • 7ca6923 fix: support json safe serialization for basemodel subclasses (#727)
  • 00bb996 fix: don't use dicts as iterables in transform (#724)
  • c15648a fix(types): add missing token-counting-2024-11-01 (#722)
  • 14afc93 release: 0.38.0
  • 328191a fix(types): add missing token-counting-2024-11-01
  • Additional commits viewable in compare view


Updates transformers from 4.46.0 to 4.46.2

Release notes

Sourced from transformers's releases.

Patch release v4.46.2

Mostly had to finish the gradient accumulation ! Thanks to @​techkang and @​Ryukijano 🤗

Patch release v4.46.1

Patch release v4.4.61

This is mostly for fx and onnx issues!

** Fix regression loading dtype #34409 by @​SunMarc ** LLaVa: latency issues #34460 by @​zucchini-nlp ** Fix pix2struct #34374 by @​IlyasMoutawwakil ** Fix onnx non-exposable inplace aten op #34376 by @​IlyasMoutawwakil ** Fix torch.fx issue related to the new loss_kwargs keyword argument #34380 by @​michaelbenayoun

Commits


Updates boto3 from 1.35.49 to 1.35.57

Commits
  • be729ae Merge branch 'release-1.35.57'
  • 3dbc942 Bumping version to 1.35.57
  • bdfdd00 Add changelog entries from botocore
  • 7376423 Merge branch 'release-1.35.56'
  • 9b22d5a Merge branch 'release-1.35.56' into develop
  • aa17d21 Bumping version to 1.35.56
  • 7d746c6 Add changelog entries from botocore
  • a48a256 Merge branch 'release-1.35.55'
  • 90f444e Merge branch 'release-1.35.55' into develop
  • 66576f6 Bumping version to 1.35.55
  • Additional commits viewable in compare view


Updates marqo from 3.8.1 to 3.9.1

Commits


Updates elevenlabs from 1.11.0 to 1.12.1

Release notes

Sourced from elevenlabs's releases.

1.12.1

What's Changed

Full Changelog: https://github.com/elevenlabs/elevenlabs-python/compare/1.12.0...1.12.1

1.12.0

What's Changed

Full Changelog: https://github.com/elevenlabs/elevenlabs-python/compare/1.11.0...1.12.0

Commits


Updates qdrant-client from 1.12.0 to 1.12.1

Release notes

Sourced from qdrant-client's releases.

v1.12.1

Change Log

Bug Fixes 🐌

Thanks to everyone, who've contributed to this release! @​joein @​hh-space-invader

Commits
  • 931b285 new: update tests qdrant version to 1.12.1
  • e39c7af bump version to 1.12.1
  • c0ff91b fix: fix resolve prefetch input (#816)
  • 689447d fix: fix dbsf on empty responses, add tests (#817)
  • 8ff3619 fix: fix poetry installation in netlify (#819)
  • 8620bb2 fix: Raise if named vector not found in local mode while upsert (#813)
  • 94d3e16 fix: fix docstrings to make sphinx happy (#814)
  • 8051990 fix: fix prefetch conversion, fix local mode query batch points offset, add t...
  • 52593c1 fix: fix default vector distance matrix (#810)
  • See full diff in compare view


Updates duckduckgo-search from 6.3.2 to 6.3.4

Release notes

Sourced from duckduckgo-search's releases.

v6.3.4

Full Changelog: https://github.com/deedy5/duckduckgo_search/compare/v6.3.3...v6.3.4

v6.3.3

Full Changelog: https://github.com/deedy5/duckduckgo_search/compare/v6.3.2...v6.3.3

Commits
  • 9b73864 Bump version to v6.3.4
  • b77cf3b CLI: _download_file: impersonate="chrome_130"
  • 4e0183c CLI: images license parameter - add ShareCommercially
  • 6e4b432 CI: test python 3.9 , 3.13
  • d133204 Bump version to v6.3.3
  • 0ed167b DDGS._impersonates: add "chrome_130"
  • f1055c1 Bump primp version to >=0.6.5
  • See full diff in compare view


Updates exa-py from 1.5.0 to 1.6.0

Commits


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
dependabot[bot] commented 5 days ago

Looks like these dependencies are updatable in another way, so this is no longer needed.