Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps vws-python from 2024.2.19 to 2024.9.2.

Release notes

Sourced from vws-python's releases.

Release 2024.09.02

2024.09.02 (2024-09-02)

Changelog

Sourced from vws-python's changelog.

Changelog

Next

2024.09.02

  • Breaking change: Exception names now end with Error.
  • Use a timeout (30 seconds) when making requests to the VWS API.
  • Type hint changes: images are now io.BytesIO instances or io.BufferedRandom.

2024.02.19

  • Add exception response attribute to vws.exceptions.custom_exceptions.RequestEntityTooLarge.

2024.02.06

  • Exception response attributes are now vws.exceptions.response.Response instances rather than requests.Response objects.

2024.02.04.1

2024.02.04

  • Return a new error (vws.custom_exceptions.ServerError) when the server returns a 5xx status code.

2023.12.27

  • Breaking change: The vws.exceptions.cloud_reco_exceptions.UnknownVWSErrorPossiblyBadName is now vws.exceptions.custom_exceptions.OopsAnErrorOccurredPossiblyBadName.
  • vws.exceptions.custom_exceptions.OopsAnErrorOccurredPossiblyBadName now has a response parameter and attribute.

2023.12.26

2023.05.21

  • Breaking change: the vws.exceptions.custom_exceptions.ActiveMatchingTargetsDeleteProcessing exception has been removed as Vuforia no longer returns this error.

2023.03.25

  • Support file-like objects in every method which accepts a file.

... (truncated)

Commits
  • 8f2c74a Bump CHANGELOG
  • ca9e64e Merge pull request #2324 from VWS-Python/dependabot/pip/vws-python-mock-2024....
  • b5ddce1 Bump vws-python-mock from 2024.7.15 to 2024.8.30
  • e7fd903 Merge pull request #2325 from VWS-Python/dependabot/pip/pylint-3.2.7
  • d2e7535 Bump pylint from 3.2.6 to 3.2.7
  • 19ea187 Merge pull request #2323 from VWS-Python/parallel-tests
  • 2b4071f Make it possible to run all tests in parallel
  • ef31220 Use newline for better highlighting
  • 5eef5d1 Merge pull request #2314 from VWS-Python/more-beartype
  • 4839042 Merge remote-tracking branch 'origin/main' into more-beartype
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [vws-python](https://github.com/VWS-Python/vws-python) from 2024.2.19 to 2024.9.2.
- [Release notes](https://github.com/VWS-Python/vws-python/releases)
- [Changelog](https://github.com/VWS-Python/vws-python/blob/main/CHANGELOG.rst)
- [Commits](VWS-Python/vws-python@2024.02.19...2024.09.02)

---
updated-dependencies:
- dependency-name: vws-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 3, 2024
@codecov
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (989bf7b) to head (394baa6).
Report is 431 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2270   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           74        74           
  Lines         5183      5191    +8     
  Branches       870       889   +19     
=========================================
+ Hits          5183      5191    +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adamtheturtle adamtheturtle force-pushed the dependabot/pip/vws-python-2024.9.2 branch from 48dc085 to dad50a7 Compare September 3, 2024 09:02
@adamtheturtle adamtheturtle force-pushed the dependabot/pip/vws-python-2024.9.2 branch from 2e7ba6f to 394baa6 Compare September 3, 2024 17:50
@adamtheturtle adamtheturtle merged commit 813fb2d into main Sep 3, 2024
@adamtheturtle adamtheturtle deleted the dependabot/pip/vws-python-2024.9.2 branch September 3, 2024 18:01
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.

2 participants