Py-ms

Latest version: v2.8.0

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

Scan your dependencies

Page 2 of 5

2.4.3

**Fixes**
- Dependency error when not install py-ms with `[all]`. Raise this error:


Traceback:
[...]
from pyms.flask.app import config
../../.local/share/virtualenvs/lib/python3.7/site-packages/pyms/flask/app/__init__.py:1: in <module>
from .create_app import Microservice
../../.local/share/virtualenvs/lib/python3.7/site-packages/pyms/flask/app/create_app.py:6: in <module>
from flask_opentracing import FlaskTracing
ModuleNotFoundError: No module named 'flask_opentracing'

2.4.1

**Fixes**
- [Connexion](https://github.com/zalando/connexion) path in OpenAPI 3.0
In some case, with the last version of Connexion, doesn`t understand relative path to swagger. For example, f you use OpenAPI 3 in your swagger yaml file:


---

2.4.0

**Features**
- Metrics fixes - alexppg
* Add http status code to latency metrics
* Also, change some metrics and labels name to make them more standard.
- Removed required param `path` in Microservice Class. Autodetect the current directory, If you want to deploy the microservice to production with gunicorn we **recommended** use `path`

**Fixes**
- [Connexion](https://github.com/zalando/connexion) path
In some case, with the last version of Connexion, doesn`t understand relative path to swagger

2.3.0

**Features**
Installing pyms with all dependencies

pip install pyms[all]

* Installing minimun dependencies

pip install pyms

* Installing request dependencies

pip install pyms[request]

* Installing swagger dependencies

pip install pyms[swagger]

* Installing metrics dependencies

pip install pyms[metrics]

* Installing trace dependencies

pip install pyms[trace]

* Installing cryptography dependencies

pip install pyms[cryptography]

2.3.0rc1

**Features**
Installing pyms with all dependencies

pip install pyms[all]

* Installing minimun dependencies

pip install pyms

* Installing request dependencies

pip install pyms[request]

* Installing swagger dependencies

pip install pyms[swagger]

* Installing metrics dependencies

pip install pyms[metrics]

* Installing trace dependencies

pip install pyms[trace]

* Installing cryptography dependencies

pip install pyms[cryptography]

2.2.2

**Fixes**
- If you set a config file from env, but exists a default file. PyMS load the default file first instead the env fi
- Fix packages included in `python setup.py sdist bdist_wheel`

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.