Pyngo

Latest version: v2.0.1

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

Scan your dependencies

Page 1 of 2

2.0.1

What's Changed

Documentation 📝

* 📝 Fix nested model validation example in README by yugen in https://github.com/yezz123/pyngo/pull/99

Dependency Updates ⬆️

* ⬆ Bump ruff from 0.1.9 to 0.1.11 by dependabot in https://github.com/yezz123/pyngo/pull/97
* ⬆ Bump pytest-asyncio from 0.23.2 to 0.23.3 by dependabot in https://github.com/yezz123/pyngo/pull/96
* ⬆ Bump ruff from 0.1.11 to 0.1.13 by dependabot in https://github.com/yezz123/pyngo/pull/98
* ⬆ Bump ruff from 0.1.13 to 0.1.14 by dependabot in https://github.com/yezz123/pyngo/pull/100

New Contributors
* yugen made their first contribution at https://github.com/yezz123/pyngo/pull/99

**Full Changelog**: https://github.com/yezz123/pyngo/compare/2.0.0...2.0.1

2.0.0

We are thrilled to announce the release of Pyngo version 2.0.0, a significant milestone in our journey. This release brings about several important changes and enhancements, including the drop of Pydantic version 1 and Python 3.8 and 3.9 support. Below, we outline the key updates and improvements ( A lot of thanks to hongquan 🙏🏻 )

Major Changes 🚑️

