Suren Khorenyan
Suren Khorenyan
Hi @DavidRomanovizc, great news! Nope, backward compatibility is not planned. There'll be a new release 3.0 with FastAPI 0.100+ and Pydantic 2+ I tried to migrate using the official migration...
@kmbhm1 hello there! Technically, Pydantic V2 support is ready, but I need to make sure it works on older Python versions, I need to update examples and all docs, and...
Hi! Yeah, it'll be a good option But will it be compatible with `dictConfig`? 🤔 I can do a PR, but we need to agree on a solution.
Sure! Will work on it
Hi! Hmm, I didn't check it. I'll do some tests and get back with an answer
Hi. `JWTStrategy` is a Generic, so you need to provide types: ```python strategy = JWTStrategy[User, UserIdType](secret="abc", lifetime_seconds=3600) ``` `User` is a subclass of `SQLAlchemyBaseUserTable` `UserIdType` is User's id type: UUID...
> Would this solve #3574? Hi @trajano, thank you for mentioning this issue, I'll check it too.
@Graeme22 hi, there's no detailed plan for this issue. you can take a look at what's been done with basic commands and work on the next commands class. You'll need...
Hi! I faced this too I guess it's fixable by changing "opacity" on line 9. Also the `backgroundImage` seems redundant. https://github.com/stevebauman/showcode/blob/6c2479adebf4f3fa41b29ea5915c7889cf6d02f0/data/backgrounds.js#L7-L17 But I'm not sure how it works on the...
Hey @JarroVGIT, sorry for the delay! 😅 I've added some tests. Could you please check? Many thanks!