Alembic-postgresql-enum

Latest version: v1.4.0

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

Scan your dependencies

Page 1 of 3

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

1.1.2

Fixes
* Server default fix by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/64


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

1.1.1

Bugs
* Fix 60 by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/61


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

1.1.0

Changes
* Unify formatting with black by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/56

Features
* Fix 57 by RustyGuard in https://github.com/Pogchamp-company/alembic-postgresql-enum/pull/58


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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.