Python-generics

Latest version: v0.0.4

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

Scan your dependencies

0.0.4

What's Changed
* Bump pylint from 3.0.0 to 3.0.1 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/15
* Bump mypy from 1.5.1 to 1.6.0 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/16
* Add workflow to auto-approve and -merge dependabot PRs by lord-haffi in https://github.com/Hochfrequenz/python-generics/pull/20
* Bump black from 23.9.1 to 23.10.1 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/21
* Bump pylint from 3.0.1 to 3.0.2 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/19
* Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/22
* Bump mypy from 1.6.0 to 1.6.1 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/17
* Bump black from 23.10.1 to 23.11.0 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/23
* Bump mypy from 1.6.1 to 1.7.0 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/24
* Bump pydantic from 2.4.2 to 2.5.1 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/25
* Bump mypy from 1.7.0 to 1.7.1 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/26
* Bump pydantic from 2.5.1 to 2.5.2 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/27
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/28
* Bump pylint from 3.0.2 to 3.0.3 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/30
* Bump isort from 5.12.0 to 5.13.2 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/32
* Bump coverage from 7.3.2 to 7.3.3 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/31
* Bump black from 23.11.0 to 23.12.0 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/33
* Bump github/codeql-action from 2 to 3 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/34
* Bump pydantic from 2.5.2 to 2.5.3 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/35
* Bump mypy from 1.7.1 to 1.8.0 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/36
* Bump black from 23.12.0 to 23.12.1 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/38
* Bump coverage from 7.3.3 to 7.3.4 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/37
* Bump coverage from 7.3.4 to 7.4.0 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/39
* Bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/40
* Use release-environment-based PyPI Publishing by hf-kklein in https://github.com/Hochfrequenz/python-generics/pull/41


**Full Changelog**: https://github.com/Hochfrequenz/python-generics/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* Bump actions/checkout from 2 to 4 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/8
* Bump actions/setup-python from 2 to 4 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/7
* Extend README by hf-kklein in https://github.com/Hochfrequenz/python-generics/pull/6
* Bump pydantic from 2.3.0 to 2.4.2 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/10
* Bump pylint from 2.17.5 to 2.17.7 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/9
* Bump coverage from 7.3.1 to 7.3.2 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/12
* Bump pylint from 2.17.7 to 3.0.0 by dependabot in https://github.com/Hochfrequenz/python-generics/pull/13
* Support Python 3.12 by hf-kklein in https://github.com/Hochfrequenz/python-generics/pull/11

New Contributors
* dependabot made their first contribution in https://github.com/Hochfrequenz/python-generics/pull/8

**Full Changelog**: https://github.com/Hochfrequenz/python-generics/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Change pyproject and README by lord-haffi in https://github.com/Hochfrequenz/python-generics/pull/2
* Basic implementation + unittests by lord-haffi in https://github.com/Hochfrequenz/python-generics/pull/1
* Support two edge cases with builtins like `list` or `dict` by lord-haffi in https://github.com/Hochfrequenz/python-generics/pull/3
* Fix broken Black status badge by hf-kklein in https://github.com/Hochfrequenz/python-generics/pull/4
* Enable Publishing Workflow by hf-kklein in https://github.com/Hochfrequenz/python-generics/pull/5

New Contributors
* lord-haffi made their first contribution in https://github.com/Hochfrequenz/python-generics/pull/2
* hf-kklein made their first contribution in https://github.com/Hochfrequenz/python-generics/pull/4

**Full Changelog**: https://github.com/Hochfrequenz/python-generics/commits/v0.0.2

Note: This version is the same as v0.0.1 but I wanted to tag on the main branch (not as pre-release).

0.0.1

What's Changed
* Change pyproject and README by lord-haffi in https://github.com/Hochfrequenz/python-generics/pull/2
* Basic implementation + unittests by lord-haffi in https://github.com/Hochfrequenz/python-generics/pull/1
* Support two edge cases with builtins like `list` or `dict` by lord-haffi in https://github.com/Hochfrequenz/python-generics/pull/3
* Fix broken Black status badge by hf-kklein in https://github.com/Hochfrequenz/python-generics/pull/4

New Contributors
* lord-haffi made their first contribution in https://github.com/Hochfrequenz/python-generics/pull/2
* hf-kklein made their first contribution in https://github.com/Hochfrequenz/python-generics/pull/4

**Full Changelog**: https://github.com/Hochfrequenz/python-generics/commits/v0.0.1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.