Petisco

Latest version: v2.1.3

Safety actively analyzes 613705 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 53

3.0.0

info:
description: Petisco Sample Service
version: 1.0.0
title: Petisco
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
tags:
- name: Info
description: Information about the service

paths:
/healthcheck:
get:
summary: Returns healthcheck information.
operationId: petisco.healthcheck
responses:
200:
description: The healthcheck was successful.
content:
application/json:
schema:
type: string
503:
description: Error connecting with configured persistence (Database Connection)

/environment:
get:
summary: Returns environment information.
operationId: petisco.environment
security:
- ApiKeyAuth: []
responses:
200:
description: The information has been returned.
content:
application/json:
schema:
type: string
401:
description: Access token or API key is missing or invalid.
500:
description: Unexpected Error obtaining environment info

2.6.0

2.1.3

What's Changed
* fix: set version to get-version workflow by jask90 in https://github.com/alice-biometrics/petisco/pull/445
* fix: set version to get-version and publish-pypi workflows by jask90 in https://github.com/alice-biometrics/petisco/pull/446
* fix(RabbitmqMessageConsumer): solve error configuring inner command bus by acostapazo in https://github.com/alice-biometrics/petisco/pull/447
* fix(elastic-apm): error when not install with elasticapm extra by acostapazo in https://github.com/alice-biometrics/petisco/pull/449


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.2...v2.1.3

2.1.2

What's Changed
* fix: indicate use_shared_middlewares as described in the documentation by jask90 in https://github.com/alice-biometrics/petisco/pull/444


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.1...v2.1.2

2.1.1

What's Changed
* fix: shared_middlewares typing in Application by jask90 in https://github.com/alice-biometrics/petisco/pull/443


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.0...v2.1.1

2.1.0

Page 1 of 53

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.