File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55RAW_RESPONSE_HEADER = "X-Stainless-Raw-Response"
66OVERRIDE_CAST_TO_HEADER = "____stainless_override_cast_to"
77
8- # default timeout is 1 minute
9- DEFAULT_TIMEOUT = httpx .Timeout (timeout = 60 , connect = 5.0 )
8+ # default timeout is 10 minutes
9+ DEFAULT_TIMEOUT = httpx .Timeout (timeout = 600 , connect = 5.0 )
1010DEFAULT_MAX_RETRIES = 2
1111DEFAULT_CONNECTION_LIMITS = httpx .Limits (max_connections = 100 , max_keepalive_connections = 20 )
1212
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "aimon"
4- __version__ = "0.9.1 "
4+ __version__ = "0.9.2 "
Original file line number Diff line number Diff line change 88 name = 'aimon' ,
99 python_requires = '>3.8.0' ,
1010 packages = find_packages (),
11- version = "0.9.1 " ,
11+ version = "0.9.2 " ,
1212 install_requires = [
1313 "annotated-types==0.6.0" ,
1414 "anyio==4.4.0" ,
You can’t perform that action at this time.
0 commit comments