Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update templates to componentize-py #66

Merged
merged 3 commits into from
Feb 14, 2024

Conversation

karthik2804
Copy link
Contributor

Update templates to be used with componentize-py

Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
@karthik2804 karthik2804 requested review from itowlson and dicej January 29, 2024 17:58
@karthik2804
Copy link
Contributor Author

updated to incorporate the suggestions.

@karthik2804 karthik2804 requested a review from itowlson February 13, 2024 18:15
return Response(200,
{"content-type": "text/plain"},
bytes(f"Hello from the Python SDK", "utf-8"))
class IncomingHandler(simple.IncomingHandler):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we exterminated simple or did I misunderstand?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yes - I forgot to update this. I will fix it.

Copy link
Contributor Author

@karthik2804 karthik2804 Feb 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed it! Although will need to update the version of the SDK once we have a new RC published.

Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
@karthik2804 karthik2804 force-pushed the componentize_template branch from 03c6c40 to cb0b67d Compare February 13, 2024 19:04
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
@karthik2804 karthik2804 merged commit 7606d27 into spinframework:main Feb 14, 2024
1 check passed
@karthik2804 karthik2804 deleted the componentize_template branch February 14, 2024 19:05
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.

2 participants