bentoml / BentoML

The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
https://bentoml.com
Apache License 2.0
7.17k stars 792 forks source link

fix: check dependency close method (#5082) #5084

Closed yxtay closed 1 week ago

yxtay commented 1 week ago

What does this PR address?

Please let me know if the tests need to be adjusted.

Fixes #5082

Before submitting:

yxtay commented 1 week ago

Hmm, is that a flaky test failure? The code changes definitely did not touch the unit test. Try running the test again?

frostming commented 1 week ago

Hmm, is that a flaky test failure? The code changes definitely did not touch the unit test. Try running the test again?

Yes, no worry. Thanks for that