@@ -34,7 +34,7 @@ class AgentMail:
3434
3535
3636
37- Defaults to AgentMailEnvironment.PRODUCTION
37+ Defaults to AgentMailEnvironment.PROD
3838
3939
4040
@@ -63,7 +63,7 @@ class AgentMail:
6363 def __init__ (
6464 self ,
6565 * ,
66- environment : AgentMailEnvironment = AgentMailEnvironment .PRODUCTION ,
66+ environment : AgentMailEnvironment = AgentMailEnvironment .PROD ,
6767 api_key : typing .Optional [typing .Union [str , typing .Callable [[], str ]]] = os .getenv ("AGENTMAIL_API_KEY" ),
6868 headers : typing .Optional [typing .Dict [str , str ]] = None ,
6969 timeout : typing .Optional [float ] = None ,
@@ -191,7 +191,7 @@ class AsyncAgentMail:
191191
192192
193193
194- Defaults to AgentMailEnvironment.PRODUCTION
194+ Defaults to AgentMailEnvironment.PROD
195195
196196
197197
@@ -220,7 +220,7 @@ class AsyncAgentMail:
220220 def __init__ (
221221 self ,
222222 * ,
223- environment : AgentMailEnvironment = AgentMailEnvironment .PRODUCTION ,
223+ environment : AgentMailEnvironment = AgentMailEnvironment .PROD ,
224224 api_key : typing .Optional [typing .Union [str , typing .Callable [[], str ]]] = os .getenv ("AGENTMAIL_API_KEY" ),
225225 headers : typing .Optional [typing .Dict [str , str ]] = None ,
226226 timeout : typing .Optional [float ] = None ,
0 commit comments