File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
RAW_RESPONSE_HEADER = "X-Stainless-Raw-Response"
6
6
OVERRIDE_CAST_TO_HEADER = "____stainless_override_cast_to"
7
7
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 )
10
10
DEFAULT_MAX_RETRIES = 2
11
11
DEFAULT_CONNECTION_LIMITS = httpx .Limits (max_connections = 100 , max_keepalive_connections = 20 )
12
12
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "aimon"
4
- __version__ = "0.9.1 "
4
+ __version__ = "0.9.2 "
Original file line number Diff line number Diff line change 8
8
name = 'aimon' ,
9
9
python_requires = '>3.8.0' ,
10
10
packages = find_packages (),
11
- version = "0.9.1 " ,
11
+ version = "0.9.2 " ,
12
12
install_requires = [
13
13
"annotated-types==0.6.0" ,
14
14
"anyio==4.4.0" ,
You can’t perform that action at this time.
0 commit comments