Cody Fincher

Results 46 issues of Cody Fincher

### Description There are a number of `pyright` linting errors that should be addressed. Additionally, pyright should be enabled as part of the CI testing pipeline going forward. ### URL...

bug

## Description - Closes: #3597 ## Closes

pr/internal
size: small
area/docs
area/dependencies
type/feat
area/testing

## Description Modifies the following: `full` - No longer installs everything. Previous it would include all of the ORMs, serialization backends, and logging plugins. It now installs the most common...

### Summary We currently support generator based dependencies, but not context managers. For instance the following works: ```python async def provide_connection( self, state: State, scope: Scope, ) -> AsyncGenerator[Union[PoolConnectionProxy,Connection], None]:...

Enhancement

### Summary It would be great to have an integration with a third party library or have built in support for authenticating with OAuth2 providers such as Google or Github....

Enhancement
Help Wanted :sos:
polar
Security

In the `LitestarEnv.from_env` method, we attempt to use the `dotenv` configuration if it's there. This is helpful, however, there are cases where you'd like to skip this execute or execute...

Breaking 🔨