Skip to content

Fix: Stable version#2

Open
alcitech7-oss wants to merge 3 commits into
mainfrom
fixed-v2
Open

Fix: Stable version#2
alcitech7-oss wants to merge 3 commits into
mainfrom
fixed-v2

Conversation

@alcitech7-oss

Copy link
Copy Markdown
Owner

Fix: Stable version with compatibility for FastAPI 0.100.0+ and Pydantic 2.0.3+
.............................................................................................................................................................

Corrections made:

  • Replaced Annotated with Header(None) in dependencies.py
  • Added Query() to the optional parameters of the GET /news endpoint
  • Updated requirements.txt with tested versions
  • Added pip upgrade command to the README to resolve conflicts

This version was tested from scratch (clone + venv + install) and is working.

How to test

  1. Clone the repository
  2. Create a virtual environment: python -m venv venv
  3. Activate it: venv\Scripts\activate
  4. Install dependencies: pip install -r requirements.txt
  5. Install the project locally: pip install -e .
  6. Run the server: python -m quantex

Fix: Stable version with compatibility for FastAPI 0.100.0+ and Pydantic 2.0.3+
............................................................................................................................................................
Corrections made:
- Replaced Annotated with Header(None) in dependencies.py
- Added Query() to the optional parameters of the GET /news endpoint
- Updated requirements.txt with tested versions
- Added pip upgrade command to the README to resolve conflicts

This version was tested from scratch (clone + venv + install) and is working.
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