Skip to content

chore(version): update version to 0.1.2 in project files#4

Merged
faizanazim11 merged 1 commit intomasterfrom
fix/response-class
Sep 30, 2025
Merged

chore(version): update version to 0.1.2 in project files#4
faizanazim11 merged 1 commit intomasterfrom
fix/response-class

Conversation

@faizanazim11
Copy link
Copy Markdown
Contributor

This pull request updates the FastAPI configuration to improve response performance and updates the project version. The most important changes are the switch to a faster JSON response class for all API responses and the version bump.

FastAPI Response Optimization:

  • Set the default response class for the FastAPI app to ORJSONResponse, which provides faster JSON serialization and smaller payloads, improving API performance.
  • Imported ORJSONResponse from fastapi.responses to support the new default response class.

Project Versioning:

  • Updated the project version in pyproject.toml from 0.1.1 to 0.1.2 to reflect these changes.

Copilot AI review requested due to automatic review settings September 30, 2025 17:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request optimizes API response performance by switching to ORJSONResponse as the default FastAPI response class and updates the project version to 0.1.2.

  • Improved JSON serialization performance by setting ORJSONResponse as the default response class
  • Updated project version from 0.1.1 to 0.1.2 in pyproject.toml

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/tp_auth_serverside/core/fastapi_configurer.py Added ORJSONResponse import and configured it as the default response class for FastAPI
pyproject.toml Updated project version from 0.1.1 to 0.1.2

@faizanazim11 faizanazim11 merged commit 5beb84b into master Sep 30, 2025
1 check passed
@faizanazim11 faizanazim11 deleted the fix/response-class branch September 30, 2025 17:24
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.

2 participants