Alembic-postgresql-enum

Latest version: v1.7.0

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

Scan your dependencies

Page 1 of 4

1.7.0

What's Changed
* feature: fixes 104 Add force_dialect_support flag to config by AlexandrovRoman in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/105


**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v1.6.1...v1.7.0

v1.6.1-artifact-fix
What's Changed
* Fix schema escaping (properly) by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/99


**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v1.6.0...v1.6.1-artifact-fix

1.6.0

What's Changed
* Add `__all__` to fix pyright complaints by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/96
* Quotes around schema, column and enum names by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/97


**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v1.5.0...v1.6.0

1.5.0

What's Changed
* feature: fixes 33 allow to ignore enums by name by dswistowski in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/90
* feature: fixes 87 `drop_unused_enums`, `detect_enum_values_changes` feature flags that can be disabled by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/91

New Contributors
* dswistowski made their first contribution in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/90

**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v1.4.0...v1.5.0

1.4.0

What's Changed
* Ignore mypy errors for migrations by AlexandrovRoman in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/81. This feature is hidden behind the `add_type_ignore` flag. To enable it you can call new set_configuration function.
python
alembic_postgresql_enum.set_configuration(
alembic_postgresql_enum.Config(
add_type_ignore=True,
)
)



**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v.1.3.0...v1.4.0

v.1.3.0
What's Changed
* Fix error when adding column that uses existing changing enum by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/77

**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v1.2.0...v.1.3.0

1.2.0

What's Changed
* Create tests base class by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/72
* Add py.typed flag and add more type hints by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/71
* Ignore dialects other than postgresql by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/70
* Fix case sensitivity of table name by quoting it by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/74


**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v1.1.2...v1.2.0

1.2.0a1

What's Changed
* Create tests base class by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/72
* Add py.typed flag and add more type hints by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/71
* Ignore dialects other than postgresql by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/70


**Full Changelog**: https://github.com/Pogchamp-company/alembic-postgresql-enum/compare/v1.1.2...v1.2.0a1

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.