Skip to content

Conversation

mingi3314
Copy link
Owner

@mingi3314 mingi3314 commented Feb 18, 2024


Generated summary (powered by Graphite)

TL;DR

This pull request adds the FastAPI package to the project and updates the poetry.lock file with the new dependencies.

What changed

The FastAPI package was added to the pyproject.toml file. The poetry.lock file was updated to include the new dependencies that come with FastAPI, such as anyio, sniffio, and starlette.

+fastapi = "^0.109.2"

How to test

After pulling the changes, run poetry install to install the new dependencies. Then, you can import and use FastAPI in the project to confirm that it was installed correctly.

Why make this change

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It's being added to this project to help with the creation of new APIs.

@mingi3314
Copy link
Owner Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Copy link
Owner Author

mingi3314 commented Feb 18, 2024

Merge activity

@mingi3314 mingi3314 merged commit 0c22dda into main Feb 18, 2024
@mingi3314 mingi3314 deleted the 02-18-_add_fastapi_dependencies branch February 18, 2024 14:08
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