Skip to content

Bump httplib2 from 0.22.0 to 0.32.0 - #7887

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/httplib2-0.32.0
Open

Bump httplib2 from 0.22.0 to 0.32.0#7887
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/httplib2-0.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps httplib2 from 0.22.0 to 0.32.0.

Changelog

Sourced from httplib2's changelog.

0.32.0

Python support 3.8+ only

decompression limited by size and ratio

decoder foundation to support more compression algorithms

0.31.2

build(deps): pp.DelimitedList (camel case) only available in pyparsing>=3.1 httplib2/httplib2#255

DO NOT use 0.31.1

0.31.1

auth: use pyparsing v3 PEP8-compliant method names httplib2/httplib2#253

0.31.0

https: avoid costly load_verify_locations when SSL certificate validation is disabled httplib2/httplib2#249

0.30.2

No changes in library. Fix automatic pypi release from CI.

0.30.1

restore socks proxy support, was broken in 0.30.0 httplib2/httplib2#251

0.30.0

BREAKING CHANGE! Python support 3.7+ only

https: Do not rely on ssl.PROTOCOL_TLS, which has been deprecated in Python3.10 httplib2/httplib2#243

Commits
  • ba9bf50 v0.32.0 release
  • 87581ad decompression limited by size and ratio; require python 3.8+
  • a99a11f v0.31.2 release
  • 370010a dep-compat: pp.DelimitedList (camel case) only available in pyparsing>=3.1
  • 6d2ea32 v0.31.1 release
  • d1b0ce3 auth: use pyparsing v3 PEP8-compliant method names
  • 3288ba7 chore: harden publishing. use github attestations
  • 26cfea5 v0.31.0 release
  • cbd3d21 chore: CI use trusted publishing
  • 147d7d5 https: avoid costly load_verify_locations when SSL certificate validation is ...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2026
@nithyak0204 nithyak0204 self-assigned this Aug 3, 2026
@nithyak0204
nithyak0204 requested a review from vkarampudi August 3, 2026 06:03

@dmiltr3 dmiltr3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI checks failed due to a dependency resolution conflict in tests (3.11, not e2e, DEFAULT) and tests (3.13, not e2e, DEFAULT):

The conflict is caused by:
    apache-beam 2.73.0 depends on httplib2<0.32.0 and >=0.8
    The user requested (constraint) httplib2==0.32.0

apache-beam 2.73.0 strictly requires httplib2<0.32.0. Bumping httplib2 to 0.32.0 causes pip dependency resolution to fail (ResolutionImpossible). This version bump cannot be merged until upstream apache-beam supports httplib2 >= 0.32.0.

@nithyak0204

Copy link
Copy Markdown

@dependabot rebase

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.22.0 to 0.32.0.
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](httplib2/httplib2@v0.22.0...v0.32.0)

---
updated-dependencies:
- dependency-name: httplib2
  dependency-version: 0.32.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/httplib2-0.32.0 branch from b584760 to 2b3d2f5 Compare September 4, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review 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.

3 participants