Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps zeep from 3.2.0 to 4.3.1.

Release notes

Sourced from zeep's releases.

4.3.1

  • Fix regression in parsing xsd:Date with negative timezone

4.3.0

  • Drop support for Python 3.7 and 3.8 and add support for Python 3.12 and 3.13 (#1421, #1408)
  • Add workaround to support date values with timezone in combination with isodate 0.7.2 (#1431)
  • Replace deprecated datetime.datetime.utcnow()
  • Properly close 'file://' resources (#1339)
  • Complete migration to pyproject.toml (remove setup.py)

4.2.1

Fix error regarding closing session in async transport (#1347)

4.2.0

  • Drop support for Python 3.6
  • Allow embedding CDATA elements in simple types (#1339)
  • Allow to pass in a pre parsed Document (#1330)
  • Fix httpx DeprecationWarning for post data (#1326)
  • Add BinaryMemorySignature (#1300)
  • Fix IndexError when empty body response (#1287)
  • Add support for context manager on Client (#1166)
  • Allow Ws Addressing plugin to use a different URL (#1328)
  • Accept strings for xsd base64Binary (#1072)

4.1.0

  • Remove last dependency on six (#1250)
  • Use platformdirs instead of the appsdirs dependency (#1244)
  • Pass digest method when signing timestamp node(#1201)
  • Fix settings context manager when an exception is raised (#1193)
  • Don't render decimals using scientific notation (#1191)
  • Remove dependency on defusedxml (deprecated) (#1179)
  • Improve handling of str values for Duration (#1165)
Changelog

Sourced from zeep's changelog.

4.3.1 (2024-10-16)

  • Fix regression in parsing xsd:Date with negative timezone

4.3.0 (2024-10-13)

  • Drop support for Python 3.7 and 3.8 and add support for Python 3.12 and 3.13 (#1421, #1408)
  • Add workaround to support date values with timezone in combination with isodate 0.7.2 (#1431)
  • Replace deprecated datetime.datetime.utcnow()
  • Properly close 'file://' resources (#1339)
  • Complete migration to pyproject.toml (remove setup.py)

4.2.1 (2022-11-10)

  • Fix error regarding closing session in async transport (#1347)

4.2.0 (2022-11-03)

  • Drop support for Python 3.6
  • Allow embedding CDATA elements in simple types (#1339)
  • Allow to pass in a pre parsed Document (#1330)
  • Fix httpx DeprecationWarning for post data (#1326)
  • Add BinaryMemorySignature (#1300)
  • Fix IndexError when empty body response (#1287)
  • Add support for context manager on Client (#1166)
  • Allow Ws Addressing plugin to use a different URL (#1328)
  • Accept strings for xsd base64Binary (#1072)

4.1.0 (2021-08-15)

  • Remove last dependency on six (#1250)
  • Use platformdirs instead of the appsdirs dependency (#1244)
  • Pass digest method when signing timestamp node(#1201)
  • Fix settings context manager when an exception is raised (#1193)
  • Don't render decimals using scientific notation (#1191)
  • Remove dependency on defusedxml (deprecated) (#1179)
  • Improve handling of str values for Duration (#1165)

4.0.0 (2020-10-12)

  • Drop support for Python 2.7, 3.3, 3.4 and 3.5
  • Remove both the aiohttp and the tornado transport class from Zeep. These can be moved to their own Python package if anyone is interested.
  • Add zeep.transports.AsyncTransport which is based on httpx. Note that loading wsdl files is still a sync process but operations can be executed via async.

... (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 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 [zeep](https://github.com/mvantellingen/python-zeep) from 3.2.0 to 4.3.1.
- [Release notes](https://github.com/mvantellingen/python-zeep/releases)
- [Changelog](https://github.com/mvantellingen/python-zeep/blob/main/CHANGES)
- [Commits](mvantellingen/python-zeep@3.2.0...4.3.1)

---
updated-dependencies:
- dependency-name: zeep
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 12, 2025

Assignees

The following users could not be added as assignees: azacchino. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependabot, dependencies, pip. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 15, 2025

Superseded by #63.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/zeep-4.3.1 branch September 15, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant