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
docs: fix typos in `sqlalchemy/models_and_repository.rst`

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
docs: fix missing import in `cache` usage

sobolevn opened this pull request 2 months ago
docs: fix a typo in `requests` usage docs

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
chore(devcontainer): Fix python version in devcontainer

sobolevn opened this pull request 2 months ago
docs: Fix python code highlight in many examples

sobolevn opened this pull request 2 months ago
fix(prometheus): fix path template for routes without path parameters

mohammedbabelly20 opened this pull request 2 months ago
Bug: .pgpass doesn't work for passwordless PostgreSQL login

createyourpersonalaccount opened this issue 2 months ago
Unexpected `ContextVar` handling for lifespan context managers

rmorshea opened this issue 2 months ago
Docs: testing + debug mode

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
Docs: SerializationPluginProtocol example is cut off

JacobCoffee opened this issue 3 months ago
docs: add pogopaule as a contributor for code

allcontributors[bot] opened this pull request 3 months ago
fix: sign bug in rate limit middelware

pogopaule opened this pull request 3 months ago
Bug: OpenAPI Security Scheme Override

Forceres opened this issue 3 months ago
Docs: pypi.org description leading to a 404 error

romuald opened this issue 3 months ago
docs: add graphql documentation

aarcex3 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
fix(typing): Fix typing in websocket listener class

olzhasar opened this pull request 3 months ago
Enhancement: local state for websocket listeners

olzhasar opened this issue 3 months ago
Bug: Incompatible signatures when using WebsocketListener class

olzhasar opened this issue 3 months ago
Bug: default_factory with PydanticDTO

FranzForstmayr 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
feat: deprecate `litestar.contrib.sqlalchemy`

cofin opened this pull request 3 months ago
feat: OpenAPI plugins send CSRF request header

floxay opened this pull request 3 months ago
chore: Fix PyPI readme generation on Windows

floxay opened this pull request 3 months ago
docs: update copyright notice year to 2024

findstar opened this pull request 3 months ago
fix(typing): Don't require annotated_types

provinzkraut opened this pull request 3 months ago
Bug: ModuleNotFoundError: No module named 'annotated_types'

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
feat: bump `scalar` OpenAPI Plugin to `latest` release

cofin opened this pull request 3 months ago
docs: remove unused code snippet

JacobCoffee opened this pull request 3 months ago
fix(revert): `httponly` correction in CSRFMiddleware

cofin opened this pull request 3 months ago
fix(OpenAPI): Correctly handle `msgspec.Struct` tagged unions

provinzkraut opened this pull request 3 months ago
ci(docs): include hidden files for docs

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
fix: `httponly` correction in CSRFMiddleware

cofin opened this pull request 3 months ago
feat: Allow customizing schema component keys

provinzkraut opened this pull request 3 months ago
Bug: NameError: name 'BigInteger' is not defined

cbdiesse opened this issue 3 months ago
chore: Test coverage

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
test: Fix for Pydantic private fields (2nd attempt)

provinzkraut opened this pull request 3 months ago
feat: Update MessagPack media type

provinzkraut opened this pull request 3 months ago
test: Fix tests for pydantic private fields

provinzkraut opened this pull request 3 months ago
Enhancement: after_startup and after_shutdown hook

m3nowak opened this issue 3 months ago
feat: Support strings in `media_type` for `ResponseSpec`

provinzkraut opened this pull request 3 months ago
Enhancement: Switch to official msgpack media type

agronholm opened this issue 3 months ago
docs(htmx): add request_class to example

yujinyuz opened this pull request 3 months ago
Bug: Request has no attribute 'htmx'

yujinyuz opened this issue 3 months ago
Bug: Pydantic `json_schema_extra` fields aren't all merged

provinzkraut opened this issue 3 months ago
refactor: Metadata handling

provinzkraut opened this pull request 4 months ago
Enhancement: allow_unauthorized

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
chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

dependabot[bot] opened this pull request 4 months ago
refactor(typing): Remove "unpacking" of `annotated_types`

provinzkraut opened this pull request 4 months ago
fix(OpenAPI): Correctly handle `type` keyword

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
fix(warnings): the exclude pattern matching warned too much

euri10 opened this pull request 4 months ago
chore(release): Release v2.11.0

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
Bug: `Request.url.scheme` doesn't match `scope['scheme']`

trim21 opened this issue 4 months ago
fix(JWT): Response with 401 on token payload validation

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
docs: Fixing spelling in request.rst

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
docs: add trim21 as a contributor for code, and test

allcontributors[bot] opened this pull request 4 months ago
feat(middleware): Warn about greedy exclude patterns

provinzkraut opened this pull request 4 months ago
Bug: can't reload app on windows

trim21 opened this issue 4 months ago
fix: csrf middleware excluding router

trim21 opened this pull request 4 months ago
docs: stale reference to pydantic signature models

cofin opened this pull request 4 months ago
feat(JWT): Customised token verification

provinzkraut opened this pull request 4 months ago
fix: updated sqlalchemy samples & unpin `advanced-alchemy`

cofin opened this pull request 4 months ago
feat(JWT): Custom JWT payload classes

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
feat(DTO): introduce `forbid_unknown_fields` config

provinzkraut opened this pull request 4 months ago