ormar-postgres-extensions icon indicating copy to clipboard operation
ormar-postgres-extensions copied to clipboard

Extensions to the Ormar ORM to support PostgreSQL specific types

Results 12 ormar-postgres-extensions issues
Sort by recently updated
recently updated
newest added

Cf. https://about.codecov.io/blog/message-regarding-the-pypi-package/ ## Description Bump dev dependency codecov version from 2.1.12 to 2.1.13. Apparently the package was deprecated by its owner and removed entirely from pypi, then readded as a...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pydantic](https://togithub.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==1.10.2` -> `==1.10.18` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/1.10.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [psycopg2-binary](https://psycopg.org/) ([source](https://togithub.com/psycopg/psycopg2), [changelog](https://initd.org/psycopg/articles/tag/release/)) | `==2.9.3` -> `==2.9.9` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/psycopg2-binary/2.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mypy-extensions](https://togithub.com/python/mypy_extensions) | `==0.4.3` -> `==0.4.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy-extensions/0.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy-extensions/0.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [greenlet](https://greenlet.readthedocs.io/) | `==1.1.3` -> `==1.1.3.post0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/greenlet/1.1.3.post0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/greenlet/1.1.3.post0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cryptography](https://togithub.com/pyca/cryptography) ([changelog](https://cryptography.io/en/latest/changelog/)) | `==38.0.1` -> `==38.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/cryptography/38.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Is your feature request related to a problem? Please describe. Hi, there. I'm using this extension, thanks a lot. The package is not compatible with Pydantic 2.0 when I...

enhancement

### Is your feature request related to a problem? Please describe. There are new UUID versions that have been [proposed](https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format). We should add tests covering them to ensure that everything...

enhancement
good first issue

### Is your feature request related to a problem? Please describe. Postgres has [geometric](https://www.postgresql.org/docs/current/datatype-geometric.html) types. This library should support those. ### Describe the solution you'd like 1. Ormar fields for...

enhancement

### Is your feature request related to a problem? Please describe. Postgres has a [monetary](https://www.postgresql.org/docs/current/datatype-money.html) datatype that we should support ### Describe the solution you'd like Ormar field for monetary...

enhancement