Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced msgspec with pydantic and blacksheep with quart #43

Merged
merged 6 commits into from
Nov 9, 2024

Conversation

fullerzz
Copy link
Owner

@fullerzz fullerzz commented Nov 9, 2024

Due to python3.13 issues, I migrated to Pydantic from msgspec and also migrated to quart from blacksheep.

@fullerzz fullerzz self-assigned this Nov 9, 2024
@fullerzz fullerzz merged commit 07de1ec into 41-support-python313 Nov 9, 2024
8 checks passed
@fullerzz fullerzz deleted the migrate-to-pydantic branch November 9, 2024 22:00
fullerzz added a commit that referenced this pull request Nov 9, 2024
* test against 3.13

* updated version to v0.0.10

* upgraded python deps

* migrated to uv

* removed requirements.txt and pip-audit precommit hook

* added --all-extras to 'uv sync' command in ci

* added uvicorn as dev dependency

* pin blacksheep to 2.0.6

* added uv config to pyproject.toml

* replaced msgspec with pydantic and blacksheep with quart (#43)

* replaced msgspec with pydantic and blacksheep with quart

* updated type from BaseException -> Exception

* Revert "updated type from BaseException -> Exception"

This reverts commit d97c1b6.

* added arbitrary_types_allowed=True to pydantic model config

* updated test server response

* removed arg
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