Tim Van Wassenhove
Tim Van Wassenhove
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
## Problem Statement Currently, `async-openai` is tightly coupled to `reqwest::Client`, which prevents users from: - Adding middleware for tracing, logging, or retry logic - Using alternative HTTP clients - Mocking...
## Summary This PR introduces an `HttpClient` trait abstraction that allows users to provide custom HTTP client implementations, enabling middleware support for automatic instrumentation, logging, retry logic, and more. ##...
This PR fixes #15
When no [patch.crates-io] section is in your Cargo.toml you are greeted with an error: thread 'main' panicked at src/cmd/edit.rs:141:37: index not found
## Summary - bump `reqwest-retry` to 0.7.1 for a patch release slot - update the wasm retry timer to `wasmtimer` 0.4.3 so the `instant` crate disappears from the dependency graph...