mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-28 04:20:51 +00:00
* Adds basic retries to API requests * This mimics the basic retries performed by urllib3 in the sync version * update samples * Only use retry client if number of retries is specified in the config * Reorganize * Remove class attribute * close retry_client --------- Co-authored-by: William Cheng <wing328hk@gmail.com>
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
python_dateutil >= 2.5.3
|
|
setuptools >= 21.0.0
|
|
urllib3 >= 1.25.3, < 2.1.0
|
|
pydantic >= 2
|
|
typing-extensions >= 4.7.1
|
|
aiohttp >= 3.0.0
|
|
aiohttp-retry >= 2.8.3
|
|
pycryptodome >= 3.9.0
|