Bump werkzeug from 2.3.7 to 3.1.6 - #9
Open
dependabot[bot] wants to merge 621 commits into
Open
Conversation
Fix PostgreSQL migration error with reserved keyword "user"
…s, and simplified config - Make UI features data-driven (check transcription.hasDialogue instead of useAsrEndpoint flag) - Add ConnectorSpecifications dataclass for provider constraints (file size, chunking, codecs) - Add SPEAKER_COUNT_CONTROL capability for connectors supporting min/max speakers - Implement connector-aware chunking with priority: connector internal > ENV > connector defaults - Simplify environment variables with auto-detection (ASR_BASE_URL > TRANSCRIPTION_MODEL) - Update templates to conditionally show diarization options based on connector capabilities - Add env.transcription.example with updated documentation
…scriptions - Add error formatting utility with pattern matching for known errors (413, timeout, auth, etc.) - Store errors as ERROR_JSON format for rich frontend display - Show color-coded error cards with icons, titles, guidance, and technical details - Add permanent error detection to job queue (skip retries for 413, 401, etc.) - Keep failed recordings instead of deleting so users can see errors and fix settings - Disable summary generation and chat when transcription is an error - Show friendly error messages in progress popup and toasts - Update both desktop and mobile UIs with error handling
- Add 400/404 to permanent error codes (won't retry bad requests) - Add invalid_request_error and bad request patterns - Fix regex patterns to simple substring matching - Convert files with unsupported extensions (like .weba) to mp3 OpenAI only accepts: flac, m4a, mp3, mp4, mpeg, mpga, oga, ogg, wav, webm
- Upload endpoint now passes connector_specs to convert_if_needed - File monitor also fetches and passes connector_specs - This enables connector-aware codec conversion (e.g. opus -> mp3 for OpenAI) - Extension check remains as fallback safety net
- Fix duration-based chunking for gpt-4o-transcribe-diarize (pass connector_specs) - Always init chunking service so hard limits override ENABLE_CHUNKING=false - Add TEXT_MODEL config to env.transcription.example (fixes Reddit user issue) - Update README, getting-started.md, docker-compose.example.yml with required keys - Add timeout error logging and fix UI updates on recording failure
…erver-side duration
…al, ASR editor save UX, and prompt-preview legend across all six languages
…ences/transcription-model translations, localising language option lists, and noting model-label localisation policy
…ereira)
Resolves conflict in templates/account.html where the PR's pt-BR additions
to the old in-tab Language Preferences block were rebased onto the new
Preferences tab introduced this release.
Backfills pt-BR.json with the 47 keys added since the PR was opened
(promptVariables.*, summaryMode.*, customizeSummary.*, asrEditor.*,
preview.*, form.transcriptionModel*, languages.{pl,uk,vi,th,tr,id,sv},
languages.autoDetect, languages.defaultModelDecides, preferences.*,
accountTabs.preferences, editTagModal.watchFolderVariableWarning) so
all seven locales remain at full parity.
…pytest, not just main()
…gle reflect the chosen prompt source
…ap and add Nginx Proxy Manager guidance
…b Releases for older versions
…s of current status
…ne sklearn call per chunk
…gainst local-path allowlist
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 3.1.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@2.3.7...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
lhpereira
force-pushed
the
master
branch
2 times, most recently
from
May 14, 2026 03:59
0be3bd3 to
e290a79
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps werkzeug from 2.3.7 to 3.1.6.
Release notes
Sourced from werkzeug's releases.
... (truncated)
Changelog
Sourced from werkzeug's changelog.
... (truncated)
Commits
04da1b5release version 3.1.6f407712Merge commit from forkf54fe98safe_join prevents Windows special device names in multi-segment pathsd005985start version 3.1.68565c2cdocument rule priority (#3102)3febc7edocument rule priority2525b82remove state machine docs4abfbd5rewrite build docstring (#3097)161c18brewrite build docstring86e11c2release version 3.1.5 (#3085)You can trigger a rebase of this PR 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.