BaderLab / saber

Saber is a deep-learning based tool for information extraction in the biomedical domain. Pull requests are welcome! Note: this is a work in progress. Many things are broken, and the codebase is not stable.
https://baderlab.github.io/saber/
MIT License
102 stars 17 forks source link

⬆️ Bump msgpack from 0.5.6 to 1.0.0 #188

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps msgpack from 0.5.6 to 1.0.0.

Changelog

Sourced from msgpack's changelog.

1.0.0

Release Date: 2020-02-17

  • Remove Python 2 support from the msgpack/_cmsgpack. msgpack/fallback still supports Python 2.
  • Remove encoding option from the Packer and Unpacker.
  • Unpacker: The default value of max_buffer_type is changed to 100MiB.
  • Unpacker: strict_map_key is True by default now.
  • Unpacker: String map keys are interned.
  • Drop old buffer protocol support.
  • Support Timestamp type.
  • Support serializing and decerializing datetime object with tzinfo.
  • Unpacker: Fix Unpacker.read_bytes() in fallback implementation. (#352)

0.6.2

Release Date: 2019-09-20

  • Support Python 3.8.
  • Update Cython to 0.29.13 for support Python 3.8.
  • Some small optimizations.

0.6.1

Release Date: 2019-01-25

This release is for mitigating pain caused by v0.6.0 reduced max input limits for security reason.

  • unpackb(data) configures max_*_len options from len(data), instead of static default sizes.
  • Unpacker(max_buffer_len=N) configures max_*_len options from N, instead of static default sizes.
  • max_bin_len, max_str_len, and max_ext_len are deprecated. Since this is minor release, it's document only deprecation.

0.6.0

Release Date: 2018-11-30

This release contains some backward incompatible changes for security reason (DoS).

Important changes

  • unpacker: Default value of input limits are smaller than before to avoid DoS attack. If you need to handle large data, you need to specify limits manually. (#319)
  • Unpacker doesn't wrap underlaying ValueError (including UnicodeError) into UnpackValueError. If you want to catch all exception during unpack, you need to use try ... except Exception with minimum try code block. (#323, #233)
  • PackValueError and PackOverflowError are also removed. You need to catch normal ValueError and OverflowError. (#323, #233)
  • Unpacker has strict_map_key option now. When it is true, only bytes and str (unicode in Python 2) are allowed for map keys. It is recommended to avoid hashdos. Default value of this option is False for backward compatibility reason. But it will be changed True in 1.0. (#296, #334)
... (truncated)
Commits


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
claassistantio commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 527


Totals Coverage Status
Change from base Build 524: 0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls