steinitzu / fastapi-etag

Convenience library for working with etags in fastapi
MIT License
26 stars 5 forks source link

Still maintained? #15

Open itay-sho opened 4 months ago

itay-sho commented 4 months ago

Hello there, saw this library and it matches my needs, thank you! I am interested in having a etag_gen function that takes advantage of fastapi's dependency injection mechanism.

Didn't manage to find a way to do that currently, will be glad to contribute a PR that adds this functionality.

Is this library still maintained? are you interested in this functionality? thank you.

steinitzu commented 3 months ago

Hi! It's not unmaintained, but does what I need so haven't had to touch anything for a while.

I'm open to the feature if it's useful.
What do dependencies bring that you can't do using the Request object?