hangyav / textLSP

Language server for text spell and grammar check with various tools.
GNU General Public License v3.0
47 stars 3 forks source link

Bump the python-packages group with 5 updates #10

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the python-packages group with 5 updates:

Package From To
pygls 1.1.2 1.2.0
lsprotocol 2023.0.0b1 2023.0.0
torch 2.1.0 2.1.1
openai 1.2.4 1.3.5
transformers 4.35.1 4.35.2

Updates pygls from 1.1.2 to 1.2.0

Release notes

Sourced from pygls's releases.

v1.2.0

What's Changed

Full Changelog: https://github.com/openlawlibrary/pygls/compare/v1.1.2...v1.2.0

Changelog

Sourced from pygls's changelog.

[1.2.0] - 2023-11-18

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

Bug Fixes

  • Remove dependency on typeguard
  • Linting and formatting issues
  • Simplify option validation check
  • Index error on empty workspace

Features

  • Allow user to override Python interpreter

Miscellaneous Tasks

  • Update CHANGELOG.md
  • Update CONTRIBUTORS.md
  • Update poetry.lock after removing typeguard
  • Add example configuration
  • Pin lsprotocol to 2023.0.0

Refactor

  • Move workspace/ into servers/ dir
Commits
  • 32a01b9 build: v1.2.0
  • da56d78 chore: update CHANGELOG.md
  • b4ec571 chore: update CONTRIBUTORS.md
  • 206d193 chore: update CHANGELOG.md
  • 3f5250c chore: pin lsprotocol to 2023.0.0
  • 4df6bb6 chore: add example configuration
  • 334b3d1 feat: allow user to override Python interpreter
  • 88151cc fix: index error on empty workspace
  • ccc08f6 refactor: move workspace/ into servers/ dir
  • 7e9c272 fix: simplify option validation check
  • Additional commits viewable in compare view


Updates lsprotocol from 2023.0.0b1 to 2023.0.0

Release notes

Sourced from lsprotocol's releases.

2023.0.0

What's Changed

Enhancements

Bug Fixes

Full Changelog: https://github.com/microsoft/lsprotocol/compare/2023.0.0b1...2023.0.0

Commits


Updates torch from 2.1.0 to 2.1.1

Release notes

Sourced from torch's releases.

PyTorch 2.1.1 Release, bug fix release

This release is meant to fix the following issues (regressions / silent correctness):

  • Remove spurious warning in comparison ops (#112170)
  • Fix segfault in foreach_* operations when input list length does not match (#112349)
  • Fix cuda driver API to load the appropriate .so file (#112996)
  • Fix missing CUDA initialization when calling FFT operations (#110326)
  • Ignore beartype==0.16.0 within the onnx package as it is incompatible (#111861)
  • Fix the behavior of torch.new_zeros in onnx due to TorchScript behavior change (#111694)
  • Remove unnecessary slow code in torch.distributed.checkpoint.optimizer.load_sharded_optimizer_state_dict (#111687)
  • Add planner argument to torch.distributed.checkpoint.optimizer.load_sharded_optimizer_state_dict (#111393)
  • Continue if param not exist in sharded load in torch.distributed.FSDP (#109116)
  • Fix handling of non-contiguous bias_mask in torch.nn.functional.scaled_dot_product_attention (#112673)
  • Fix the meta device implementation for nn.functional.scaled_dot_product_attention (#110893)
  • Fix copy from mps to cpu device when storage_offset is non-zero (#109557)
  • Fix segfault in torch.sparse.mm for non-contiguous inputs (#111742)
  • Fix circular import between Dynamo and einops (#110575)
  • Verify flatbuffer module fields are initialized for mobile deserialization (#109794)

The pytorch/pytorch#110961 contains all relevant pull requests related to this release as well as links to related issues.

Commits


Updates openai from 1.2.4 to 1.3.5

Release notes

Sourced from openai's releases.

v1.3.5

1.3.5 (2023-11-21)

Full Changelog: v1.3.4...v1.3.5

Bug Fixes

  • azure: ensure custom options can be passed to copy (#858) (05ca0d6)

Chores

v1.3.4

1.3.4 (2023-11-21)

Full Changelog: v1.3.3...v1.3.4

Bug Fixes

  • client: attempt to parse unknown json content types (#854) (ba50466)

Chores

  • examples: fix static types in assistants example (#852) (5b47b2c)

v1.3.3

1.3.3 (2023-11-17)

Full Changelog: v1.3.2...v1.3.3

Chores

  • internal: update type hint for helper function (#846) (9a5966c)

v1.3.2

1.3.2 (2023-11-16)

Full Changelog: v1.3.1...v1.3.2

Documentation

v1.3.1

1.3.1 (2023-11-16)

... (truncated)

Changelog

Sourced from openai's changelog.

1.3.5 (2023-11-21)

Full Changelog: v1.3.4...v1.3.5

Bug Fixes

  • azure: ensure custom options can be passed to copy (#858) (05ca0d6)

Chores

1.3.4 (2023-11-21)

Full Changelog: v1.3.3...v1.3.4

Bug Fixes

  • client: attempt to parse unknown json content types (#854) (ba50466)

Chores

  • examples: fix static types in assistants example (#852) (5b47b2c)

1.3.3 (2023-11-17)

Full Changelog: v1.3.2...v1.3.3

Chores

  • internal: update type hint for helper function (#846) (9a5966c)

1.3.2 (2023-11-16)

Full Changelog: v1.3.1...v1.3.2

Documentation

1.3.1 (2023-11-16)

Full Changelog: v1.3.0...v1.3.1

Chores

... (truncated)

Commits


Updates transformers from 4.35.1 to 4.35.2

Release notes

Sourced from transformers's releases.

Patch release: v4.35.2

A patch release was made for the following commit:

  • [tokenizers] update tokenizers version pin #27494

to fix all the issues with versioning regarding tokenizers and huggingface_hub

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