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

Figure out dependency best practices #5

Open
negz opened this issue Nov 21, 2023 · 1 comment
Open

Figure out dependency best practices #5

negz opened this issue Nov 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@negz
Copy link
Member

negz commented Nov 21, 2023

What problem are you facing?

This SDK is a library. It has some dependencies (e.g. gRPC, Click, etc) but I assume we don't want to pin them to specific versions - instead the app would do that. Right now I have everything "pinned" to major versions only. We're also declaring that we only work with Python 3.11, since it's what the https://github.com/GoogleContainerTools/distroless container we'll use to run Python functions uses.

How could this Function help solve your problem?

My Python packaging experience is almost a decade out-of-date so I'm not sure what the best practice is here. I could use a review from folks with more recent Python library packaging experience.

@negz negz added the enhancement New feature or request label Nov 21, 2023
@negz
Copy link
Member Author

negz commented Nov 21, 2023

Related - #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant