Petisco

Latest version: v2.1.8

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

Scan your dependencies

Page 1 of 54

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.8

What's Changed
* fix(rabbitmq): pydantic-setting issue with ChaosConfig by acostapazo in https://github.com/alice-biometrics/petisco/pull/456


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.7...v2.1.8

2.1.7

What's Changed
* fix: confirm_delivery on every channel creation by fgsalomon in https://github.com/alice-biometrics/petisco/pull/455


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.6...v2.1.7

2.1.6

What's Changed
* fix: confirm_delivery on channel creation by fgsalomon in https://github.com/alice-biometrics/petisco/pull/454


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.5...v2.1.6

2.1.5

**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.4...v2.1.5

Page 1 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.