Skip to content

chore(deps)(deps): bump python-multipart from 0.0.6 to 0.0.20#2

Merged
anhmtk merged 1 commit into
mainfrom
dependabot/pip/python-multipart-0.0.20
Oct 14, 2025
Merged

chore(deps)(deps): bump python-multipart from 0.0.6 to 0.0.20#2
anhmtk merged 1 commit into
mainfrom
dependabot/pip/python-multipart-0.0.20

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 5, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps python-multipart from 0.0.6 to 0.0.20.

Release notes

Sourced from python-multipart's releases.

Version 0.0.20

What's Changed

New Contributors

Full Changelog: Kludex/python-multipart@0.0.19...0.0.20

Version 0.0.19

What's Changed


Full Changelog: Kludex/python-multipart@0.0.18...0.0.19

Version 0.0.18

What's Changed


Full Changelog: Kludex/python-multipart@0.0.17...0.0.18

Version 0.0.17

What's Changed


Full Changelog: Kludex/python-multipart@0.0.16...0.0.17

Version 0.0.16

What's Changed


Full Changelog: Kludex/python-multipart@0.0.15...0.0.16

Version 0.0.15

What's Changed

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

... (truncated)

Changelog

Sourced from python-multipart's changelog.

0.0.20 (2024-12-16)

  • Handle messages containing only end boundary #142.

0.0.19 (2024-11-30)

  • Don't warn when CRLF is found after last boundary on MultipartParser #193.

0.0.18 (2024-11-28)

  • Hard break if found data after last boundary on MultipartParser #189.

0.0.17 (2024-10-31)

  • Handle PermissionError in fallback code for old import name #182.

0.0.16 (2024-10-27)

  • Add dunder attributes to multipart package #177.

0.0.15 (2024-10-27)

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

0.0.14 (2024-10-24)

  • Fix import scheme for multipart module (#168).

0.0.13 (2024-10-20)

  • Rename import to python_multipart #166.

0.0.12 (2024-09-29)

  • Improve error message when boundary character does not match #124.
  • Add mypy strict typing #140.
  • Enforce 100% coverage #159.

0.0.11 (2024-09-28)

  • Improve performance, especially in data with many CR-LF #137.
  • Handle invalid CRLF in header name #141.

0.0.10 (2024-09-21)

  • Support on_header_begin #103.
  • Improve type hints on FormParser #104.
  • Fix OnFileCallback type #106.
  • Improve type hints #110.

... (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)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 5, 2025

Assignees

The following users could not be added as assignees: stillme-ai/maintainers. 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: dependencies, python. 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 dependabot Bot force-pushed the dependabot/pip/python-multipart-0.0.20 branch from 2236a0b to d381451 Compare October 14, 2025 14:43
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.20.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.6...0.0.20)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-version: 0.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/python-multipart-0.0.20 branch from d381451 to a56d7c4 Compare October 14, 2025 14:45
@anhmtk anhmtk merged commit f6be7d6 into main Oct 14, 2025
1 of 2 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/python-multipart-0.0.20 branch October 14, 2025 14:47
anhmtk added a commit that referenced this pull request Nov 21, 2025
chore(deps)(deps): bump python-multipart from 0.0.6 to 0.0.20
anhmtk added a commit that referenced this pull request Nov 24, 2025
#3)

Fix #1: Chuẩn hoá rule emoji/markdown/citation
- Update STILLME_IDENTITY in injector.py to reference style_hub instead of hard-coding formatting rules
- Update no_context_instruction in chat_router.py to use get_formatting_rules() from style_hub (domain-aware)
- All prompt builders now use style_hub.get_formatting_rules() as single source of truth

Fix #2: Thống nhất câu mở đầu v� ý thức
- Update get_consciousness_opening() in style_hub.py to return standard opening (no markdown wrapper)
- Replace 3 hard-coded consciousness openings in chat_router.py with style_hub reference
- Ensures AI_SELF_MODEL layer uses consistent opening statement

Fix #3: Xử lý trùng lặp prompt
- Comment out FOUNDATIONAL_KNOWLEDGE string (600+ lines) in main.py to prevent:
  * Context overflow (16,385 token limit)
  * Prompt drift (conflicting with RAG content)
  * Duplication (same content exists in RAG via add_foundational_knowledge.py)
- RAG-based approach (docs/rag/foundational_*.md) is now the single source of truth

All fixes ensure single source of truth and prevent conflicts between prompt builders.
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