Foca

Latest version: v0.13.0

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

Scan your dependencies

Page 1 of 3

0.13.0

What's Changed
* build(deps): bump cryptography from 41.0.2 to 41.0.3 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/178
* docs: add Read the Docs config file by alohamora in https://github.com/elixir-cloud-aai/foca/pull/186
* fix: register custom config model by alohamora in https://github.com/elixir-cloud-aai/foca/pull/189
* build: make project PEP 561 compliant by Rahuljagwani in https://github.com/elixir-cloud-aai/foca/pull/193
* build(deps): bump cryptography from 41.0.3 to 41.0.4 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/179
* build(deps): bump werkzeug from 2.2.3 to 3.0.1 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/180
* build: upgrade flask-authz by kushagra189 in https://github.com/elixir-cloud-aai/foca/pull/195
* refactor: do not write out modified specs by Rahuljagwani in https://github.com/elixir-cloud-aai/foca/pull/196
* build: add py3.11 support; use Debian 11 by Rahuljagwani in https://github.com/elixir-cloud-aai/foca/pull/198
* build(deps): bump cryptography from 41.0.3 to 42.0.4 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/206
* docs: fix API docs by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/208
* ci: upgrade Codecov action by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/217
* build(deps): bump pydantic from 1.10.8 to 1.10.13 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/211
* build(deps): bump flask-cors from 3.0.9 to 4.0.1 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/219
* build: upgrade pymongo to 4.7.2 by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/220
* docs: replace CI badge by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/222
* build: relax dependency version constraints by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/228
* build: upgrade base image & MongoDB; drop py3.8 by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/229

New Contributors
* Rahuljagwani made their first contribution in https://github.com/elixir-cloud-aai/foca/pull/193

**Full Changelog**: https://github.com/elixir-cloud-aai/foca/compare/v0.12.1...v0.13.0

0.12.1

What's Changed
* docs: fix code snippet by LakiG in https://github.com/elixir-cloud-aai/foca/pull/168
* build(deps): bump cryptography from 36.0.2 to 39.0.1 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/166
* build(deps): bump werkzeug from 2.0.3 to 2.2.3 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/167
* build(deps): bump requests from 2.27.1 to 2.31.0 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/171
* build(deps): bump flask from 2.0.3 to 2.2.5 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/172
* build(deps): bump cryptography from 39.0.1 to 41.0.0 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/173
* build(deps): bump cryptography from 41.0.0 to 41.0.2 by dependabot in https://github.com/elixir-cloud-aai/foca/pull/175
* build: bump version to 0.12.1 by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/177

New Contributors
* LakiG made their first contribution in https://github.com/elixir-cloud-aai/foca/pull/168

**Full Changelog**: https://github.com/elixir-cloud-aai/foca/compare/v0.12.0...v0.12.1

0.12.0

What's Changed
* fix: add database config to Celery app by kushagra189 in https://github.com/elixir-cloud-aai/foca/pull/162


**Full Changelog**: https://github.com/elixir-cloud-aai/foca/compare/v0.11.0...v0.12.0

0.11.0

What's Changed
* feat: add entry point for returning Celery app by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/160


**Full Changelog**: https://github.com/elixir-cloud-aai/foca/compare/0.10.0...v0.11.0

0.10.0

What's Changed
* feat: add Casbin-based access control by kushagra189 in https://github.com/elixir-cloud-aai/foca/pull/109
* Fixed `mypy` code smells and added `mypy` to the CI/CD pipeline by kushagra189 in https://github.com/elixir-cloud-aai/foca/pull/143
* fix: import issues due to version imports by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/152
* docs: add logos & include in README by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/150
* refactor: restructure `access_control` implementation by kushagra189 in https://github.com/elixir-cloud-aai/foca/pull/149
* fix: workflow warnings due to node 12 deprecation by kushagra189 in https://github.com/elixir-cloud-aai/foca/pull/155
* build: bump version to 0.10.0 by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/156

**Full Changelog**: https://github.com/elixir-cloud-aai/foca/compare/v0.9.0...v0.10.0

0.9.0

What's Changed

* fix(ci): not failing when merging into default by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/120
* build(deps): bump pyjwt from 1.7.1 to 2.4.0 by kushagra189 in https://github.com/elixir-cloud-aai/foca/pull/125
* ci: push Docker only after other tests have passed by git-anurag-hub in https://github.com/elixir-cloud-aai/foca/pull/127
* feat: validate custom config by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/128
* ci(docker): dynamic build of Docker image by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/130
* feat: access FOCA config as attribute in app by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/129
* feat: class-based FOCA entry point by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/131
* fix(docs): fix reference section by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/132
* test: extend integration tests by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/133
* refactor: use pathlib.Path for file paths by uniqueg in https://github.com/elixir-cloud-aai/foca/pull/134

**Full Changelog**: https://github.com/elixir-cloud-aai/foca/compare/v0.8.0...v0.9.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.