- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for dependency (0.09 sec)
-
docs/en/docs/release-notes.md
* The cache can be disabled per dependency declaration, using `use_cache=False` as in `Depends(your_dependency, use_cache=False)`. * Updated docs at: [Using the same dependency multiple times](https://fastapi.tiangolo.com/tutorial/dependencies/sub-dependencies/#using-the-same-dependency-multiple-times). * PR [#292](https://github.com/tiangolo/fastapi/pull/292).
Registered: 2025-05-25 07:19 - Last Modified: 2025-05-22 09:45 - 522.5K bytes - Viewed (0) -
RELEASE.md
Weweler, Zantares, zjjott, 卜居, 王振华 (Wang Zhenhua), 黄鑫 # Release 1.12.3 ## Bug Fixes and Other Changes * Updates `png_archive` dependency to 1.6.37 to not be affected by CVE-2019-7317, CVE-2018-13785, and CVE-2018-14048. * Updates `sqlite` dependency to 3.28.0 to not be affected by CVE-2018-20506, CVE-2018-20346, and CVE-2018-20505. # Release 1.12.2 ## Bug Fixes and Other Changes
Registered: 2025-05-27 12:39 - Last Modified: 2025-04-21 16:40 - 738.1K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.19.md
- Update go.etcd.io/bbolt to v1.3.5 ([#92350](https://github.com/kubernetes/kubernetes/pull/92350), [@justaugustus](https://github.com/justaugustus)) [SIG API Machinery and Cloud Provider] - Update opencontainers/runtime-spec dependency to v1.0.2 ([#89644](https://github.com/kubernetes/kubernetes/pull/89644), [@saschagrunert](https://github.com/saschagrunert)) [SIG Node]
Registered: 2025-05-30 09:05 - Last Modified: 2022-01-05 05:42 - 489.7K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
// opad = 0x5c byte repeated for key length // hmac = H([key ^ opad] H([key ^ ipad] text)) // marshalable is the combination of encoding.BinaryMarshaler and // encoding.BinaryUnmarshaler. Their method definitions are repeated here to // avoid a dependency on the encoding package. type marshalable interface { MarshalBinary() ([]byte, error) UnmarshalBinary([]byte) error } type HMAC struct { opad, ipad []byte outer, inner fips140.Hash // If marshaled is true, then opad and ipad do not contain a padded...
Registered: 2025-05-27 11:13 - Last Modified: 2025-01-29 15:10 - 635K bytes - Viewed (0)