Yiwen Yuan
Yiwen Yuan
So we can assign a different encoder for different columns.
**Describe the bug** ``` from polygon import RESTClient from dataclasses import asdict client = RESTClient() date = "2025-06-12" quotes = [asdict(q) for q in client.list_quotes("AAPL", limit=1)] print(f"Number of quotes: {len(quotes)}")...
**Describe the bug** We are running a proxy service so the base is using `http` instead of `https` ``` path = decoded["next_url"].replace(self.BASE, "") ``` is causing a bug because it...
The current release version is not compatible with python3.13 because of this dependency https://github.com/StonyBrookNLP/appworld/blob/v0.1.3/pyproject.toml#L94