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 python-packages group with 7 updates #19

Merged
merged 2 commits into from
Feb 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the python-packages group with 7 updates:

Package From To
pygls 1.2.1 1.3.0
lsprotocol 2023.0.0 2023.0.1
gitpython 3.1.40 3.1.41
torch 2.1.2 2.2.0
openai 1.6.1 1.10.0
transformers 4.36.2 4.37.2
pytest 7.4.4 8.0.0

Updates pygls from 1.2.1 to 1.3.0

Release notes

Sourced from pygls's releases.

v1.3.0

What's Changed

Full Changelog: openlawlibrary/pygls@v1.2.1...v1.3.0

Changelog

Sourced from pygls's changelog.

[1.3.0] - 2024-01-29

More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.3.0

Bug Fixes

  • Add missing value to pygls.trace.server

CI

  • Don't let Pyodide test fail the whole build
  • Don't trigger CI on both push and pull_request

Features

  • Drop Python 3.7 support
  • Update dependencies to latest(ish)
  • Enable debugging of servers in the playground

Miscellaneous Tasks

  • Update CHANGELOG.md
  • Update CONTRIBUTORS.md
  • Cattrs is a direct dependency
  • Update pytest-asyncio
  • Add pytest-lsp and lsp-devtools to Implementations.md
  • Update lsprotocol to 2023.0.1

Build

  • V1.3.0
Commits
  • 9057341 build: v1.3.0
  • d3a1421 chore: update lsprotocol to 2023.0.1
  • d83e090 feat: enable debugging of servers in the playground
  • 974d34e fix: add missing value to pygls.trace.server
  • ab732f9 chore: add pytest-lsp and lsp-devtools to Implementations.md
  • 936e653 chore: update pytest-asyncio
  • 5811a6c chore: cattrs is a direct dependency
  • 53093c1 feat: update dependencies to latest(ish)
  • 430d91e feat: drop Python 3.7 support
  • 0dc42fe ci: don't trigger CI on both push and pull_request
  • Additional commits viewable in compare view

Updates lsprotocol from 2023.0.0 to 2023.0.1

Release notes

Sourced from lsprotocol's releases.

2023.0.1

What's Changed

Bug Fixes

New Contributors

Full Changelog: microsoft/lsprotocol@2023.0.0...2023.0.1

Commits

Updates gitpython from 3.1.40 to 3.1.41

Release notes

Sourced from gitpython's releases.

3.1.41 - fix Windows security issue

The details about the Windows security issue can be found in this advisory.

Special thanks go to @​EliahKagan who reported the issue and fixed it in a single stroke, while being responsible for an incredible amount of improvements that he contributed over the last couple of months ❤️.

What's Changed

... (truncated)

Commits
  • f288738 bump patch level
  • ef3192c Merge pull request #1792 from EliahKagan/popen
  • 1f3caa3 Further clarify comment in test_hook_uses_shell_not_from_cwd
  • 3eb7c2a Move safer_popen from git.util to git.cmd
  • c551e91 Extract shared logic for using Popen safely on Windows
  • 15ebb25 Clarify comment in test_hook_uses_shell_not_from_cwd
  • f44524a Avoid spurious "location may have moved" on Windows
  • a42ea0a Cover absent/no-distro bash.exe in hooks "not from cwd" test
  • 7751436 Extract venv management from test_installation
  • 66ff4c1 Omit CWD in search for bash.exe to run hooks on Windows
  • Additional commits viewable in compare view

Updates torch from 2.1.2 to 2.2.0

Release notes

Sourced from torch's releases.

PyTorch 2.2: FlashAttention-v2, AOTInductor

PyTorch 2.2 Release Notes

  • Highlights
  • Backwards Incompatible Changes
  • Deprecations
  • New Features
  • Improvements
  • Bug fixes
  • Performance
  • Documentation

Highlights

We are excited to announce the release of PyTorch® 2.2! PyTorch 2.2 offers ~2x performance improvements to scaled_dot_product_attention via FlashAttention-v2 integration, as well as AOTInductor, a new ahead-of-time compilation and deployment tool built for non-python server-side deployments.

This release also includes improved torch.compile support for Optimizers, a number of new inductor optimizations, and a new logging mechanism called TORCH_LOGS.

