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
Background
We should start publishing a freeze of core library dependencies on which we run our test. Such dependencies should help users to build stable python environment. We recently had orjson crash which is a good example of why stable envs are important.
We already have a procedure to build dlt containers using the frozen deps so there are ways to export things.
Implementer should also research how to export such stable envs (besides containers?) ie. pip-tools, pip-compile, requirements.in etc. a little research is needed
Requirements
publish freeze (possibly on make lint). The freeze should not change as long as packages don't
add information that freeze exists ie. in Troubleshooting or in the instructions where we say how to build the environment (as an option)
The text was updated successfully, but these errors were encountered:
Background
We should start publishing a freeze of core library dependencies on which we run our test. Such dependencies should help users to build stable python environment. We recently had orjson crash which is a good example of why stable envs are important.
We already have a procedure to build dlt containers using the frozen deps so there are ways to export things.
Implementer should also research how to export such stable envs (besides containers?) ie. pip-tools, pip-compile, requirements.in etc. a little research is needed
Requirements
The text was updated successfully, but these errors were encountered: