Skip to content

Commit ecd2c4f

Browse files
committed
agentops.config: dataclass -slots | compat 3.9
Signed-off-by: Teo <[email protected]>
1 parent dfdec66 commit ecd2c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentops/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ConfigDict(TypedDict):
3333
prefetch_jwt_token: Optional[bool]
3434

3535

36-
@dataclass(slots=True)
36+
@dataclass
3737
class Config:
3838
api_key: Optional[str] = field(
3939
default_factory=lambda: os.getenv("AGENTOPS_API_KEY"),

0 commit comments

Comments
 (0)