-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
129 lines (98 loc) · 3.96 KB
/
NOTICE
File metadata and controls
129 lines (98 loc) · 3.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
License Compliance Checker (LCC)
Copyright 2025 Ajay Pundhir
This product includes software developed by third parties.
The following is a list of third-party dependencies and their licenses.
=======================================================================
Core Dependencies
=======================================================================
rich (>=13.7.0) - MIT License
Copyright (c) 2020 Will McGugan
https://github.com/Textualize/rich
requests (>=2.31.0) - Apache License 2.0
Copyright (c) Kenneth Reitz
https://github.com/psf/requests
cachetools (>=5.3.0) - MIT License
Copyright (c) 2014-2024 Thomas Kemmer
https://github.com/tkem/cachetools
platformdirs (>=4.2.0) - MIT License
Copyright (c) 2010-2024 platformdirs contributors
https://github.com/platformdirs/platformdirs
packaging (>=23.2) - Apache License 2.0 / BSD 2-Clause
Copyright (c) Donald Stufft and individual contributors
https://github.com/pypa/packaging
redis (>=5.0.0) - MIT License
Copyright (c) 2022-2024 Redis Inc.
https://github.com/redis/redis-py
fastapi (>=0.115.0) - MIT License
Copyright (c) 2018 Sebastian Ramirez
https://github.com/tiangolo/fastapi
uvicorn (>=0.30.0) - BSD 3-Clause License
Copyright (c) 2017-present, Encode OSS Ltd.
https://github.com/encode/uvicorn
python-jose (>=3.3.0) - MIT License
Copyright (c) 2015 Michael Davis
https://github.com/mpdavis/python-jose
passlib (>=1.7.4) - BSD License
Copyright (c) 2008-2020 Assurance Technologies, LLC
https://github.com/glic3rern/passlib
argon2-cffi (>=21.0.0) - MIT License
Copyright (c) 2015 Hynek Schlawack
https://github.com/hynek/argon2-cffi
python-multipart (>=0.0.6) - Apache License 2.0
Copyright (c) 2012-2024 Andrew Dunham
https://github.com/andrew-d/python-multipart
slowapi (>=0.1.9) - MIT License
Copyright (c) 2020 Laurent Savaete
https://github.com/laurentS/slowapi
pydantic (>=2.0.0) - MIT License
Copyright (c) 2017-2024 Samuel Colvin
https://github.com/pydantic/pydantic
cyclonedx-python-lib (>=5.0.0) - Apache License 2.0
Copyright (c) OWASP Foundation
https://github.com/CycloneDX/cyclonedx-python-lib
spdx-tools (>=0.8.0) - Apache License 2.0
Copyright (c) SPDX contributors
https://github.com/spdx/tools-python
packageurl-python (>=0.11.0) - MIT License
Copyright (c) the purl authors
https://github.com/package-url/packageurl-python
huggingface-hub (>=0.19.0) - Apache License 2.0
Copyright (c) 2021 Hugging Face, Inc.
https://github.com/huggingface/huggingface_hub
python-gnupg (>=0.5.0) - BSD License
Copyright (c) 2008-2024 Vinay Sajip
https://github.com/vsajip/python-gnupg
sqlalchemy (>=2.0.0) - MIT License
Copyright (c) 2005-2024 Michael Bayer and contributors
https://github.com/sqlalchemy/sqlalchemy
alembic (>=1.13.0) - MIT License
Copyright (c) 2009-2024 Michael Bayer
https://github.com/sqlalchemy/alembic
asyncpg (>=0.29.0) - Apache License 2.0
Copyright (c) 2016-2024 the asyncpg authors
https://github.com/MagicStack/asyncpg
arq (>=0.25.0) - MIT License
Copyright (c) 2017-2024 Samuel Colvin
https://github.com/samuelcolvin/arq
gitpython (>=3.1.0) - BSD 3-Clause License
Copyright (c) 2008-2024 Michael Trier and contributors
https://github.com/gitpython-developers/GitPython
openai (>=1.0.0) - Apache License 2.0
Copyright (c) OpenAI
https://github.com/openai/openai-python
python-dotenv (>=1.0.0) - BSD 3-Clause License
Copyright (c) 2014 Saurabh Kumar
https://github.com/theskumar/python-dotenv
aiosqlite (>=0.19.0) - MIT License
Copyright (c) 2018 Amethyst Reese
https://github.com/omnilib/aiosqlite
=======================================================================
Test Dependencies
=======================================================================
pytest (>=7.4) - MIT License
pytest-cov (>=4.1) - MIT License
responses (>=0.25) - Apache License 2.0
freezegun (>=1.4.0) - Apache License 2.0
fakeredis (>=2.21.3) - BSD License
pytest-asyncio (>=0.23.0) - Apache License 2.0
aiosqlite (>=0.17.0) - MIT License