Skip to content

Bump packaging from 23.2 to 24.2#187

Open
craig-rueda wants to merge 1 commit intoobserveinc:mainfrom
acryldata:fix/bump-packaging-version
Open

Bump packaging from 23.2 to 24.2#187
craig-rueda wants to merge 1 commit intoobserveinc:mainfrom
acryldata:fix/bump-packaging-version

Conversation

@craig-rueda
Copy link
Copy Markdown

@craig-rueda craig-rueda commented Mar 2, 2026

Summary

  • Bumps packaging from 23.2 to 24.2 in requirements.txt
  • Fixes Cloud Functions build failures: wheel 0.46.3 has requirement packaging>=24.0, but you have packaging 23.2
  • Affects all runtimes (python310, python312) when deploying via terraform-google-collection

Post-merge steps

After merging, the pre-built zip in the observeinc GCS bucket needs to be updated so that consumers of terraform-google-collection (which defaults to gs://observeinc/google-cloud-functions-latest.zip) pick up the fix:

  1. Build and upload a new google-cloud-functions-latest.zip to the observeinc GCS bucket
  2. Consider cutting a new release tag so users can pin to a specific version

Without this, existing deployments using the default function_bucket/function_object values in terraform-google-collection will continue to fail with the packaging dependency error.

wheel 0.46.3 requires packaging>=24.0, which causes Cloud Functions
builds to fail with python310 and python312 runtimes that ship
packaging 23.2.
Copy link
Copy Markdown

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

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