Skip to content

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

Open
AdityaMedidala wants to merge 1 commit into
long2ice: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 into
long2ice:mainfrom
AdityaMedidala:fix-export-fastapilimiter

Conversation

@AdityaMedidala

Copy link
Copy Markdown

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
Copy Markdown
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

@winston0410

Copy link
Copy Markdown

Hi when can this be merged? Without this 0.2.0 is not usable at all

@jaybyrrd

Copy link
Copy Markdown

Hi there, was also wondering when this could be merged.

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

5 participants