Please note that we are deprecating macOS x86 support, and PyTorch 2.2.x will be the last version that supports macOS x64.

Along with 2.2, we are also releasing a series of updates to the PyTorch domain libraries. More details can be found in the library updates blog.

This release is composed of 3,628 commits and 521 contributors since PyTorch 2.1. We want to sincerely thank our dedicated community for your contributions. As always, we encourage you to try these out and report any issues as we improve 2.2. More information about how to get started with the PyTorch 2-series can be found at our Getting Started page.

Summary:

  • scaled_dot_product_attention (SDPA) now supports FlashAttention-2, yielding around 2x speedups compared to previous versions.
  • PyTorch 2.2 introduces a new ahead-of-time extension of TorchInductor called AOTInductor, designed to compile and deploy PyTorch programs for non-python server-side.
  • torch.distributed supports a new abstraction for initializing and representing ProcessGroups called device_mesh.
  • PyTorch 2.2 ships a standardized, configurable logging mechanism called TORCH_LOGS.
  • A number of torch.compile improvements are included in PyTorch 2.2, including improved support for compiling Optimizers and improved TorchInductor fusion and layout optimizations.
  • Please note that we are deprecating macOS x86 support, and PyTorch 2.2.x will be the last version that supports macOS x64.
  • torch.ao.quantization now offers a prototype torch.export based flow

... (truncated)

Commits

Updates openai from 1.6.1 to 1.10.0

Release notes

Sourced from openai's releases.

v1.10.0

1.10.0 (2024-01-25)

Full Changelog: v1.9.0...v1.10.0

