Armando Belardo
Armando Belardo
I can give this a go after the 1st!
I think it's the same issue as https://github.com/hashicorp/terraform-provider-aws/issues/12923
@zoewangg or @debora-ito we are also facing the same issue, does enabling async token refresh (`refreshCredentialsAsync `) solve this problem so it's not blocking the worker thread? We'll be testing...
@applebait or @tbennett6421 did y'all ever find a way to hid the titlebar?
We're seeing a similar issue, I'm even seeing the same ValidationException when attempting to import the resources I made manually within the console. Similar to the above, I've tried different...
Hi there @Daniel-Vetter-Coverwhale this is currently intentional! This config just enforces the use of pydantic v2, so it's imports become `import pydantic.v1 as pydantic` as opposed to `import pydantic` for...
Hi there folks (@alexrejto @Daniel-Vetter-Coverwhale), as of version `3.0.0-rc0` the python generator supports v2 models and v1 models, depending on what you're running locally: https://github.com/fern-api/fern/blob/main/generators/python/sdk/CHANGELOG.md#300-rc0---2024-07-23
@nlassaux would you be able to run `fern upgrade` and regenerate your docs? This should be fixed!
@Daniel-Vetter-Coverwhale, could you try this on the latest version of the python generator - `0.11.10`? There have been a large number of changes since this version! https://github.com/fern-api/fern/blob/main/generators/python/sdk/CHANGELOG.md
@Daniel-Vetter-Coverwhale would you be able to share an updated API spec?