Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/litestar-org/litestar
Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs
https://github.com/litestar-org/litestar
docs: fix typos in `sqlalchemy` examples
sobolevn opened this pull request 2 months ago
sobolevn opened this pull request 2 months ago
docs: fix typos in `sqlalchemy/models_and_repository.rst`
sobolevn opened this pull request 2 months ago
sobolevn opened this pull request 2 months ago
docs: make sure that `channels` use `finally` in all examples
sobolevn opened this pull request 2 months ago
sobolevn opened this pull request 2 months ago
docs: fix missing import in `cache` usage
sobolevn opened this pull request 2 months ago
sobolevn opened this pull request 2 months ago
docs: fix a typo in `requests` usage docs
sobolevn opened this pull request 2 months ago
sobolevn opened this pull request 2 months ago
Enhancement: drop 3.8, since it is EOL since 3.13 release
sobolevn opened this issue 2 months ago
sobolevn opened this issue 2 months ago
fix: template callable is now correctly registered when using custom env
euri10 opened this pull request 2 months ago
euri10 opened this pull request 2 months ago
Bug: using a custom jinja Environement seems to bypass a potential template callable
euri10 opened this issue 2 months ago
euri10 opened this issue 2 months ago
chore(devcontainer): Fix python version in devcontainer
sobolevn opened this pull request 2 months ago
sobolevn opened this pull request 2 months ago
Bug: `.devcontainer/Dockerfile` uses 3.13 which is not supported and not tested
sobolevn opened this issue 2 months ago
sobolevn opened this issue 2 months ago
docs: Fix python code highlight in many examples
sobolevn opened this pull request 2 months ago
sobolevn opened this pull request 2 months ago
Bug: "Lockfile hash doesn't match pyproject.toml, packages may be outdated" warning in pdm
sobolevn opened this issue 2 months ago
sobolevn opened this issue 2 months ago
Enhancement: Be able to enforce `min_length`, `max_length`, etc. for `SecretString`
bdoms opened this issue 2 months ago
bdoms opened this issue 2 months ago
Bug: `return_dto` with optional nested `Struct` field raises 500 error when no default exists
bdoms opened this issue 2 months ago
bdoms opened this issue 2 months ago
fix(prometheus): fix path template for routes without path parameters
mohammedbabelly20 opened this pull request 2 months ago
mohammedbabelly20 opened this pull request 2 months ago
Bug: .pgpass doesn't work for passwordless PostgreSQL login
createyourpersonalaccount opened this issue 2 months ago
createyourpersonalaccount opened this issue 2 months ago
Unexpected `ContextVar` handling for lifespan context managers
rmorshea opened this issue 2 months ago
rmorshea opened this issue 2 months ago
Docs: testing + debug mode
romuald opened this issue 3 months ago
romuald opened this issue 3 months ago
docs(readme): Remove reference to `litestar-pg-redis-docker`
Alc-Alc opened this pull request 3 months ago
Alc-Alc opened this pull request 3 months ago
Docs: SerializationPluginProtocol example is cut off
JacobCoffee opened this issue 3 months ago
JacobCoffee opened this issue 3 months ago
docs: add pogopaule as a contributor for code
allcontributors[bot] opened this pull request 3 months ago
allcontributors[bot] opened this pull request 3 months ago
fix: sign bug in rate limit middelware
pogopaule opened this pull request 3 months ago
pogopaule opened this pull request 3 months ago
Bug: Pydantic V1 DTO Validation for fields with the max_length validator.
sergeyk93 opened this issue 3 months ago
sergeyk93 opened this issue 3 months ago
Bug: OpenAPI Security Scheme Override
Forceres opened this issue 3 months ago
Forceres opened this issue 3 months ago
Docs: pypi.org description leading to a 404 error
romuald opened this issue 3 months ago
romuald opened this issue 3 months ago
Bug: No cleanup for SSE-endpoints if client tears connection down
vrslev opened this issue 3 months ago
vrslev opened this issue 3 months ago
docs: add graphql documentation
aarcex3 opened this pull request 3 months ago
aarcex3 opened this pull request 3 months ago
Bug: Inablity to select same value multiple times for a list of Enum parameter in get request
abhishek-compro opened this issue 3 months ago
abhishek-compro opened this issue 3 months ago
fix: (typo) changed emphasis from line 12 to 11 to highlight the correct plugin being added in tutorial
eliasfandi opened this pull request 3 months ago
eliasfandi opened this pull request 3 months ago
fix: map JSONSchema spec naming convention to snake_case when names from schema_extra are not found (#3766)
charles-dyfis-net opened this pull request 3 months ago
charles-dyfis-net opened this pull request 3 months ago
Bug: schema_extra does not recognize upstream JSONSchema property/key names
charles-dyfis-net opened this issue 3 months ago
charles-dyfis-net opened this issue 3 months ago
fix(typing): Fix typing in websocket listener class
olzhasar opened this pull request 3 months ago
olzhasar opened this pull request 3 months ago
Enhancement: local state for websocket listeners
olzhasar opened this issue 3 months ago
olzhasar opened this issue 3 months ago
Bug: Incompatible signatures when using WebsocketListener class
olzhasar opened this issue 3 months ago
olzhasar opened this issue 3 months ago
Bug: Swagger and Redoc docs don't work for Piccolo ORM in Litestar>2.11.0
sinisaos opened this issue 3 months ago
sinisaos opened this issue 3 months ago
Bug: `return_dto` not used in openapi spec when `Response` is returned by handler
atom-andrew opened this issue 3 months ago
atom-andrew opened this issue 3 months ago
Bug: default_factory with PydanticDTO
FranzForstmayr opened this issue 3 months ago
FranzForstmayr opened this issue 3 months ago
Enhancement: "Remember me" support for ServerSideSessionBackend / ClientSideSessionBackend
Rey092 opened this issue 3 months ago
Rey092 opened this issue 3 months ago
docs: add floxay as a contributor for code, and test
allcontributors[bot] opened this pull request 3 months ago
allcontributors[bot] opened this pull request 3 months ago
feat: deprecate `litestar.contrib.sqlalchemy`
cofin opened this pull request 3 months ago
cofin opened this pull request 3 months ago
feat: OpenAPI plugins send CSRF request header
floxay opened this pull request 3 months ago
floxay opened this pull request 3 months ago
chore: Fix PyPI readme generation on Windows
floxay opened this pull request 3 months ago
floxay opened this pull request 3 months ago
Enhancement: Allow multiple lifecycle hooks of each type to be run on any given request
charles-dyfis-net opened this issue 3 months ago
charles-dyfis-net opened this issue 3 months ago
docs: update copyright notice year to 2024
findstar opened this pull request 3 months ago
findstar opened this pull request 3 months ago
fix(typing): Don't require annotated_types
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
Bug: ModuleNotFoundError: No module named 'annotated_types'
itssimon opened this issue 3 months ago
itssimon opened this issue 3 months ago
feat: allow before_request and after_request handlers to accept a parent argument
charles-dyfis-net opened this pull request 3 months ago
charles-dyfis-net opened this pull request 3 months ago
feat: bump `scalar` OpenAPI Plugin to `latest` release
cofin opened this pull request 3 months ago
cofin opened this pull request 3 months ago
docs: remove unused code snippet
JacobCoffee opened this pull request 3 months ago
JacobCoffee opened this pull request 3 months ago
docs(index): Add `litestar-fullstack-inertia` and remove `litestar-pg-redis-docker`
Alc-Alc opened this pull request 3 months ago
Alc-Alc opened this pull request 3 months ago
fix(revert): `httponly` correction in CSRFMiddleware
cofin opened this pull request 3 months ago
cofin opened this pull request 3 months ago
fix(OpenAPI): Correctly handle `msgspec.Struct` tagged unions
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
ci(docs): include hidden files for docs
Alc-Alc opened this pull request 3 months ago
Alc-Alc opened this pull request 3 months ago
feat: Raise exception when body parameter is annotated with non-bytes type
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
fix: `httponly` correction in CSRFMiddleware
cofin opened this pull request 3 months ago
cofin opened this pull request 3 months ago
feat: Allow customizing schema component keys
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
Bug: NameError: name 'BigInteger' is not defined
cbdiesse opened this issue 3 months ago
cbdiesse opened this issue 3 months ago
chore: Test coverage
Alc-Alc opened this pull request 3 months ago
Alc-Alc opened this pull request 3 months ago
fix: Fix dangling coroutines in request extraction handling cleanup
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
Bug: Validation error for missing parameter causes ` RuntimeWarning: coroutine 'json_extractor' was never awaited` when body is also requested
provinzkraut opened this issue 3 months ago
provinzkraut opened this issue 3 months ago
test: Fix for Pydantic private fields (2nd attempt)
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
feat: Update MessagPack media type
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
test: Fix tests for pydantic private fields
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
Enhancement: after_startup and after_shutdown hook
m3nowak opened this issue 3 months ago
m3nowak opened this issue 3 months ago
feat: Support strings in `media_type` for `ResponseSpec`
provinzkraut opened this pull request 3 months ago
provinzkraut opened this pull request 3 months ago
Enhancement: Accept arbitrary media types in `ResponseSpec.media_type`
agronholm opened this issue 3 months ago
agronholm opened this issue 3 months ago
Enhancement: Switch to official msgpack media type
agronholm opened this issue 3 months ago
agronholm opened this issue 3 months ago
Enhancement: Generate OpenAPI parameter descriptions from handler docstrings
Keating950 opened this issue 3 months ago
Keating950 opened this issue 3 months ago
docs(htmx): add request_class to example
yujinyuz opened this pull request 3 months ago
yujinyuz opened this pull request 3 months ago
Bug: Request has no attribute 'htmx'
yujinyuz opened this issue 3 months ago
yujinyuz opened this issue 3 months ago
Bug: Pydantic `json_schema_extra` fields aren't all merged
provinzkraut opened this issue 3 months ago
provinzkraut opened this issue 3 months ago
refactor: Metadata handling
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
Enhancement: allow_unauthorized
gsakkis opened this issue 4 months ago
gsakkis opened this issue 4 months ago
docs: add example of utilizing GraphQL with Litestar via Strawberry
aarcex3 opened this pull request 4 months ago
aarcex3 opened this pull request 4 months ago
chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
refactor(typing): Remove "unpacking" of `annotated_types`
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
fix(OpenAPI): Correctly handle `type` keyword
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
Bug: "type" keyword doesn't behave the same as TypeAlias
atom-andrew opened this issue 4 months ago
atom-andrew opened this issue 4 months ago
fix(warnings): the exclude pattern matching warned too much
euri10 opened this pull request 4 months ago
euri10 opened this pull request 4 months ago
Bug: OpenAPI Generation Errors Out with Pydantic V1 and max_length with default=None
sergeyk93 opened this issue 4 months ago
sergeyk93 opened this issue 4 months ago
chore(release): Release v2.11.0
Alc-Alc opened this pull request 4 months ago
Alc-Alc opened this pull request 4 months ago
docs: add FarhanAliRaza as a contributor for doc
allcontributors[bot] opened this pull request 4 months ago
allcontributors[bot] opened this pull request 4 months ago
Bug: `Request.url.scheme` doesn't match `scope['scheme']`
trim21 opened this issue 4 months ago
trim21 opened this issue 4 months ago
fix(JWT): Response with 401 on token payload validation
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
docs: add aarcex3 as a contributor for doc
allcontributors[bot] opened this pull request 4 months ago
allcontributors[bot] opened this pull request 4 months ago
docs: Fixing spelling in request.rst
aarcex3 opened this pull request 4 months ago
aarcex3 opened this pull request 4 months ago
docs: fixed incorrect docs for default status code for http handler
FarhanAliRaza opened this pull request 4 months ago
FarhanAliRaza opened this pull request 4 months ago
docs: add trim21 as a contributor for code, and test
allcontributors[bot] opened this pull request 4 months ago
allcontributors[bot] opened this pull request 4 months ago
feat(middleware): Warn about greedy exclude patterns
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
Bug: can't reload app on windows
trim21 opened this issue 4 months ago
trim21 opened this issue 4 months ago
fix: csrf middleware excluding router
trim21 opened this pull request 4 months ago
trim21 opened this pull request 4 months ago
docs: stale reference to pydantic signature models
cofin opened this pull request 4 months ago
cofin opened this pull request 4 months ago
fix: inconsistent behavior between `signature_namespace` and `signature_types`
cofin opened this pull request 4 months ago
cofin opened this pull request 4 months ago
feat(JWT): Customised token verification
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
fix(signature): removed tests to fix inconsistent behavior between signature_namespace and signature_types
FarhanAliRaza opened this pull request 4 months ago
FarhanAliRaza opened this pull request 4 months ago
fix: updated sqlalchemy samples & unpin `advanced-alchemy`
cofin opened this pull request 4 months ago
cofin opened this pull request 4 months ago
feat(JWT): Custom JWT payload classes
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
feat(DTO): Support `extra="forbid"` model config for `PydanticDTO`
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
feat(DTO): introduce `forbid_unknown_fields` config
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago
fix: OpenTelemetry doesn't capture exceptions in the outermost application layer
provinzkraut opened this pull request 4 months ago
provinzkraut opened this pull request 4 months ago