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: Move `.. code-block::` directives into `docs/examples/`
JacobCoffee opened this issue 9 months ago
JacobCoffee opened this issue 9 months ago
feat!: no implicit default for optional params
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
refactor: removes deprecated OpenAPIController
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
fix: Remove use of asserts for control flow.
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
docs: update ``usage/static_files``
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
refactor!: Remove deprecated `StaticFileConfig`
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
Docs: Update `usage/security/guards` chapter
aranvir opened this issue 9 months ago
aranvir opened this issue 9 months ago
Bug: Remove use of `assert` for pydantic import flow control
peterschutt opened this issue 9 months ago
peterschutt opened this issue 9 months ago
chore(release): prepare release v2.8.2
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
chore: tidy up some redundant comments
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
docs: update ``usage/channels``
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: update ``usage/cli``
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: update ``usage/cli``
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
Bug: pydantic version logic breaks with latest pydantic
peterschutt opened this issue 9 months ago
peterschutt opened this issue 9 months ago
fix: pydantic v2 import tests for pydantic v1.10.15
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
Documentation: Consider depth of introductory State usage document
peterschutt opened this issue 9 months ago
peterschutt opened this issue 9 months ago
docs: update ``usage/caching``
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: update ``docs/usage/security/*``
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: update ``usage/applications``
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
Bug: DTO doesn't work with Generic tuples
dshum opened this issue 9 months ago
dshum opened this issue 9 months ago
chore(release): prepare release v2.8.1
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
Bug: cannot start server with `PydanticPlugin` if using `pydantic == 1.x.x`
LonelyVikingMichael opened this issue 9 months ago
LonelyVikingMichael opened this issue 9 months ago
Enhancement: Serve openapi routes under multiple path prefixes
peterschutt opened this issue 9 months ago
peterschutt opened this issue 9 months ago
fix: OpenAPI router and controller on same app.
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
Bug: In 2.8.0, openapi triggers an ImproperlyConfiguredException
SunsetOrange opened this issue 9 months ago
SunsetOrange opened this issue 9 months ago
bug: add release automation
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
fix: bug when pydantic==1.10 is installed
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
Bug: App launching fails because of Pydantic version handling problem
ai-zahran opened this issue 9 months ago
ai-zahran opened this issue 9 months ago
chore: add assets/ and html/ to .gitignore
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
ci: add labeler for prs
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
refactor(routing): Move kwargs model creation to handler
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
docs: add citation
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
feat: Add async `websocket_connect` to `AsyncTestClient`
kedod opened this pull request 9 months ago
kedod opened this pull request 9 months ago
feat: Add support for v2 model_dump and v1 dict to pydantic plugin
kedod opened this pull request 9 months ago
kedod opened this pull request 9 months ago
ci: Remove "Validate PR target" workflow
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
bug: Plugin "Flash Messages" not working with "Redirect" Response
saltcable opened this issue 9 months ago
saltcable opened this issue 9 months ago
docs!: update to v3 style
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
feat: problem details plugin
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
feat: add `SecretString` and `SecretBytes` datastructures
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
chore: rebase v3 onto `[email protected]`
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
feat!: Version 3.0
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
chore(release): bump version, edit changelog
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
Docs: Create an example of utilizing GraphQL with Litestar via Strawberry
JacobCoffee opened this issue 9 months ago
JacobCoffee opened this issue 9 months ago
fix: asgi lifespan msg after lifespan context exception
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
feat: Add `path` parameter to Litestar application class
kedod opened this pull request 9 months ago
kedod opened this pull request 9 months ago
ci: add pre-commit for toml sorting, fix maintainers listing
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: Update CONTRIBUTING.rst
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
docs: contrib guide update
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: update contribution guide
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: update `usage/caching`
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
refactor: metadata parsing
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
refactor: remove CacheControlHeader dependency on AbstractDTO
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
chore(dep): pin `advanced-alchemy` to < `v0.9.0`
cofin opened this pull request 9 months ago
cofin opened this pull request 9 months ago
Enhancement: simplify type of response_headers in AppConfig
bunny-therapist opened this issue 9 months ago
bunny-therapist opened this issue 9 months ago
Enhancement(Infra): Docs preview link in first message
JacobCoffee opened this issue 9 months ago
JacobCoffee opened this issue 9 months ago
docs: update `docs/usage/security/*`
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: update `docs/usage/applications`
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
docs: update `docs/usage/routing/*`
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
feat!: no implicit default for optional params
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
feat(v3)!: remove abstract repository
cofin opened this pull request 9 months ago
cofin opened this pull request 9 months ago
feat!: propose different default pagackages for v3
cofin opened this pull request 9 months ago
cofin opened this pull request 9 months ago
refactor: removes deprecated OpenAPIController
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
feat: Pydantic dto non instantiable types
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
fix(OpenAPI): Document unconsumed path parameters
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
feat: Add "TRACE" to HttpMethod enum
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
fix(OpenAPI): Fix OpenAPI schema generation for paths with path parameters of different types on the same path
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
docs: add carlsmedstad as a contributor for test
allcontributors[bot] opened this pull request 9 months ago
allcontributors[bot] opened this pull request 9 months ago
test: Replace dependency pytest-lazy-fixture
carlsmedstad opened this pull request 9 months ago
carlsmedstad opened this pull request 9 months ago
Bug: Path parameters missing from OpenAPI schema when not included in handler signature
provinzkraut opened this issue 9 months ago
provinzkraut opened this issue 9 months ago
feat: support declaring `DTOField` via `Annotated`
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
docs: Expand the acronym for Data Transfer Object in `What's New in v2`
cclauss opened this pull request 9 months ago
cclauss opened this pull request 9 months ago
docs(channels): Fix subsriber examples
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
fix(DTO): Pydantic v2 error handling/serialization when for non-pydantic exceptions
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
fix(OpenAPI): Ensure default values are always represented in schema for dataclasses and `msgspec.Struct`s
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
fix: Custom types cause serialisation error in exception response with non-JSON media-type
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
feat: Warn about ambiguous default values in parameter specifications
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
refactor: Reduce module import time
provinzkraut opened this pull request 9 months ago
provinzkraut opened this pull request 9 months ago
fix: pydantic `json_schema_extra` examples.
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
fix(openapi): set default on schema from `FieldDefinition`
guacs opened this pull request 9 months ago
guacs opened this pull request 9 months ago
fix: openapi generation with pydantic examples
bunny-therapist opened this pull request 9 months ago
bunny-therapist opened this pull request 9 months ago
Bug: default not generated for query parameter in openapi spec.
globglarb opened this issue 9 months ago
globglarb opened this issue 9 months ago
Bug: schema generation crashes in 2.7.1
bunny-therapist opened this issue 9 months ago
bunny-therapist opened this issue 9 months ago
Bug: Unexpected openapi type in typescript generation
bpereto opened this issue 9 months ago
bpereto opened this issue 9 months ago
ci: run slotscheck cli as ci job
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
fix(cli): remove duplicate rich-click config options
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
fix: address `__slots__` and `__all__` misconfigurations
ariebovenberg opened this pull request 9 months ago
ariebovenberg opened this pull request 9 months ago
Enhancement: Resource representation response based on `Accept` header
kedod opened this issue 9 months ago
kedod opened this issue 9 months ago
refactor: removes openapi controller and related
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
docs: add sherbang as a contributor for doc
allcontributors[bot] opened this pull request 9 months ago
allcontributors[bot] opened this pull request 9 months ago
docs: clarify preferred platforms for sponsoring
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
release: 3.0
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
release: Version 3.0
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
Enhancement: Add 3.13 matrix
JacobCoffee opened this issue 9 months ago
JacobCoffee opened this issue 9 months ago
docs: build develop and v3 branch docs
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
feat(v3): remove deprecated checks and calls
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
Update v3 branch
JacobCoffee opened this pull request 9 months ago
JacobCoffee opened this pull request 9 months ago
fix: kwarg ambiguity exc msg for path params
peterschutt opened this pull request 9 months ago
peterschutt opened this pull request 9 months ago
docs: remove extra test func in test client fixture example
peterschutt opened this issue 9 months ago
peterschutt opened this issue 9 months ago
bug(docs): stale reference to pydantic signature models
peterschutt opened this issue 9 months ago
peterschutt opened this issue 9 months ago
docs: Update test_client fixture documentation
sherbang opened this pull request 9 months ago
sherbang opened this pull request 9 months ago