Ondrej Musil
Ondrej Musil
Hi Geraint, it looks that the code from published [NPM package](https://www.npmjs.com/package/uri-templates/v/0.2.0) isn't in this repository. Can you please push the code for version 0.2.0? Thank you.
## Description Runs OneSDK on Node 19. Found bug in [mockttp](https://github.com/httptoolkit/mockttp/issues/107), where connection header is deleted and client doesn't know how to behave. I choose to use `Connection: close` because...
It is easy to miss, that without passing environment to the function env variables won't be resolved. Main issue I see, is not expected behaviour inside SuperJson normalization. ## Expected...
### Python Version 3.12 ### Operating system _No response_ ### Error ```py from composio_openai import ComposioToolSet, App, Tag composio_toolset = ComposioToolSet(api_key=os.getenv("COMPOSIO_API_KEY")) tools = composio_toolset.get_tools( apps=[App.HUBSPOT], tags=[Tag.HUBSPOT_CORE, Tag.HUBSPOT_BASIC], ) print(f"Composio tools:...