1. Migration to Pydantic v2
- **Feature**: Pyngo now exclusively supports Pydantic version 2, as implemented in [PR 94](https://github.com/yezz123/pyngo/pull/94) by hongquan.
- **Impact**: Users must update their code to align with the changes introduced in Pydantic v2.

2. Python Version Support
- **Dropped Support**: Pyngo 2.0.0 no longer supports Python versions 3.8 and 3.9.
- **Updated Requirement**: The minimum supported Python version is now 3.10 ( aligned with Django 5 ).

Dependency Updates ⬆️

1. `typing-extensions`
- **Update**: The `typing-extensions` requirement has been updated from `<4.9.0,>=3.7.4` to `>=3.7.4,<4.10.0` in [PR 92](https://github.com/yezz123/pyngo/pull/92) by dependabot.

2. `mypy`
- **Update**: The `mypy` version has been bumped from 1.7.1 to 1.8.0 in [PR 93](https://github.com/yezz123/pyngo/pull/93) by dependabot.

3. `pytest`
- **Update**: The `pytest` version has been bumped from 7.4.3 to 7.4.4 in [PR 95](https://github.com/yezz123/pyngo/pull/95) by dependabot.

For detailed information on the changes introduced in this release, please refer to the [Full Changelog](https://github.com/yezz123/pyngo/compare/1.7.0...2.0.0).

1.7.0

What's Changed

Fixes 🐛

* Support pydantic fields with alias in `query_to_dict` function by Svenito in https://github.com/yezz123/pyngo/pull/79
* ✨ Support python 3.12 by yezz123 in https://github.com/yezz123/pyngo/pull/91

Dependencies 📦
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by dependabot in https://github.com/yezz123/pyngo/pull/49
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by dependabot in https://github.com/yezz123/pyngo/pull/50
* ⬆ Bump pre-commit from 3.2.1 to 3.2.2 by dependabot in https://github.com/yezz123/pyngo/pull/51
* ⬆ Bump pytest from 7.2.2 to 7.3.0 by dependabot in https://github.com/yezz123/pyngo/pull/52
* ⬆ Bump mypy from 1.1.1 to 1.2.0 by dependabot in https://github.com/yezz123/pyngo/pull/53
* ⬆ Bump pytest from 7.3.0 to 7.3.1 by dependabot in https://github.com/yezz123/pyngo/pull/54
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by dependabot in https://github.com/yezz123/pyngo/pull/56
* ⬆ Bump pre-commit from 3.2.2 to 3.3.1 by dependabot in https://github.com/yezz123/pyngo/pull/55
* ⬆ Bump mypy from 1.2.0 to 1.3.0 by dependabot in https://github.com/yezz123/pyngo/pull/57
* ⬆ Bump pre-commit from 3.3.1 to 3.3.2 by dependabot in https://github.com/yezz123/pyngo/pull/58
* ⬆ Bump pytest-cov from 4.0.0 to 4.1.0 by dependabot in https://github.com/yezz123/pyngo/pull/59
* ⬆ Update typing-extensions requirement from <4.6.0,>=3.7.4 to >=3.7.4,<4.7.0 by dependabot in https://github.com/yezz123/pyngo/pull/60
* ⬆ Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/yezz123/pyngo/pull/61
* ⬆ Bump pre-commit from 3.3.2 to 3.3.3 by dependabot in https://github.com/yezz123/pyngo/pull/62
* ⬆ Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/yezz123/pyngo/pull/63
* ⬆ Bump mypy from 1.3.0 to 1.4.1 by dependabot in https://github.com/yezz123/pyngo/pull/64
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by dependabot in https://github.com/yezz123/pyngo/pull/67
* ⬆ Update typing-extensions requirement from <4.7.0,>=3.7.4 to >=3.7.4,<4.8.0 by dependabot in https://github.com/yezz123/pyngo/pull/65
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by dependabot in https://github.com/yezz123/pyngo/pull/68
* ⬆ Bump pytest-asyncio from 0.21.0 to 0.21.1 by dependabot in https://github.com/yezz123/pyngo/pull/69
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by dependabot in https://github.com/yezz123/pyngo/pull/71
* ⬆ Bump mypy from 1.4.1 to 1.5.1 by dependabot in https://github.com/yezz123/pyngo/pull/73
* ⬆ Bump pytest from 7.4.0 to 7.4.1 by dependabot in https://github.com/yezz123/pyngo/pull/75
* ⬆ Bump pre-commit from 3.3.3 to 3.4.0 by dependabot in https://github.com/yezz123/pyngo/pull/74
* ⬆ Bump actions/checkout from 3 to 4 by dependabot in https://github.com/yezz123/pyngo/pull/76
* ⬆ Bump pytest from 7.4.1 to 7.4.2 by dependabot in https://github.com/yezz123/pyngo/pull/77
* ⬆ Update typing-extensions requirement from <4.8.0,>=3.7.4 to >=3.7.4,<4.9.0 by dependabot in https://github.com/yezz123/pyngo/pull/78
* ⬆ Bump pre-commit from 3.4.0 to 3.5.0 by dependabot in https://github.com/yezz123/pyngo/pull/81
* ⬆ Bump mypy from 1.5.1 to 1.6.0 by dependabot in https://github.com/yezz123/pyngo/pull/80
* ⬆ Bump mypy from 1.5.1 to 1.6.1 by dependabot in https://github.com/yezz123/pyngo/pull/82
* ⬆ Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/yezz123/pyngo/pull/83
* ⬆ Bump mypy from 1.6.1 to 1.7.0 by dependabot in https://github.com/yezz123/pyngo/pull/84
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/yezz123/pyngo/pull/86
* ⬆ Update django requirement from <5.0.0,>=3.2.0 to >=3.2.0,<6.0.0 by dependabot in https://github.com/yezz123/pyngo/pull/89
* ⬆ Bump pre-commit from 3.5.0 to 3.6.0 by dependabot in https://github.com/yezz123/pyngo/pull/90
* ⬆ Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/yezz123/pyngo/pull/88
* ⬆ Bump mypy from 1.7.0 to 1.7.1 by dependabot in https://github.com/yezz123/pyngo/pull/85
* ⬆ Bump pytest-asyncio from 0.21.1 to 0.23.2 by dependabot in https://github.com/yezz123/pyngo/pull/87

New Contributors
* Svenito made their first contribution in https://github.com/yezz123/pyngo/pull/79

**Full Changelog**: https://github.com/yezz123/pyngo/compare/1.6.0...1.7.0

1.6.0

What's Changed
* Support more sequence types by hongquan in https://github.com/yezz123/pyngo/pull/48

Dependencies ⬆
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by dependabot in https://github.com/yezz123/pyngo/pull/46
* ⬆ Bump pre-commit from 3.2.0 to 3.2.1 by dependabot in https://github.com/yezz123/pyngo/pull/47

**Full Changelog**: https://github.com/yezz123/pyngo/compare/1.5.0...1.6.0

1.5.0

Fixes 🐛
* Skip empty string if the field does not expect string type by hongquan in https://github.com/yezz123/pyngo/pull/45

Dependencies ⬆
* ⬆ Bump pre-commit from 2.21.0 to 3.0.3 by dependabot in https://github.com/yezz123/pyngo/pull/31
* ⬆ Update django requirement from <4.0.0,>=3.2.0 to >=3.2.0,<5.0.0 by dependabot in https://github.com/yezz123/pyngo/pull/32
* ⬆ Bump pre-commit from 3.0.3 to 3.0.4 by dependabot in https://github.com/yezz123/pyngo/pull/33
* ⬆ Bump mypy from 0.991 to 1.0.0 by dependabot in https://github.com/yezz123/pyngo/pull/34
* ⬆ Bump mypy from 1.0.0 to 1.0.1 by dependabot in https://github.com/yezz123/pyngo/pull/36
* ⬆ Update typing-extensions requirement from <4.5.0,>=3.7.4 to >=3.7.4,<4.6.0 by dependabot in https://github.com/yezz123/pyngo/pull/35
* ⬆ Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by dependabot in https://github.com/yezz123/pyngo/pull/41
* ⬆ Bump pre-commit from 3.0.4 to 3.1.1 by dependabot in https://github.com/yezz123/pyngo/pull/38
* ⬆ Bump pytest from 7.2.1 to 7.2.2 by dependabot in https://github.com/yezz123/pyngo/pull/39
* ⬆ Bump mypy from 1.0.1 to 1.1.1 by dependabot in https://github.com/yezz123/pyngo/pull/40
* ⬆ Bump pytest-asyncio from 0.20.3 to 0.21.0 by dependabot in https://github.com/yezz123/pyngo/pull/42
* ⬆ Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by dependabot in https://github.com/yezz123/pyngo/pull/44
* ⬆ Bump pre-commit from 3.1.1 to 3.2.0 by dependabot in https://github.com/yezz123/pyngo/pull/43

New Contributors
* hongquan made their first contribution in https://github.com/yezz123/pyngo/pull/45

**Full Changelog**: https://github.com/yezz123/pyngo/compare/1.4.0...1.5.0

1.4.0

What's Changed
* Add CodeQL workflow for GitHub code scanning by lgtm-com in https://github.com/yezz123/pyngo/pull/28
* 🔧 Migrate the configuration file to `hatch` by yezz123 in https://github.com/yezz123/pyngo/pull/30

New Contributors
* lgtm-com made their first contribution at https://github.com/yezz123/pyngo/pull/28

**Full Changelog**: https://github.com/yezz123/pyngo/compare/1.3.0...1.4.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.