issues Search Results · repo:python-lapidary/lapidary language:Python
Filter by
44 results
(67 ms)44 results
inpython-lapidary/lapidary (press backspace or delete to remove)Currently security description is kinda sorta copied from openAPI, with security requirements declared in the function
decorator or as __init__ parameter, and requesting authentication registers httpx.Auth ...
rafalkrupinski
- Opened 28 days ago
- #87
Generic models can be either custom fields object, as in
class Model[T]:
field1: str
field2: int
metafields: T
or
class Model[T]:
id: uuid.UUID
created_time: dt.datetime
payload: T
or the ...
rafalkrupinski
- Opened on May 12
- #86
The problem
Currently Lapidary supports only httpx and it s rather tightly integrated with it. The tight integration makes it hard
to replace the underlying http client (#77) and impossible for users ...
rafalkrupinski
- Opened on Oct 17, 2024
- #78
Httpx was chosen only because there s httpx-auth library for it.
httpx is not the most performant or most feature-complete http client, and it tries to follow buggy browser behaviours
for no good reason. ...
rafalkrupinski
- Opened on Oct 8, 2024
- #77
Paging, even though has many different implementations, boils down to a couple of elements
1. extracting paging parameters from response or generating them
Paging parameters may be returned ...
rafalkrupinski
- Opened on Aug 30, 2024
- #74
When declaring response types, some pairs of types, when used in Union in response headers, and sometimes in JSON
bodies, are ambiguous:
- for Annotated[str | list[str], ${any no-explode param}], a ...
rafalkrupinski
- Opened on Aug 29, 2024
- #73
When the return type is unknown at the coding time, allow returning values as a type hint representing any JSON value.
Any JSON value is one of
- None
- str
- int
- float
- list of any JSON ...
enhancement
rafalkrupinski
- 1
- Opened on Aug 16, 2024
- #72
Handling parameters in httpx
How to properly convert python function parameters and pass them to httpx request to achieve expected HTTP message.
The swagger guide: https://swagger.io/docs/specification/serialization/ ...
ADR
bug
enhancement
rafalkrupinski
- Opened on Aug 12, 2024
- #70
Following FastAPI, only headers and cookies would need to be annotated. Path and query parameters could work without
annotations, as determined by their name being present, or not, in the URL template. ...
enhancement
good first issue
rafalkrupinski
- 1
- Opened on Mar 12, 2024
- #51

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.