Bump eve from 1.1.5 to 2.0
Created by: dependabot[bot]
Bumps eve from 1.1.5 to 2.0.
Changelog
Sourced from eve's changelog.
Version v2.0
Released on Jun 8, 2022.
Breaking
Starting from this release, Eve supports Python 3.7 and above. Drop Python 2 ([#1440](https://github.com/pyeve/eve/issues/1440)_) Drop Python 3.5 ([#1440](https://github.com/pyeve/eve/issues/1440), [#1438](https://github.com/pyeve/eve/issues/1438)) Drop Python 3.6 ([#1440](https://github.com/pyeve/eve/issues/1440)_) .. _[#1440](https://github.com/pyeve/eve/issues/1440): pyeve/eve#1440 .. _[#1438](https://github.com/pyeve/eve/issues/1438): pyeve/eve#1438 New - Add Python 3.9 support (`[#1437](https://github.com/pyeve/eve/issues/1437)`_) - Add Python 3.10 support (`[#1440](https://github.com/pyeve/eve/issues/1440)`_) - ``MONGO_OPTIONS`` acquires a new ``uuidRepresentation`` setting, with ``standard`` as its default value. This is needed by PyMongo 4+ in order to seamlessly process eventual ``uuid`` values. See `PyMongo documentation`_ for details (`[#1461](https://github.com/pyeve/eve/issues/1461)`_, `[#1464](https://github.com/pyeve/eve/issues/1464)`_). .. _[#1444](https://github.com/pyeve/eve/issues/1444): https://github.com/pyeve/eve/pull/1444 .. _PyMongo documentation: https://github.com/pyeve/eve/pull/1438 Fixed AttributeError: module 'werkzeug.utils' has no attribute 'escape' ([#1474](https://github.com/pyeve/eve/issues/1474)_) Starting with Werkzeug 2.1, HATEOAS links are relative instead of absolute ([#1475](https://github.com/pyeve/eve/issues/1475)_) Eve doesn't work with latest PyMongo (v4) ([#1461](https://github.com/pyeve/eve/issues/1461), [#1464](https://github.com/pyeve/eve/issues/1464)) Fix 500 error with empty token/bearer ([#1456](https://github.com/pyeve/eve/issues/1456)_) Do not return related fields if field is a empty list ([#1441](https://github.com/pyeve/eve/issues/1441)_) PyMongo 3.12+ supports keys that include dotted fields ([#1466](https://github.com/pyeve/eve/issues/1466)_) Pin pymongo version in dependencies ([#1461](https://github.com/pyeve/eve/issues/1461)_) Prepare for Python 3 switch ([#1445](https://github.com/pyeve/eve/issues/1445)_) Update docs and tests regarding pagination of empty resources ([#1463](https://github.com/pyeve/eve/issues/1463)_) Fix fork link in contributing info ([#1447](https://github.com/pyeve/eve/issues/1447)_) Tutorial mistake on custom IDs values with UUIDs ([#1451](https://github.com/pyeve/eve/issues/1451)_) Documentation typos ([#1462](https://github.com/pyeve/eve/issues/1462), [#1469](https://github.com/pyeve/eve/issues/1469)) Switch to GitHub Actions from Travis CI ([#1439](https://github.com/pyeve/eve/issues/1439), [#1444](https://github.com/pyeve/eve/issues/1444)) .. _[#1469](https://github.com/pyeve/eve/issues/1469): pyeve/eve#1469 .. _[#1475](https://github.com/pyeve/eve/issues/1475): pyeve/eve#1475 .. _[#1474](https://github.com/pyeve/eve/issues/1474): pyeve/eve#1474 .. _[#1451](https://github.com/pyeve/eve/issues/1451): pyeve/eve#1451 .. _[#1464](https://github.com/pyeve/eve/issues/1464): pyeve/eve#1464 .. _[#1461](https://github.com/pyeve/eve/issues/1461): pyeve/eve#1461 </tr></table>
... (truncated)
Commits
-
6f6aacb
bump version to 2.0 -
2240af5
bump version to 2.0.dev0 -
8d9be5c
Merge branch 'pull#1473' -
2f49a06
David Booss -
6ae332d
changelog update for #1473 -
9ae14e5
render.py: use markupsafe since werkzeug has removed escape from its utils: h... -
c20aa0c
fix: starting with Werkzeug 2.1, HATEOAS links are relative -
c629419
Merge branch 'pull#1469' -
3c1bb64
Marcelo Trylesinski -
8a27bfe
changelog for #1469 - 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 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)