Features

  • api: add text embeddings dimensions param (#1103) (94abfa0)
  • azure: proactively add audio/speech to deployment endpoints (#1099) (fdf8742)
  • client: enable follow redirects by default (#1100) (d325b7c)

Chores

Refactors

v1.9.0

1.9.0 (2024-01-21)

Full Changelog: v1.8.0...v1.9.0

Features

Chores

  • internal: fix typing util function (#1083) (3e60db6)
  • internal: remove redundant client test (#1085) (947974f)
  • internal: share client instances between all tests (#1088) (05cd753)
  • internal: speculative retry-after-ms support (#1086) (36a7576)
  • lazy load raw resource class properties (#1087) (d307127)

v1.8.0

1.8.0 (2024-01-16)

Full Changelog: v1.7.2...v1.8.0

Features

  • client: add support for streaming raw responses (#1072) (0e93c3b)

Bug Fixes

... (truncated)

Changelog

Sourced from openai's changelog.

1.10.0 (2024-01-25)

Full Changelog: v1.9.0...v1.10.0

Features

  • api: add text embeddings dimensions param (#1103) (94abfa0)
  • azure: proactively add audio/speech to deployment endpoints (#1099) (fdf8742)
  • client: enable follow redirects by default (#1100) (d325b7c)

Chores

Refactors

1.9.0 (2024-01-21)

Full Changelog: v1.8.0...v1.9.0

Features

Chores

  • internal: fix typing util function (#1083) (3e60db6)
  • internal: remove redundant client test (#1085) (947974f)
  • internal: share client instances between all tests (#1088) (05cd753)
  • internal: speculative retry-after-ms support (#1086) (36a7576)
  • lazy load raw resource class properties (#1087) (d307127)

1.8.0 (2024-01-16)

Full Changelog: v1.7.2...v1.8.0

Features

  • client: add support for streaming raw responses (#1072) (0e93c3b)

Bug Fixes

  • client: ensure path params are non-empty (#1075) (9a25149)
  • proxy: prevent recursion errors when debugging pycharm (#1076) (3d78798)

... (truncated)

Commits
  • 0c1e58d release: 1.10.0
  • 20d97ef feat(api): add text embeddings dimensions param (#1103)
  • 62cd463 feat(client): enable follow redirects by default (#1100)
  • f66d33e feat(azure): proactively add audio/speech to deployment endpoints (#1099)
  • dd808c0 refactor: remove unnecessary builtin import (#1094)
  • ad87ea4 chore(internal): add internal helpers (#1092)
  • 15488ce release: 1.9.0
  • 7f18183 feat(api): add usage to runs and run steps (#1090)
  • 98d779f chore(internal): share client instances between all tests (#1088)
  • c484e0c chore: lazy load raw resource class properties (#1087)
  • Additional commits viewable in compare view

Updates transformers from 4.36.2 to 4.37.2

Release notes

Sourced from transformers's releases.

Patch release v4.37.2

Selection of fixes

  • Protecting the imports for SigLIP's tokenizer if sentencepiece isn't installed
  • Fix permissions issue on windows machines when using trainer in multi-node setup
  • Allow disabling safe serialization when using Trainer. Needed for Neuron SDK
  • Fix error when loading processor from cache
  • torch < 1.13 compatible torch.load

Commits

  • [Siglip] protect from imports if sentencepiece not installed (#28737)
  • Fix weights_only (#28725)
  • Enable safetensors conversion from PyTorch to other frameworks without the torch requirement (#27599)
  • Don't fail when LocalEntryNotFoundError during processor_config.json loading (#28709)
  • Use save_safetensor to disable safe serialization for XLA (#28669)
  • Fix windows err with checkpoint race conditions (#28637)
  • [SigLIP] Only import tokenizer if sentencepiece available (#28636)

Patch release: v4.37.1

A patch release to resolve import errors from removed custom types in generation utils

  • Add back in generation types #28681

v4.37 Qwen2, Phi-2, SigLIP, ViP-LLaVA, Fast2SpeechConformer, 4-bit serialization, Whisper longform generation

Model releases

Qwen2

Qwen2 is the new model series of large language models from the Qwen team. Previously, the Qwen series was released, including Qwen-72B, Qwen-1.8B, Qwen-VL, Qwen-Audio, etc.

Qwen2 is a language model series including decoder language models of different model sizes. For each size, we release the base language model and the aligned chat model. It is based on the Transformer architecture with SwiGLU activation, attention QKV bias, group query attention, mixture of sliding window attention and full attention, etc. Additionally, we have an improved tokenizer adaptive to multiple natural languages and codes.

Phi-2

Phi-2 is a transformer language model trained by Microsoft with exceptionally strong performance for its small size of 2.7 billion parameters. It was previously available as a custom code model, but has now been fully integrated into transformers.

SigLIP

The SigLIP model was proposed in Sigmoid Loss for Language Image Pre-Training by Xiaohua Zhai, Basil Mustafa, Alexander Kolesnikov, Lucas Beyer. SigLIP proposes to replace the loss function used in CLIP by a simple pairwise sigmoid loss. This results in better performance in terms of zero-shot classification accuracy on ImageNet.

ViP-LLaVA

... (truncated)

Commits
  • 345b9b1 Release: v4.37.2
  • ea5ca81 [Siglip] protect from imports if sentencepiece not installed (#28737)
  • 711bed1 Fix weights_only (#28725)
  • 56ee444 Enable safetensors conversion from PyTorch to other frameworks without the to...
  • 8d8fdb5 Don't fail when LocalEntryNotFoundError during processor_config.json load...
  • e393419 Use save_safetensor to disable safe serialization for XLA (#28669)
  • 3001543 Fix windows err with checkpoint race conditions (#28637)
  • b94f5fd [SigLIP] Only import tokenizer if sentencepiece available (#28636)
  • d02d006 Release: v4.37.1
  • b102ab2 Add back in generation types (#28681)
  • Additional commits viewable in compare view

Updates pytest from 7.4.4 to 8.0.0

Release notes

Sourced from pytest's releases.

pytest 8.0.0 (2024-01-27)

See 8.0.0rc1 and 8.0.0rc2 for the full changes since pytest 7.4!

Bug Fixes

  • #11842: Properly escape the reason of a skip <pytest.mark.skip ref>{.interpreted-text role="ref"} mark when writing JUnit XML files.
  • #11861: Avoid microsecond exceeds 1_000_000 when using log-date-format with %f specifier, which might cause the test suite to crash.

8.0.0rc2

pytest 8.0.0rc2 (2024-01-17)

Improvements

  • #11233: Improvements to -r for xfailures and xpasses:
    • Report tracebacks for xfailures when -rx is set.
    • Report captured output for xpasses when -rX is set.
    • For xpasses, add - in summary between test name and reason, to match how xfail is displayed.
  • #11825: The pytest_plugin_registered{.interpreted-text role="hook"} hook has a new plugin_name parameter containing the name by which plugin is registered.

Bug Fixes

  • #11706: Fix reporting of teardown errors in higher-scoped fixtures when using [--maxfail]{.title-ref} or [--stepwise]{.title-ref}.

  • #11758: Fixed IndexError: string index out of range crash in if highlighted[-1] == "\n" and source[-1] != "\n". This bug was introduced in pytest 8.0.0rc1.

  • #9765, #11816: Fixed a frustrating bug that afflicted some users with the only error being assert mod not in mods. The issue was caused by the fact that str(Path(mod)) and mod.__file__ don't necessarily produce the same string, and was being erroneously used interchangably in some places in the code.

    This fix also broke the internal API of PytestPluginManager.consider_conftest by introducing a new parameter -- we mention this in case it is being used by external code, even if marked as private.

pytest 8.0.0rc1 (2023-12-30)

See https://docs.pytest.org/en/latest/changelog.html#pytest-8-0-0rc1-2023-12-30 for the rendered changelog.

Breaking Changes

Old Deprecations Are Now Errors

  • #7363: PytestRemovedIn8Warning deprecation warnings are now errors by default.

    Following our plan to remove deprecated features with as little disruption as possible, all warnings of type PytestRemovedIn8Warning now generate errors instead of warning messages by default.

    The affected features will be effectively removed in pytest 8.1, so please consult the deprecations{.interpreted-text role="ref"} section in the docs for directions on how to update existing code.

    In the pytest 8.0.X series, it is possible to change the errors back into warnings as a stopgap measure by adding this to your pytest.ini file:

    [pytest]

... (truncated)

Commits
  • 478f823 Prepare release version 8.0.0
  • 6085900 [8.0.x] fix: avoid rounding microsecond to 1_000_000 (#11863)
  • 3b41c65 [8.0.x] Escape skip reason in junitxml (#11845)
  • 747072a [8.0.x] Update docstring of scripts/generate-gh-release-notes.py (#11768)
  • 011a475 Properly attach packages to the GH release notes (#11839) (#11840)
  • 97960bd Merge pull request #11835 from pytest-dev/release-8.0.0rc2
  • 6be0a3c Prepare release version 8.0.0rc2
  • 44ffe07 Merge pull request #11837 from pytest-dev/backport-11836-to-8.0.x
  • 14ecb04 [8.0.x] testing: temporarily disable test due to hypothesis issue
  • 41c8dab Merge pull request #11831 from bluetech/backport-11825-to-8.0.x
  • 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 python-packages group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [pygls](https://github.com/openlawlibrary/pygls) | `1.2.1` | `1.3.0` |
| [lsprotocol](https://github.com/microsoft/lsprotocol) | `2023.0.0` | `2023.0.1` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.40` | `3.1.41` |
| [torch](https://github.com/pytorch/pytorch) | `2.1.2` | `2.2.0` |
| [openai](https://github.com/openai/openai-python) | `1.6.1` | `1.10.0` |
| [transformers](https://github.com/huggingface/transformers) | `4.36.2` | `4.37.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` |


Updates `pygls` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/openlawlibrary/pygls/releases)
- [Changelog](https://github.com/openlawlibrary/pygls/blob/main/CHANGELOG.md)
- [Commits](openlawlibrary/pygls@v1.2.1...v1.3.0)

Updates `lsprotocol` from 2023.0.0 to 2023.0.1
- [Release notes](https://github.com/microsoft/lsprotocol/releases)
- [Commits](microsoft/lsprotocol@2023.0.0...2023.0.1)

Updates `gitpython` from 3.1.40 to 3.1.41
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.40...3.1.41)

Updates `torch` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.1.2...v2.2.0)

Updates `openai` from 1.6.1 to 1.10.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.6.1...v1.10.0)

Updates `transformers` from 4.36.2 to 4.37.2
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.36.2...v4.37.2)

Updates `pytest` from 7.4.4 to 8.0.0
- [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.4...8.0.0)

---
updated-dependencies:
- dependency-name: pygls
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: lsprotocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2024
@hangyav hangyav merged commit 96e29d8 into main Feb 3, 2024
1 check passed
@hangyav hangyav deleted the dependabot/pip/python-packages-e0a7be9d90 branch February 3, 2024 16:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant