chore(deps): bump python-multipart from 0.0.22 to 0.0.27#555
chore(deps): bump python-multipart from 0.0.22 to 0.0.27#555marandaneto merged 1 commit intomainfrom
Conversation
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 to 0.0.27. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.22...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
posthog-python Compliance ReportDate: 2026-05-07 12:10:34 UTC
|
| Test | Status | Duration |
|---|---|---|
| Format Validation.Event Has Required Fields | ✅ | 516ms |
| Format Validation.Event Has Uuid | ✅ | 1508ms |
| Format Validation.Event Has Lib Properties | ✅ | 1507ms |
| Format Validation.Distinct Id Is String | ✅ | 1506ms |
| Format Validation.Token Is Present | ✅ | 1508ms |
| Format Validation.Custom Properties Preserved | ✅ | 1507ms |
| Format Validation.Event Has Timestamp | ✅ | 1507ms |
| Retry Behavior.Retries On 503 | ✅ | 9519ms |
| Retry Behavior.Does Not Retry On 400 | ✅ | 3504ms |
| Retry Behavior.Does Not Retry On 401 | ✅ | 3509ms |
| Retry Behavior.Respects Retry After Header | ✅ | 9515ms |
| Retry Behavior.Implements Backoff | ✅ | 23529ms |
| Retry Behavior.Retries On 500 | ✅ | 7504ms |
| Retry Behavior.Retries On 502 | ✅ | 7512ms |
| Retry Behavior.Retries On 504 | ✅ | 7510ms |
| Retry Behavior.Max Retries Respected | ✅ | 23533ms |
| Deduplication.Generates Unique Uuids | ✅ | 1498ms |
| Deduplication.Preserves Uuid On Retry | ✅ | 7513ms |
| Deduplication.Preserves Uuid And Timestamp On Retry | ✅ | 14517ms |
| Deduplication.Preserves Uuid And Timestamp On Batch Retry | ✅ | 7517ms |
| Deduplication.No Duplicate Events In Batch | ✅ | 1504ms |
| Deduplication.Different Events Have Different Uuids | ✅ | 1507ms |
| Compression.Sends Gzip When Enabled | ✅ | 1507ms |
| Batch Format.Uses Proper Batch Structure | ✅ | 1507ms |
| Batch Format.Flush With No Events Sends Nothing | ✅ | 1005ms |
| Batch Format.Multiple Events Batched Together | ✅ | 1505ms |
| Error Handling.Does Not Retry On 403 | ✅ | 3509ms |
| Error Handling.Does Not Retry On 413 | ✅ | 3508ms |
| Error Handling.Retries On 408 | ✅ | 7513ms |
Feature_Flags Tests
View Details
| Test | Status | Duration |
|---|---|---|
| Request Payload.Request With Person Properties Device Id | ❌ | 507ms |
| Request Payload.Flags Request Uses V2 Query Param | ❌ | 300768ms |
| Request Payload.Flags Request Hits Flags Path Not Decide | ❌ | 301000ms |
| Request Payload.Flags Request Omits Authorization Header | ❌ | 300971ms |
| Request Payload.Token In Flags Body Matches Init | ❌ | 300967ms |
| Request Payload.Groups Round Trip | ❌ | 301035ms |
| Request Payload.Groups Default To Empty Object | ❌ | 301011ms |
| Request Payload.Person Properties Distinct Id Auto Populated When Caller Omits It | ❌ | 300938ms |
| Request Payload.Disable Geoip False Propagates As Geoip Disable False | ❌ | 301080ms |
| Request Payload.Disable Geoip Omitted Defaults To False | ❌ | 300996ms |
| Request Payload.Flag Keys To Evaluate Contains Only Requested Key | ❌ | 300930ms |
| Request Lifecycle.No Flags Request On Init Alone | ❌ | 300994ms |
| Request Lifecycle.No Flags Request On Normal Capture | ❌ | 301080ms |
| Request Lifecycle.Two Flag Calls Produce Two Remote Requests | ❌ | 300936ms |
| Request Lifecycle.Mock Response Value Is Returned To Caller | ❌ | 300992ms |
| Side Effect Events.Get Feature Flag Captures Feature Flag Called Event | ❌ | 301008ms |
Failures
request_payload.request_with_person_properties_device_id
Field 'token' not found in /flags request body at path 'token'. Available keys: ['distinct_id', 'groups', 'person_properties', 'group_properties', 'geoip_disable', 'device_id', 'flag_keys_to_evaluate', 'sentAt', 'api_key']
request_payload.flags_request_uses_v2_query_param
No error message
request_payload.flags_request_hits_flags_path_not_decide
No error message
request_payload.flags_request_omits_authorization_header
No error message
request_payload.token_in_flags_body_matches_init
No error message
request_payload.groups_round_trip
No error message
request_payload.groups_default_to_empty_object
No error message
request_payload.person_properties_distinct_id_auto_populated_when_caller_omits_it
No error message
request_payload.disable_geoip_false_propagates_as_geoip_disable_false
No error message
request_payload.disable_geoip_omitted_defaults_to_false
No error message
request_payload.flag_keys_to_evaluate_contains_only_requested_key
No error message
request_lifecycle.no_flags_request_on_init_alone
No error message
request_lifecycle.no_flags_request_on_normal_capture
No error message
request_lifecycle.two_flag_calls_produce_two_remote_requests
No error message
request_lifecycle.mock_response_value_is_returned_to_caller
No error message
side_effect_events.get_feature_flag_captures_feature_flag_called_event
No error message
Bumps python-multipart from 0.0.22 to 0.0.27.
Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
6d1d689Version 0.0.27 (#272)0b10220Run CI on main branch pull requests (#271)3e64f5fAdd multipart header limits (#267)eb109ccPass parse offsets via constructors (#268)78e29abBump pytest from 9.0.2 to 9.0.3 (#266)b2ddd09fuzz: Enhance fuzzing capabilities with new chunked and boundary tests (#264)28f4785Version 0.0.26 (#263)d4452a7Silently discard epilogue data after the closing boundary (#259)6a7b76dSkip preamble before first multipart boundary (#262)4addb60Version 0.0.25 (#261)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.