You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Author(s): Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Samuel Colvin <s@muelcolvin.com>, Zac Hatfield-Dodds <zac@zhd.dev>
282
+
283
+
### License Text
284
+
285
+
```
286
+
The MIT License (MIT)
287
+
288
+
Copyright (c) 2022 the contributors
289
+
290
+
Permission is hereby granted, free of charge, to any person obtaining a copy
291
+
of this software and associated documentation files (the "Software"), to deal
292
+
in the Software without restriction, including without limitation the rights
293
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
294
+
copies of the Software, and to permit persons to whom the Software is
295
+
furnished to do so, subject to the following conditions:
296
+
297
+
The above copyright notice and this permission notice shall be included in all
298
+
copies or substantial portions of the Software.
299
+
300
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
301
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
302
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
303
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
304
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
305
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
306
+
SOFTWARE.
307
+
308
+
```
309
+
276
310
## argcomplete (3.6.3) - Apache Software License
277
311
278
312
Bash tab completion for argparse
@@ -5123,6 +5157,74 @@ Library for serializing and deserializing Python Objects to and from JSON and XM
5123
5157
5124
5158
```
5125
5159
5160
+
## pydantic (2.12.5) - UNKNOWN
5161
+
5162
+
Data validation using Python type hints
5163
+
5164
+
* URL: https://github.com/pydantic/pydantic
5165
+
* Author(s): Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan Ramezani <hasan.r67@gmail.com>, Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, Terrence Dorsey <terry@pydantic.dev>, David Montague <david@pydantic.dev>, Serge Matveenko <lig@countzero.co>, Marcelo Trylesinski <marcelotryle@gmail.com>, Sydney Runkle <sydneymarierunkle@gmail.com>, David Hewitt <mail@davidhewitt.io>, Alex Hall <alex.mojaki@gmail.com>, Victorien Plot <contact@vctrn.dev>, Douwe Maan <hi@douwe.me>
5166
+
5167
+
### License Text
5168
+
5169
+
```
5170
+
The MIT License (MIT)
5171
+
5172
+
Copyright (c) 2017 to present Pydantic Services Inc. and individual contributors.
5173
+
5174
+
Permission is hereby granted, free of charge, to any person obtaining a copy
5175
+
of this software and associated documentation files (the "Software"), to deal
5176
+
in the Software without restriction, including without limitation the rights
5177
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5178
+
copies of the Software, and to permit persons to whom the Software is
5179
+
furnished to do so, subject to the following conditions:
5180
+
5181
+
The above copyright notice and this permission notice shall be included in all
5182
+
copies or substantial portions of the Software.
5183
+
5184
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5185
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5186
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5187
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5188
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5189
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5190
+
SOFTWARE.
5191
+
5192
+
```
5193
+
5194
+
## pydantic_core (2.41.5) - UNKNOWN
5195
+
5196
+
Core functionality for Pydantic validation and serialization
5197
+
5198
+
* URL: https://github.com/pydantic/pydantic-core
5199
+
* Author(s): Samuel Colvin <s@muelcolvin.com>, Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>, David Montague <david@pydantic.dev>, David Hewitt <mail@davidhewitt.dev>, Sydney Runkle <sydneymarierunkle@gmail.com>, Victorien Plot <contact@vctrn.dev>
5200
+
5201
+
### License Text
5202
+
5203
+
```
5204
+
The MIT License (MIT)
5205
+
5206
+
Copyright (c) 2022 Samuel Colvin
5207
+
5208
+
Permission is hereby granted, free of charge, to any person obtaining a copy
5209
+
of this software and associated documentation files (the "Software"), to deal
5210
+
in the Software without restriction, including without limitation the rights
5211
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5212
+
copies of the Software, and to permit persons to whom the Software is
5213
+
furnished to do so, subject to the following conditions:
5214
+
5215
+
The above copyright notice and this permission notice shall be included in all
5216
+
copies or substantial portions of the Software.
5217
+
5218
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5219
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5220
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5221
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5222
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5223
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5224
+
SOFTWARE.
5225
+
5226
+
```
5227
+
5126
5228
## pyparsing (3.3.2) - UNKNOWN
5127
5229
5128
5230
pyparsing - Classes and methods to define and execute parsing grammars
0 commit comments