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 dependencies group in /src/templates/langchain with 5 updates #97

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2023

Bumps the dependencies group in /src/templates/langchain with 5 updates:

Package From To
fastapi 0.101.0 0.103.1
transformers 4.31.0 4.33.1
langchain 0.0.262 0.0.284
ruff 0.0.284 0.0.287
pytest 7.4.0 7.4.2

Updates fastapi from 0.101.0 to 0.103.1

Release notes

Sourced from fastapi's releases.

0.103.1

Fixes

  • 📌 Pin AnyIO to < 4.0.0 to handle an incompatibility while upgrading to Starlette 0.31.1. PR #10194 by @​tiangolo.

Docs

Translations

  • 🌐 Remove duplicate line in translation for docs/pt/docs/tutorial/path-params.md. PR #10126 by @​LecoOliveira.
  • 🌐 Add Yoruba translation for docs/yo/docs/index.md. PR #10033 by @​AfolabiOlaoluwa.
  • 🌐 Add Ukrainian translation for docs/uk/docs/python-types.md. PR #10080 by @​rostik1410.
  • 🌐 Add Vietnamese translations for docs/vi/docs/tutorial/first-steps.md and docs/vi/docs/tutorial/index.md. PR #10088 by @​magiskboy.
  • 🌐 Add Ukrainian translation for docs/uk/docs/alternatives.md. PR #10060 by @​whysage.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/index.md. PR #10079 by @​rostik1410.
  • ✏️ Fix typos in docs/en/docs/how-to/separate-openapi-schemas.md and docs/en/docs/tutorial/schema-extra-example.md. PR #10189 by @​xzmeng.
  • 🌐 Add Chinese translation for docs/zh/docs/advanced/generate-clients.md. PR #9883 by @​funny-cat-happy.

Refactors

Internal

0.103.0

Features

Docs

  • 📝 Add note to docs about Separate Input and Output Schemas with FastAPI version. PR #10150 by @​tiangolo.

0.102.0

Features

... (truncated)

