You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used a similar service that's supports offloading a function / computation to the cloud. They supported including an actual import statement in the function itself in lieu of passing in a list of strings to dependencies. This developer experience was great and would be much appreciated!
@pare.endpoint(name="3rd-party-deps")deffunction_with_pyndantic_dependency() ->str:
importpydantic# use pydantic for somethingreturn"continue with function logic"
The text was updated successfully, but these errors were encountered:
Pare example:
I've used a similar service that's supports offloading a function / computation to the cloud. They supported including an actual import statement in the function itself in lieu of passing in a list of strings to dependencies. This developer experience was great and would be much appreciated!
The text was updated successfully, but these errors were encountered: