Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.49 KB

File metadata and controls

53 lines (37 loc) · 1.49 KB

Third-Party Software Notices

This project uses the following third-party open-source software. We are grateful to the open-source community for these contributions.

Python Dependencies

FastAPI

  • License: MIT License
  • Source: https://github.com/tiangolo/fastapi
  • Copyright: Copyright (c) 2018 Sebastián Ramírez
  • Description: Modern web framework for building APIs with Python

requests

uvicorn

  • License: BSD 3-Clause License
  • Source: https://github.com/encode/uvicorn
  • Copyright: Copyright © 2017-present, Encode OSS Ltd
  • Description: ASGI web server implementation for Python

python-dotenv

License Texts

Full license texts for these dependencies can be found in their respective source repositories linked above.

Checking Your Dependencies

For the most up-to-date list of dependencies in your installation, run:

pip list

To see detailed license information:

pip-licenses --format=markdown

(Note: Requires pip install pip-licenses)


For questions about third-party licenses or to report licensing issues, please contact: bugbounty@databricks.com