Commits
  • bfde8f3 🔖 Release version 0.103.1
  • ce8ee14 📝 Update release notes
  • 118010a 📝 Update release notes
  • 8562cae 📝 Update release notes
  • e1a1a36 📌 Pin AnyIO to < 4.0.0 to handle an incompatibility while upgrading to Starle...
  • c502197 ✏️ Fix validation parameter name in docs, from regex to pattern (#10085)
  • 7f1deda 📝 Update release notes
  • 23511f1 🌐 Remove duplicate line in translation for `docs/pt/docs/tutorial/path-params...
  • 7802454 📝 Update release notes
  • caf0b68 ✏️ Fix indent format in docs/en/docs/deployment/server-workers.md (#10066)
  • Additional commits viewable in compare view

Updates transformers from 4.31.0 to 4.33.1

Release notes

Sourced from transformers's releases.

Falcon, Code Llama, ViTDet, DINO v2, VITS

Falcon

Falcon is a class of causal decoder-only models built by TII. The largest Falcon checkpoints have been trained on >=1T tokens of text, with a particular emphasis on the RefinedWeb corpus. They are made available under the Apache 2.0 license.

Falcon’s architecture is modern and optimized for inference, with multi-query attention and support for efficient attention variants like FlashAttention. Both ‘base’ models trained only as causal language models as well as ‘instruct’ models that have received further fine-tuning are available.

Code Llama

Code Llama, is a family of large language models for code based on Llama 2, providing state-of-the-art performance among open models, infilling capabilities, support for large input contexts, and zero-shot instruction following ability for programming tasks.

ViTDet

ViTDet reuses the ViT model architecture, adapted to object detection.

DINO v2

DINO v2 is the next iteration of the DINO model. It is added as a backbone class, allowing it to be re-used in downstream models.

VITS

VITS (Variational Inference with adversarial learning for end-to-end Text-to-Speech) is an end-to-end speech synthesis model that predicts a speech waveform conditional on an input text sequence. It is a conditional variational autoencoder (VAE) comprised of a posterior encoder, decoder, and conditional prior.

Breaking changes:

  • 🚨🚨🚨 [Refactor] Move third-party related utility files into integrations/ folder 🚨🚨🚨 by @​younesbelkada in #25599

Moves all third party libs (outside HF ecosystem) related utility files inside integrations/ instead of having them in transformers directly.

In order to get the previous usage you should be changing your call to the following:

- from transformers.deepspeed import HfDeepSpeedConfig
+ from transformers.integrations import HfDeepSpeedConfig

Bugfixes and improvements

... (truncated)

Commits

Updates langchain from 0.0.262 to 0.0.284

Release notes

Sourced from langchain's releases.

v0.0.284

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.0.283...v0.0.284

v0.0.283

What's Changed

... (truncated)

Commits

Updates ruff from 0.0.284 to 0.0.287

Release notes

Sourced from ruff's releases.

v0.0.287

What's Changed

Rules

Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.286...v0.0.287

v0.0.286

What's Changed

New Rules

Settings

Bug Fixes

... (truncated)

Commits
  • 2f3a950 Bump version to 0.0.287 (#7038)
  • dea6553 Fix placement for comments within f-strings concatenations (#7047)
  • fbc9b5a Bump cloudflare/wrangler-action from 3.1.0 to 3.1.1 (#7045)
  • 253a241 Add dependabot for cargo dependencies (#7034)
  • 33806b8 Fixed panic in missing_copyright_notice (#7029)
  • afcd00d Create ruff_notebook crate (#7039)
  • 08e2467 Refactor ruff_cli's run method to return on each branch (#7040)
  • 0489bbc Match Black's formatting of trailing comments containing NBSP (#7030)
  • 60132da Add a NotebookError type to avoid returning Diagnostics on error (#7035)
  • 17a44c0 Exclude pragma comments from measured line width (#7008)
  • Additional commits viewable in compare view

Updates pytest from 7.4.0 to 7.4.2

Release notes

Sourced from pytest's releases.

pytest 7.4.2 (2023-09-07)

Bug Fixes

  • #11237: Fix doctest collection of functools.cached_property objects.

  • #11306: Fixed bug using --importmode=importlib which would cause package __init__.py files to be imported more than once in some cases.

  • #11367: Fixed bug where user_properties where not being saved in the JUnit XML file if a fixture failed during teardown.

  • #11394: Fixed crash when parsing long command line arguments that might be interpreted as files.

Improved Documentation

  • #11391: Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.

pytest 7.4.1 (2023-09-02)

Bug Fixes

  • #10337: Fixed bug where fake intermediate modules generated by --import-mode=importlib would not include the child modules as attributes of the parent modules.

  • #10702: Fixed error assertion handling in pytest.approx when None is an expected or received value when comparing dictionaries.

  • #10811: Fixed issue when using --import-mode=importlib together with --doctest-modules that caused modules to be imported more than once, causing problems with modules that have import side effects.

Commits
  • 45f34df Prepare release version 7.4.2
  • e4f022f Merge pull request #11406 from nicoddemus/backport-11404-to-7.4.x
  • 63b0c6f Use _pytest.pathlib.safe_exists in get_dirs_from_args
  • 884b911 Fix crash when passing a very long cmdline argument (#11404)
  • 6e49a74 [7.4.x] Fix doctest collection of functools.cached_property objects. (#11403)
  • 79c2012 [7.4.x] doc: Remove done training (#11400)
  • de69883 [7.4.x] improve plugin list disclaimer (#11398)
  • 1de00e9 [7.4.x] Fix import_path for packages (#11395)
  • 7f5d9b9 Fix user_properties not saved to XML if fixture errors during teardown (#11382)
  • 82eb86f Merge pull request #11377 from pytest-dev/release-7.4.1
  • Additional commits viewable 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /src/templates/langchain with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.101.0` | `0.103.1` |
| [transformers](https://github.com/huggingface/transformers) | `4.31.0` | `4.33.1` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.0.262` | `0.0.284` |
| [ruff](https://github.com/astral-sh/ruff) | `0.0.284` | `0.0.287` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `7.4.2` |


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

Updates `transformers` from 4.31.0 to 4.33.1
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.31.0...v4.33.1)

Updates `langchain` from 0.0.262 to 0.0.284
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@v0.0.262...v0.0.284)

Updates `ruff` from 0.0.284 to 0.0.287
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.284...v0.0.287)

Updates `pytest` from 7.4.0 to 7.4.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...7.4.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2023

Superseded by #99.

@dependabot dependabot bot closed this Sep 8, 2023
@dependabot dependabot bot deleted the dependabot/pip/src/templates/langchain/dependencies-67bcd8f9f8 branch September 8, 2023 21:23
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.

0 participants