Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / 0b01001001/spectree issues and pull requests
#399 - feat: support `spectree[offline]`
Pull Request -
State: closed - Opened by kemingy about 1 month ago
#398 - feat: support user custom error
Pull Request -
State: closed - Opened by kemingy about 2 months ago
#397 - Fix Flask crashes after Pydantic V2 validator raises ValueError + compatibility issue in default_after_handler
Pull Request -
State: closed - Opened by dror-fs about 2 months ago
#396 - bug: Flask crashes after Pydantic V2 validator raises ValueError + compatibility issue in default_after_handler
Issue -
State: closed - Opened by dror-fs about 2 months ago
Labels: bug
#395 - Migrate deprecated Pydantic function
Pull Request -
State: open - Opened by mmathys about 2 months ago
- 3 comments
#394 - feat: switch to OIDC release
Pull Request -
State: closed - Opened by kemingy about 2 months ago
#393 - Maintain pydantic.v1 model compatibility while using pydantic v2
Pull Request -
State: closed - Opened by voidnologo 2 months ago
- 2 comments
#392 - feat: extract the default response from annotations
Issue -
State: open - Opened by kemingy 3 months ago
Labels: enhancement
#391 - docs: add sitemap and robots
Pull Request -
State: closed - Opened by kemingy 3 months ago
#390 - docs: display global config details
Pull Request -
State: closed - Opened by kemingy 3 months ago
#389 - chore: enable 3.13 test, deprecate 3.8
Pull Request -
State: closed - Opened by kemingy 3 months ago
#388 - test: make it compatible with pydantic v1 & v2
Pull Request -
State: closed - Opened by kemingy 3 months ago
#387 - feat: support pydantic v1 & v2 through Protocol
Pull Request -
State: closed - Opened by kemingy 3 months ago
#383 - feat: skip validation for request & response
Pull Request -
State: closed - Opened by kemingy 3 months ago
#382 - AssertionError: invalid pydantic.BaseModel when using pydantic.BaseModel subclass in spectree.Response
Issue -
State: closed - Opened by kenichi-cg 3 months ago
- 2 comments
Labels: bug
#381 - chore: fix the quart dependency in pyproject toml file
Pull Request -
State: closed - Opened by kemingy 4 months ago
#380 - Fixes #350 - keyword with no conflict in alias
Pull Request -
State: closed - Opened by Vlczech 4 months ago
#379 - bug: Quart failed in tests on github
Issue -
State: closed - Opened by Vlczech 4 months ago
Labels: bug
#378 - Fix for openapi.json location if another root directory
Pull Request -
State: closed - Opened by Vlczech 4 months ago
#377 - chore: set cookie secure
Pull Request -
State: closed - Opened by kemingy 5 months ago
#376 - chore: fix secure alert about set_cookie
Pull Request -
State: closed - Opened by kemingy 5 months ago
#375 - fix: assign the resp_validation_err
Pull Request -
State: closed - Opened by kemingy 8 months ago
#374 - bug: resp_validation_error is not passed in after handler of flask plugin
Issue -
State: closed - Opened by nikos-hj 8 months ago
Labels: bug
#373 - Keep track of resp_validation_error in flask plugin
Pull Request -
State: closed - Opened by nikos-hj 8 months ago
- 1 comment
#372 - chore(actions): bump actions/configure-pages from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, github_actions
#371 - chore(pip): update pytest requirement from ~=7.1 to >=7.1,<9.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, python
#370 - docs: introduce defspec in readme
Pull Request -
State: closed - Opened by kemingy about 1 year ago
#369 - feat: add scalar openapi ui, update swagger version to 5
Pull Request -
State: closed - Opened by kemingy about 1 year ago
#367 - chore(actions): bump actions/upload-pages-artifact from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#366 - chore(actions): bump actions/deploy-pages from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#365 - chore(actions): bump github/codeql-action from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#364 - chore(actions): bump actions/deploy-pages from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#363 - chore(actions): bump actions/configure-pages from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#362 - chore(actions): bump actions/setup-python from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#360 - chore: bump version
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#359 - chore: adopt ruff
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#358 - chore: add py 3.12 test in ci
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#357 - fix: flask query list items
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#356 - Add returning result in falcon decorator
Pull Request -
State: closed - Opened by BlackLIonz over 1 year ago
#355 - bug: List[int] in query params does not accept a list of size 1 in flask app
Issue -
State: closed - Opened by melvincaraangJC over 1 year ago
- 2 comments
Labels: bug
#353 - fix: return original resp when no basemodel found in the resp
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#352 - bug: field alias no longer respected (regression)
Issue -
State: closed - Opened by divad over 1 year ago
- 6 comments
Labels: bug
#351 - chore: use set directly for the secuirity scheme requirements
Pull Request -
State: closed - Opened by lilylee1874 over 1 year ago
#350 - bug: SecuritySchemeData root_validator conflicts with alias
Issue -
State: closed - Opened by jelmerk over 1 year ago
- 2 comments
Labels: bug
#349 - fix: flask mimetype check
Pull Request -
State: closed - Opened by lilylee1874 over 1 year ago
#348 - bug: An empty request is not validated / the content type is not enforced
Issue -
State: closed - Opened by NefixEstrada over 1 year ago
- 1 comment
Labels: bug
#347 - bug: Flask Response Validation Error Results in Exception, Unintended 500 content
Issue -
State: closed - Opened by nossonCotlar over 1 year ago
- 1 comment
Labels: bug
#346 - Upd
Pull Request -
State: closed - Opened by AndreiDrang over 1 year ago
#345 - fix: flask & quart resp validation
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#344 - Added more Flask `make_response` tests && added headers usage during response generation
Pull Request -
State: closed - Opened by AndreiDrang over 1 year ago
#343 - chore: bump version
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#342 - chore: update ci python version
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#341 - Fix Flask status code processing after release 1.2.2
Pull Request -
State: closed - Opened by AndreiDrang over 1 year ago
- 3 comments
#340 - bump version
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#339 - Unify response validation
Pull Request -
State: closed - Opened by jean-edouard-boulanger over 1 year ago
- 1 comment
#338 - [Proposal] Support Pydantic root model responses
Pull Request -
State: closed - Opened by jean-edouard-boulanger over 1 year ago
- 3 comments
#337 - chore(actions): bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions
#336 - release 1.2.1
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#335 - Support returning lists of unserialized models
Pull Request -
State: closed - Opened by jean-edouard-boulanger over 1 year ago
- 6 comments
#334 - chore: fix doc css
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#333 - chore: add doc config for og, sponsor, etc
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#332 - docs: use myst-parser and shibuya theme
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#331 - chore: update pydantic v2 usage in readme
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#329 - feat: add an abstract layer to support pydantic/msgspec
Issue -
State: open - Opened by kemingy over 1 year ago
- 3 comments
Labels: enhancement
#328 - bug: don't support pydantic v2
Issue -
State: closed - Opened by bekishev04 over 1 year ago
- 5 comments
Labels: bug
#327 - chore: add pydantic v1&v2 test
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#326 - Support Pydantic v2 with v1 backport
Pull Request -
State: closed - Opened by jaykv over 1 year ago
- 3 comments
#325 - chore(actions): bump actions/upload-pages-artifact from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions
#324 - Support pydantic v1 and v2 with shims
Pull Request -
State: closed - Opened by jaykv over 1 year ago
- 1 comment
#323 - chore(pip): update pydantic[email] requirement from <2,>=1.2 to >=1.2,<3
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 2 comments
Labels: dependencies, python
#322 - chore(pip): update pydantic requirement from <2,>=1.2 to >=1.2,<3
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 2 comments
Labels: dependencies, python
#321 - fix: freeze pydantic to <2
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#320 - bug: spectree doesn't support pydantic 2.x but doesn't restrict in pyproject.toml
Issue -
State: closed - Opened by divad over 1 year ago
- 1 comment
Labels: bug
#319 - Upgrade to Pydantic v2
Pull Request -
State: closed - Opened by jaykv over 1 year ago
- 8 comments
#318 - chore: fix pydantic to <2
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#317 - Validation with body which is intended for plain-text
Pull Request -
State: open - Opened by Vlczech over 1 year ago
- 4 comments
#316 - Added more information about deprecated endpoint to README
Pull Request -
State: closed - Opened by Vlczech over 1 year ago
#315 - chore: add readthedoc support
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#314 - chore: release 1.1.3
Pull Request -
State: closed - Opened by kemingy over 1 year ago
#313 - Extract the logic for getting the operation_id to a plugin method
Pull Request -
State: closed - Opened by Dekacc over 1 year ago
#312 - bug: annotations NameError issue caused by python bug
Issue -
State: open - Opened by divad over 1 year ago
- 1 comment
Labels: bug
#311 - Add publish_apidoc flag to SpecTree constructor
Pull Request -
State: closed - Opened by AndreasBBS almost 2 years ago
- 1 comment
#310 - feat: Disable publishing of /apidoc route
Issue -
State: closed - Opened by AndreasBBS almost 2 years ago
- 2 comments
Labels: enhancement
#309 - Add Support for multiple examples in application/json
Pull Request -
State: open - Opened by guiluko almost 2 years ago
- 2 comments
#308 - chore: clean test warnings
Pull Request -
State: closed - Opened by kemingy almost 2 years ago
- 1 comment
#307 - feat: support `msgspec` as another schema definition
Issue -
State: closed - Opened by kemingy almost 2 years ago
- 1 comment
Labels: enhancement, good first issue
#306 - chore: add github issue and feature request templates
Pull Request -
State: closed - Opened by kemingy almost 2 years ago
#305 - Add Support for customizing how nested names are generated
Pull Request -
State: closed - Opened by AndreasBBS almost 2 years ago
#304 - Feature Request: Remove Duplicate Schema Components
Issue -
State: closed - Opened by AndreasBBS almost 2 years ago
- 3 comments
#303 - fix: use the status code from std http lib
Pull Request -
State: closed - Opened by kemingy almost 2 years ago
#302 - Refactor the get_model_key util function
Pull Request -
State: closed - Opened by AndreasBBS almost 2 years ago
- 1 comment
#301 - Exclude routes from OpenAPI spec
Issue -
State: closed - Opened by and3rson almost 2 years ago
- 1 comment
#300 - Key appended to Schema Component
Issue -
State: closed - Opened by AndreasBBS almost 2 years ago
- 5 comments
#299 - Allow for spec_url file in root without prefix
Pull Request -
State: open - Opened by gdub almost 2 years ago
#298 - Updated contributing docs and added pre-commit requirement.
Pull Request -
State: closed - Opened by gdub almost 2 years ago
#297 - Allow overriding operation_id for each path on a single view function
Pull Request -
State: closed - Opened by gwaramadze almost 2 years ago
- 5 comments
#296 - Check presence of media before attempting to parse it
Pull Request -
State: closed - Opened by CucumisSativus almost 2 years ago
#295 - chore(actions): bump actions/deploy-pages from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions
#294 - Use json encoders from model
Pull Request -
State: closed - Opened by CucumisSativus almost 2 years ago
#293 - add test for top-level json list, use syrupy snapshot
Pull Request -
State: closed - Opened by yedpodtrzitko almost 2 years ago
- 7 comments