Skip to content

Exposed public API via __init__ and added v0.2.0 migration guide#79

Open
AdityaMedidala wants to merge 1 commit intolong2ice:mainfrom
AdityaMedidala:fix-export-fastapilimiter
Open

Exposed public API via __init__ and added v0.2.0 migration guide#79
AdityaMedidala wants to merge 1 commit intolong2ice:mainfrom
AdityaMedidala:fix-export-fastapilimiter

Conversation

@AdityaMedidala
Copy link

Fixes #78

v0.2.0 restructures the public API and removes FastAPILimiter, which may lead to ImportError for users upgrading from v0.1.x.

This PR:

Exposes the current public classes and helpers via init.py for cleaner top-level imports

Adds a migration guide to the README clarifying API changes from v0.1.x to v0.2.0

@AdityaMedidala
Copy link
Author

Hi @long2ice,

Just following up on this PR. I've addressed issue #78 by exposing the public API via init.py and adding a
migration guide for users upgrading from v0.1.x to v0.2.0. Happy to make any changes if the approach doesn't fit the
project direction.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: FastAPILimiter cannot be imported in v0.2.0 — __init__.py is empty

1 participant